#EF9DBF

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

Shades of Shocking #EF9DBF

Tints of Shocking #EF9DBF

Color information

#EF9DBF (or 0xEF9DBF) is unknown color: approx Shocking. HEX triplet: EF, 9D and BF. RGB value is (239,157,191). Sum of RGB (Red+Green+Blue) = 239+157+191=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 157 (61.72% from 255 or 26.75% from 587); Blue value is 191 (75% from 255 or 32.54% from 587); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9DBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9DBF is #106240. Grayscale: #B9B9B9. Windows color (decimal): -1073729 or 12557807. OLE color: 12557807.

HSL color Cylindrical-coordinate representation of color #EF9DBF: hue angle of 335.12º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EF9DBF is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB239157191-
CMYK00.340.200.06
HSL335.12º71.93%77.65%-
HSV(B)335.12º34.31%93.73%-
XYZ57.0646.2355.21-
YUV185.39131.17166.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.72%
GREEN value IS 157 (61.72% from 255) = 26.75%
BLUE value IS 191 (75% from 255) = 32.54%
R=40.72%
G=26.75%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915719100.340.200.06335.1271.9377.65
HexEF9DBF02214614f484e
Octal357235277042246517110116
Binary11101111100111011011111101000101010011010100111110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9DBF; }

 p { color: rgb(239,157,191); }

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

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

 a { background-color: rgb(239,157,191); }

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

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

 span { border-color: rgb(239,157,191); }

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