#ED96BA

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

Shades of Shocking #ED96BA

Tints of Shocking #ED96BA

Color information

#ED96BA (or 0xED96BA) is unknown color: approx Shocking. HEX triplet: ED, 96 and BA. RGB value is (237,150,186). Sum of RGB (Red+Green+Blue) = 237+150+186=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 150 (58.98% from 255 or 26.18% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #ED96BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED96BA is #126945. Grayscale: #B4B4B4. Windows color (decimal): -1206598 or 12228333. OLE color: 12228333.

HSL color Cylindrical-coordinate representation of color #ED96BA: hue angle of 335.17º 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 #ED96BA is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB237150186-
CMYK00.370.220.07
HSL335.17º70.73%75.88%-
HSV(B)335.17º36.71%92.94%-
XYZ54.6943.3651.94-
YUV180.12131.32168.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.36%
GREEN value IS 150 (58.98% from 255) = 26.18%
BLUE value IS 186 (73.05% from 255) = 32.46%
R=41.36%
G=26.18%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715018600.370.220.07335.1770.7375.88
HexED96BA02516714f474c
Octal355226272045267517107114
Binary11101101100101101011101001001011011011110100111110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED96BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED96BA; }

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

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

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

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

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

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

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

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