#ED9EBF

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

Shades of Shocking #ED9EBF

Tints of Shocking #ED9EBF

Color information

#ED9EBF (or 0xED9EBF) is unknown color: approx Shocking. HEX triplet: ED, 9E and BF. RGB value is (237,158,191). Sum of RGB (Red+Green+Blue) = 237+158+191=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 158 (62.11% from 255 or 26.96% from 586); Blue value is 191 (75% from 255 or 32.59% from 586); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9EBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9EBF is #126140. Grayscale: #B9B9B9. Windows color (decimal): -1204545 or 12558061. OLE color: 12558061.

HSL color Cylindrical-coordinate representation of color #ED9EBF: hue angle of 334.94º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ED9EBF is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB237158191-
CMYK00.330.190.07
HSL334.94º68.7%77.45%-
HSV(B)334.94º33.33%92.94%-
XYZ56.5646.2255.23-
YUV185.38131.17164.82-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.44%
GREEN value IS 158 (62.11% from 255) = 26.96%
BLUE value IS 191 (75% from 255) = 32.59%
R=40.44%
G=26.96%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715819100.330.190.07334.9468.777.45
HexED9EBF02113714f454d
Octal355236277041237517105115
Binary11101101100111101011111101000011001111110100111110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9EBF; }

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

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

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

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

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

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

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

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