#EF9CB9

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

Shades of Shocking #EF9CB9

Tints of Shocking #EF9CB9

Color information

#EF9CB9 (or 0xEF9CB9) is unknown color: approx Shocking. HEX triplet: EF, 9C and B9. RGB value is (239,156,185). Sum of RGB (Red+Green+Blue) = 239+156+185=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 156 (61.33% from 255 or 26.90% from 580); Blue value is 185 (72.66% from 255 or 31.90% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9CB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9CB9 is #106346. Grayscale: #B8B8B8. Windows color (decimal): -1073991 or 12164335. OLE color: 12164335.

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

Color convert

RGB239156185-
CMYK00.350.230.06
HSL339.04º72.17%77.45%-
HSV(B)339.04º34.73%93.73%-
XYZ56.2445.6351.74-
YUV184.12128.5167.14-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.21%
GREEN value IS 156 (61.33% from 255) = 26.90%
BLUE value IS 185 (72.66% from 255) = 31.90%
R=41.21%
G=26.90%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915618500.350.230.06339.0472.1777.45
HexEF9CB9023176153484d
Octal357234271043276523110115
Binary11101111100111001011100101000111011111010101001110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9CB9; }

 p { color: rgb(239,156,185); }

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

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

 a { background-color: rgb(239,156,185); }

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

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

 span { border-color: rgb(239,156,185); }

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