#EF9EC6

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

Shades of Shocking #EF9EC6

Tints of Shocking #EF9EC6

Color information

#EF9EC6 (or 0xEF9EC6) is unknown color: approx Shocking. HEX triplet: EF, 9E and C6. RGB value is (239,158,198). Sum of RGB (Red+Green+Blue) = 239+158+198=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 158 (62.11% from 255 or 26.55% from 595); Blue value is 198 (77.73% from 255 or 33.28% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9EC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9EC6 is #106139. Grayscale: #BABABA. Windows color (decimal): -1073466 or 13016815. OLE color: 13016815.

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

Color convert

RGB239158198-
CMYK00.340.170.06
HSL330.37º71.68%77.84%-
HSV(B)330.37º33.89%93.73%-
XYZ58.0246.8859.42-
YUV186.78134.34165.25-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.17%
GREEN value IS 158 (62.11% from 255) = 26.55%
BLUE value IS 198 (77.73% from 255) = 33.28%
R=40.17%
G=26.55%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915819800.340.170.06330.3771.6877.84
HexEF9EC602211614a484e
Octal357236306042216512110116
Binary11101111100111101100011001000101000111010100101010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9EC6; }

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

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

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

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

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

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

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

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