#E999CD

Color #E999CD Shocking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking #E999CD

Tints of Shocking #E999CD

Color information

#E999CD (or 0xE999CD) is unknown color: approx Shocking. HEX triplet: E9, 99 and CD. RGB value is (233,153,205). Sum of RGB (Red+Green+Blue) = 233+153+205=591 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.42% from 591); Green value is 153 (60.16% from 255 or 25.89% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 233 - color contains mainly: red. Hex color #E999CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E999CD is #166632. Grayscale: #B6B6B6. Windows color (decimal): -1467955 or 13474281. OLE color: 13474281.

HSL color Cylindrical-coordinate representation of color #E999CD: hue angle of 321º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E999CD is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB233153205-
CMYK00.340.120.09
HSL321º64.52%75.69%-
HSV(B)321º34.33%91.37%-
XYZ56.0144.5163.4-
YUV182.85140.5163.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 233 (91.41% from 255) = 39.42%
GREEN value IS 153 (60.16% from 255) = 25.89%
BLUE value IS 205 (80.47% from 255) = 34.69%
R=39.42%
G=25.89%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315320500.340.120.0932164.5275.69
HexE999CD022C9141414c
Octal3512313150421411501101114
Binary11101001100110011100110101000101100100110100000110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E999CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E999CD; }

 p { color: rgb(233,153,205); }

 H1.HeaderClassName
 {
   color: #E999CD;
 }
 .AnyTagClassName
 {
   color: #E999CD;
 }
</style>
background-color css

<style>
 a { background-color: #E999CD; }

 a { background-color: rgb(233,153,205); }

 div.DivClassName
 {
   background-color: #E999CD;
 }
 .BgClassName
 {
   background-color: #E999CD;
 }
</style>
border-color css

<style>
 span { border-color: #E999CD; }

 span { border-color: rgb(233,153,205); }

 td.TdClassName
 {
   border-color: #E999CD;
 }
 .TagClassName
 {
   border-color: #E999CD;
 }
</style>