COLOR #E127CD

HEX: #E127CD RGB: (225,39,205)

Color info

#E127CD contains mainly red and blue colors. Web safe color of #E127CD is #CC33CC (or #C3C).

RGB color model

#E127CD color RGB value is (225,39,205).

RGB: (225,39,205) (88%, 15%, 80%)

RGB channels and saturation

R 225 of 255 = 88%
G 39 of 255 = 15%
B 205 of 255 = 80%

225
39
205

R + G + B ~ 61%. #E127CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 39 + 205 = 469 (100%)
R 225 of 469 ~ 47.97%
G 39 of 469 ~ 8.32%
B 205 of 469 ~ 43.71'%

%47.97
%43.71

CMYK color model

#E127CD color CMYK value is (0,83,9,12).

  • cyan value is 0.00%
  • magenta value is 82.67%
  • yellow value is 8.89%
  • key color value is 11.76%

CMYK: (0,83,9,12)
C0M83Y9K12 (0%, 83%, 9%, 12%)
(0.00 / 0.83 / 0.09 / 0.12)

CMYK percentages

%0
%82.67
%8.89
%11.76

Codes

Color #E127CD in popluar color models

E1 27 CD
RGB 225 39 205
HSL 306° 75.61% 51.76%
HSB/HSV 306° 82.67% 88.24%
CMYK 0.00% 82.67% 8.89%
11.76%

Color #E127CD in popluar number systems.

HEX E1 27 CD
Decimal 225 39 205
Binary 11100001 100111 11001101
Octal 341 47 315

Shades and tints

Shades of #E127CD

#E127CD
(225,39,205)
#CD24BB
(205,36,187)
#B921A9
(185,33,169)
#A51E97
(165,30,151)
#911B85
(145,27,133)
#7D1873
(125,24,115)
#691561
(105,21,97)
#55124F
(85,18,79)
#410F3D
(65,15,61)
#2D0C2B
(45,12,43)
#190919
(25,9,25)
#000000
(0,0,0)

Tints of #E127CD

#E127CD
(225,39,205)
#E33AD1
(227,58,209)
#E54DD5
(229,77,213)
#E760D9
(231,96,217)
#E973DD
(233,115,221)
#EB86E1
(235,134,225)
#ED99E5
(237,153,229)
#EFACE9
(239,172,233)
#F1BFED
(241,191,237)
#F3D2F1
(243,210,241)
#F5E5F5
(245,229,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E127CD color. Also use rgb(225,39,205) instead hex code.

Text Font Color

.myTextColor { color: #E127CD; }

<p style="color:#E127CD">This sample text font color is #E127CD.</p>

This text font color is #E127CD.

Background Color

.myBgColor { background-color: #E127CD; }

<div style="background-color:#E127CD">Inner text</div>

This div background color is #E127CD.

Border color

.myBorderColor { border: 1px solid #E127CD; }

<div style="border:3px solid #E127CD">Div</div>

This div border color is #E127CD.

Opacity

.myOpacity80 { color: #E127CD; opacity: 0.8; }

<p style="color:#E127CD;opacity:0.8;">80%</p>

Text with #E127CD color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E127CD;}

<p style="text-shadow: 3px 3px 1px #E127CD">Text here.</p>

This text has shadow with #E127CD color.


.textShadow {text-shadow: 3px 3px 1px #E127CD', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E127CD, 5px 5px 20px red">Text here.</p>

This text has shadow with #E127CD primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E127CD, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E127CD, Direction=45, Strength=4)">Text</p>

This text has shadow with #E127CD and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E127CD;
-webkit-box-shadow: 1px 1px 3px 2px #E127CD;
box-shadow: 1px 1px 3px 2px #E127CD;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E127CD; -webkit-box-shadow: 1px 1px 3px 2px #E127CD; box-shadow:1px 1px 3px 2px #E127CD;">
Div content here
</div>

This div box has shadow with color #E127CD.

Preview

Color preview on black background

This text has color #E127CD on black background.


Color preview on white background

This text has color #E127CD on white background.


Black color preview on #E127CD background

This text has black color on #E127CD background.


White color preview on #E127CD background

This text has white color on #E127CD background.


Related colors

Complementary color

Complementary color for #hex is #1ED832.


I love getcolorcode.com

Triadic colors

1 #CDE127 and #27CDE1 with #E127CD are triadic colors.

2 #CD27E1 and #27E1CD with #E127CD are triadic colors.