#EF9CBF

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

Shades of Shocking #EF9CBF

Tints of Shocking #EF9CBF

Color information

#EF9CBF (or 0xEF9CBF) is unknown color: approx Shocking. HEX triplet: EF, 9C and BF. RGB value is (239,156,191). Sum of RGB (Red+Green+Blue) = 239+156+191=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 156 (61.33% from 255 or 26.62% from 586); Blue value is 191 (75% from 255 or 32.59% from 586); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9CBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9CBF is #106340. Grayscale: #B8B8B8. Windows color (decimal): -1073985 or 12557551. OLE color: 12557551.

HSL color Cylindrical-coordinate representation of color #EF9CBF: hue angle of 334.7º 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 #EF9CBF is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB239156191-
CMYK00.350.200.06
HSL334.7º72.17%77.45%-
HSV(B)334.7º34.73%93.73%-
XYZ56.8945.8955.15-
YUV184.81131.5166.65-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.78%
GREEN value IS 156 (61.33% from 255) = 26.62%
BLUE value IS 191 (75% from 255) = 32.59%
R=40.78%
G=26.62%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915619100.350.200.06334.772.1777.45
HexEF9CBF02314614f484d
Octal357234277043246517110115
Binary11101111100111001011111101000111010011010100111110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9CBF; }

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

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

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

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

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

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

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

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