#EF9EC5

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

Shades of Shocking #EF9EC5

Tints of Shocking #EF9EC5

Color information

#EF9EC5 (or 0xEF9EC5) is unknown color: approx Shocking. HEX triplet: EF, 9E and C5. RGB value is (239,158,197). Sum of RGB (Red+Green+Blue) = 239+158+197=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 158 (62.11% from 255 or 26.60% from 594); Blue value is 197 (77.34% from 255 or 33.16% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9EC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9EC5 is #10613A. Grayscale: #BABABA. Windows color (decimal): -1073467 or 12951279. OLE color: 12951279.

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

Color convert

RGB239158197-
CMYK00.340.180.06
HSL331.11º71.68%77.84%-
HSV(B)331.11º33.89%93.73%-
XYZ57.946.8458.81-
YUV186.66133.84165.33-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.24%
GREEN value IS 158 (62.11% from 255) = 26.60%
BLUE value IS 197 (77.34% from 255) = 33.16%
R=40.24%
G=26.60%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915819700.340.180.06331.1171.6877.84
HexEF9EC502212614b484e
Octal357236305042226513110116
Binary11101111100111101100010101000101001011010100101110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9EC5; }

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

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

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

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

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

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

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

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