#E99DC4

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

Shades of Shocking #E99DC4

Tints of Shocking #E99DC4

Color information

#E99DC4 (or 0xE99DC4) is unknown color: approx Shocking. HEX triplet: E9, 9D and C4. RGB value is (233,157,196). Sum of RGB (Red+Green+Blue) = 233+157+196=586 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.76% from 586); Green value is 157 (61.72% from 255 or 26.79% from 586); Blue value is 196 (76.95% from 255 or 33.45% from 586); Max value from RGB is 233 - color contains mainly: red. Hex color #E99DC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E99DC4 is #16623B. Grayscale: #B8B8B8. Windows color (decimal): -1466940 or 12885481. OLE color: 12885481.

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

Color convert

RGB233157196-
CMYK00.330.160.09
HSL329.21º63.33%76.47%-
HSV(B)329.21º32.62%91.37%-
XYZ55.6345.4258.06-
YUV184.17134.68162.83-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.76%
GREEN value IS 157 (61.72% from 255) = 26.79%
BLUE value IS 196 (76.95% from 255) = 33.45%
R=39.76%
G=26.79%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315719600.330.160.09329.2163.3376.47
HexE99DC40211091493f4c
Octal351235304041201151177114
Binary11101001100111011100010001000011000010011010010011111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99DC4; }

 p { color: rgb(233,157,196); }

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

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

 a { background-color: rgb(233,157,196); }

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

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

 span { border-color: rgb(233,157,196); }

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