COLOR #E662D7

HEX: #E662D7 RGB: (230,98,215)

Color info

#E662D7 contains mainly red and blue colors. Web safe color of #E662D7 is #CC66CC (or #C6C).

RGB color model

#E662D7 color RGB value is (230,98,215).

RGB: (230,98,215) (90%, 38%, 84%)

RGB channels and saturation

R 230 of 255 = 90%
G 98 of 255 = 38%
B 215 of 255 = 84%

230
98
215

R + G + B ~ 71%. #E662D7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 98 + 215 = 543 (100%)
R 230 of 543 ~ 42.36%
G 98 of 543 ~ 18.05%
B 215 of 543 ~ 39.59'%

%42.36
%18.05
%39.59

CMYK color model

#E662D7 color CMYK value is (0,57,7,10).

  • cyan value is 0.00%
  • magenta value is 57.39%
  • yellow value is 6.52%
  • key color value is 9.80%
CMYK: (0,57,7,10) C0M57Y7K10 (0%,57%,7%,10%) (0.00/0.57/0.07/0.10) 

CMYK percentages

%0
%57.39
%6.52
%9.8

Codes

Color #E662D7 in popluar color models

E6 62 D7
RGB 230 98 215
HSL 307° 72.53% 64.31%
HSB/HSV 307° 57.39% 90.20%
CMYK 0.00% 57.39% 6.52%
9.80%

Color #E662D7 in popluar number systems.

HEX E6 62 D7
Decimal 230 98 215
Binary 11100110 1100010 11010111
Octal 346 142 327

Shades and tints

Shades of #E662D7

#E662D7
(230,98,215)
#D25AC4
(210,90,196)
#BE52B1
(190,82,177)
#AA4A9E
(170,74,158)
#96428B
(150,66,139)
#823A78
(130,58,120)
#6E3265
(110,50,101)
#5A2A52
(90,42,82)
#46223F
(70,34,63)
#321A2C
(50,26,44)
#1E1219
(30,18,25)
#000000
(0,0,0)

Tints of #E662D7

#E662D7
(230,98,215)
#E870DA
(232,112,218)
#EA7EDD
(234,126,221)
#EC8CE0
(236,140,224)
#EE9AE3
(238,154,227)
#F0A8E6
(240,168,230)
#F2B6E9
(242,182,233)
#F4C4EC
(244,196,236)
#F6D2EF
(246,210,239)
#F8E0F2
(248,224,242)
#FAEEF5
(250,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E662D7 color. Also use rgb(230,98,215) instead hex code.

Text Font Color

.myTextColor { color: #E662D7; }

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

This text font color is #E662D7.

Background Color

.myBgColor { background-color: #E662D7; }

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

This div background color is #E662D7.

Border color

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

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

This div border color is #E662D7.

Opacity

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

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

Text with #E662D7 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 #E662D7;}

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

This text has shadow with #E662D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E662D7.

Preview

Color preview on black background

This text has color #E662D7 on black background.


Color preview on white background

This text has color #E662D7 on white background.


Black color preview on #E662D7 background

This text has black color on #E662D7 background.


White color preview on #E662D7 background

This text has white color on #E662D7 background.


Related colors

Complementary color

Complementary color for #hex is #199D28.


I love getcolorcode.com

Triadic colors

1 #D7E662 and #62D7E6 with #E662D7 are triadic colors.

2 #D762E6 and #62E6D7 with #E662D7 are triadic colors.