#ED96BF

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

Shades of Shocking #ED96BF

Tints of Shocking #ED96BF

Color information

#ED96BF (or 0xED96BF) is unknown color: approx Shocking. HEX triplet: ED, 96 and BF. RGB value is (237,150,191). Sum of RGB (Red+Green+Blue) = 237+150+191=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 150 (58.98% from 255 or 25.95% from 578); Blue value is 191 (75% from 255 or 33.04% from 578); Max value from RGB is 237 - color contains mainly: red. Hex color #ED96BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED96BF is #126940. Grayscale: #B4B4B4. Windows color (decimal): -1206593 or 12556013. OLE color: 12556013.

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

Color convert

RGB237150191-
CMYK00.370.190.07
HSL331.72º70.73%75.88%-
HSV(B)331.72º36.71%92.94%-
XYZ55.2443.5854.79-
YUV180.69133.82168.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.00%
GREEN value IS 150 (58.98% from 255) = 25.95%
BLUE value IS 191 (75% from 255) = 33.04%
R=41.00%
G=25.95%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715019100.370.190.07331.7270.7375.88
HexED96BF02513714c474c
Octal355226277045237514107114
Binary11101101100101101011111101001011001111110100110010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED96BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED96BF; }

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

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

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

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

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

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

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

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