#EF9FBD

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

Shades of Shocking #EF9FBD

Tints of Shocking #EF9FBD

Color information

#EF9FBD (or 0xEF9FBD) is unknown color: approx Shocking. HEX triplet: EF, 9F and BD. RGB value is (239,159,189). Sum of RGB (Red+Green+Blue) = 239+159+189=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 159 (62.5% from 255 or 27.09% from 587); Blue value is 189 (74.22% from 255 or 32.20% from 587); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9FBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9FBD is #106042. Grayscale: #BABABA. Windows color (decimal): -1073219 or 12427247. OLE color: 12427247.

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

Color convert

RGB239159189-
CMYK00.330.210.06
HSL337.5º71.43%78.04%-
HSV(B)337.5º33.47%93.73%-
XYZ57.1846.8254.17-
YUV186.34129.5165.56-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.72%
GREEN value IS 159 (62.5% from 255) = 27.09%
BLUE value IS 189 (74.22% from 255) = 32.20%
R=40.72%
G=27.09%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915918900.330.210.06337.571.4378.04
HexEF9FBD021156152474e
Octal357237275041256522107116
Binary11101111100111111011110101000011010111010101001010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9FBD; }

 p { color: rgb(239,159,189); }

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

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

 a { background-color: rgb(239,159,189); }

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

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

 span { border-color: rgb(239,159,189); }

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