#EF9FCA

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

Shades of Shocking #EF9FCA

Tints of Shocking #EF9FCA

Color information

#EF9FCA (or 0xEF9FCA) is unknown color: approx Shocking. HEX triplet: EF, 9F and CA. RGB value is (239,159,202). Sum of RGB (Red+Green+Blue) = 239+159+202=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 159 (62.5% from 255 or 26.5% from 600); Blue value is 202 (79.30% from 255 or 33.67% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9FCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9FCA is #106035. Grayscale: #BBBBBB. Windows color (decimal): -1073206 or 13279215. OLE color: 13279215.

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

Color convert

RGB239159202-
CMYK00.330.150.06
HSL327.75º71.43%78.04%-
HSV(B)327.75º33.47%93.73%-
XYZ58.6647.4161.94-
YUV187.82136164.5-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.83%
GREEN value IS 159 (62.5% from 255) = 26.5%
BLUE value IS 202 (79.30% from 255) = 33.67%
R=39.83%
G=26.5%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915920200.330.150.06327.7571.4378.04
HexEF9FCA021F6148474e
Octal357237312041176510107116
Binary1110111110011111110010100100001111111010100100010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9FCA; }

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

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

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

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

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

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

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

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