#ED9FBF

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

Shades of Shocking #ED9FBF

Tints of Shocking #ED9FBF

Color information

#ED9FBF (or 0xED9FBF) is unknown color: approx Shocking. HEX triplet: ED, 9F and BF. RGB value is (237,159,191). Sum of RGB (Red+Green+Blue) = 237+159+191=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 159 (62.5% from 255 or 27.09% from 587); Blue value is 191 (75% from 255 or 32.54% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9FBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9FBF is #126040. Grayscale: #B9B9B9. Windows color (decimal): -1204289 or 12558317. OLE color: 12558317.

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

Color convert

RGB237159191-
CMYK00.330.190.07
HSL335.38º68.42%77.65%-
HSV(B)335.38º32.91%92.94%-
XYZ56.7346.5655.29-
YUV185.97130.84164.4-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.37%
GREEN value IS 159 (62.5% from 255) = 27.09%
BLUE value IS 191 (75% from 255) = 32.54%
R=40.37%
G=27.09%
B=32.54%

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
Decimal23715919100.330.190.07335.3868.4277.65
HexED9FBF02113714f444e
Octal355237277041237517104116
Binary11101101100111111011111101000011001111110100111110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9FBF; }

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

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

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

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

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

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

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

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