#EF9BCF

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

Shades of Shocking #EF9BCF

Tints of Shocking #EF9BCF

Color information

#EF9BCF (or 0xEF9BCF) is unknown color: approx Shocking. HEX triplet: EF, 9B and CF. RGB value is (239,155,207). Sum of RGB (Red+Green+Blue) = 239+155+207=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 155 (60.94% from 255 or 25.79% from 601); Blue value is 207 (81.25% from 255 or 34.44% from 601); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9BCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9BCF is #106430. Grayscale: #B9B9B9. Windows color (decimal): -1074225 or 13605871. OLE color: 13605871.

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

Color convert

RGB239155207-
CMYK00.350.130.06
HSL322.86º72.41%77.25%-
HSV(B)322.86º35.15%93.73%-
XYZ58.5846.364.88-
YUV186.04139.83165.77-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.77%
GREEN value IS 155 (60.94% from 255) = 25.79%
BLUE value IS 207 (81.25% from 255) = 34.44%
R=39.77%
G=25.79%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915520700.350.130.06322.8672.4177.25
HexEF9BCF023D6143484d
Octal357233317043156503110115
Binary1110111110011011110011110100011110111010100001110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9BCF; }

 p { color: rgb(239,155,207); }

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

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

 a { background-color: rgb(239,155,207); }

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

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

 span { border-color: rgb(239,155,207); }

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