#ED96CA

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

Shades of Shocking #ED96CA

Tints of Shocking #ED96CA

Color information

#ED96CA (or 0xED96CA) is unknown color: approx Shocking. HEX triplet: ED, 96 and CA. RGB value is (237,150,202). Sum of RGB (Red+Green+Blue) = 237+150+202=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 150 (58.98% from 255 or 25.47% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #ED96CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED96CA is #126935. Grayscale: #B5B5B5. Windows color (decimal): -1206582 or 13276909. OLE color: 13276909.

HSL color Cylindrical-coordinate representation of color #ED96CA: hue angle of 324.14º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ED96CA is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB237150202-
CMYK00.370.150.07
HSL324.14º70.73%75.88%-
HSV(B)324.14º36.71%92.94%-
XYZ56.4944.0861.41-
YUV181.94139.32167.27-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.24%
GREEN value IS 150 (58.98% from 255) = 25.47%
BLUE value IS 202 (79.30% from 255) = 34.30%
R=40.24%
G=25.47%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715020200.370.150.07324.1470.7375.88
HexED96CA025F7144474c
Octal355226312045177504107114
Binary1110110110010110110010100100101111111110100010010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED96CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED96CA; }

 p { color: rgb(237,150,202); }

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

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

 a { background-color: rgb(237,150,202); }

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

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

 span { border-color: rgb(237,150,202); }

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