#EF9FCE

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

Shades of Shocking #EF9FCE

Tints of Shocking #EF9FCE

Color information

#EF9FCE (or 0xEF9FCE) is unknown color: approx Shocking. HEX triplet: EF, 9F and CE. RGB value is (239,159,206). Sum of RGB (Red+Green+Blue) = 239+159+206=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 159 (62.5% from 255 or 26.32% from 604); Blue value is 206 (80.86% from 255 or 34.11% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9FCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9FCE is #106031. Grayscale: #BCBCBC. Windows color (decimal): -1073202 or 13541359. OLE color: 13541359.

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

Color convert

RGB239159206-
CMYK00.330.140.06
HSL324.75º71.43%78.04%-
HSV(B)324.75º33.47%93.73%-
XYZ59.1447.664.46-
YUV188.28138164.18-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.57%
GREEN value IS 159 (62.5% from 255) = 26.32%
BLUE value IS 206 (80.86% from 255) = 34.11%
R=39.57%
G=26.32%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915920600.330.140.06324.7571.4378.04
HexEF9FCE021E6145474e
Octal357237316041166505107116
Binary1110111110011111110011100100001111011010100010110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9FCE; }

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

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

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

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

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

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

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

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