#EF9ECA

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

Shades of Shocking #EF9ECA

Tints of Shocking #EF9ECA

Color information

#EF9ECA (or 0xEF9ECA) is unknown color: approx Shocking. HEX triplet: EF, 9E and CA. RGB value is (239,158,202). Sum of RGB (Red+Green+Blue) = 239+158+202=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 158 (62.11% from 255 or 26.38% from 599); Blue value is 202 (79.30% from 255 or 33.72% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9ECA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9ECA is #106135. Grayscale: #BBBBBB. Windows color (decimal): -1073462 or 13278959. OLE color: 13278959.

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

Color convert

RGB239158202-
CMYK00.340.150.06
HSL327.41º71.68%77.84%-
HSV(B)327.41º33.89%93.73%-
XYZ58.4847.0761.88-
YUV187.24136.34164.92-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.90%
GREEN value IS 158 (62.11% from 255) = 26.38%
BLUE value IS 202 (79.30% from 255) = 33.72%
R=39.90%
G=26.38%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915820200.340.150.06327.4171.6877.84
HexEF9ECA022F6147484e
Octal357236312042176507110116
Binary1110111110011110110010100100010111111010100011110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9ECA; }

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

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

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

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

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

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

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

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