#E99ACD

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

Shades of Shocking #E99ACD

Tints of Shocking #E99ACD

Color information

#E99ACD (or 0xE99ACD) is unknown color: approx Shocking. HEX triplet: E9, 9A and CD. RGB value is (233,154,205). Sum of RGB (Red+Green+Blue) = 233+154+205=592 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.36% from 592); Green value is 154 (60.55% from 255 or 26.01% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 233 - color contains mainly: red. Hex color #E99ACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E99ACD is #166532. Grayscale: #B7B7B7. Windows color (decimal): -1467699 or 13474537. OLE color: 13474537.

HSL color Cylindrical-coordinate representation of color #E99ACD: hue angle of 321.27º degrees, saturation: 0.64, 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 #E99ACD is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB233154205-
CMYK00.340.120.09
HSL321.27º64.23%75.88%-
HSV(B)321.27º33.91%91.37%-
XYZ56.1844.8463.45-
YUV183.44140.17163.35-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.36%
GREEN value IS 154 (60.55% from 255) = 26.01%
BLUE value IS 205 (80.47% from 255) = 34.63%
R=39.36%
G=26.01%
B=34.63%

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
Decimal23315420500.340.120.09321.2764.2375.88
HexE99ACD022C9141404c
Octal3512323150421411501100114
Binary11101001100110101100110101000101100100110100000110000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99ACD; }

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

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

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

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

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

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

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

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