#EF97CE

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

Shades of Shocking #EF97CE

Tints of Shocking #EF97CE

Color information

#EF97CE (or 0xEF97CE) is unknown color: approx Shocking. HEX triplet: EF, 97 and CE. RGB value is (239,151,206). Sum of RGB (Red+Green+Blue) = 239+151+206=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 151 (59.38% from 255 or 25.34% from 596); Blue value is 206 (80.86% from 255 or 34.56% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EF97CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF97CE is #106831. Grayscale: #B7B7B7. Windows color (decimal): -1075250 or 13539311. OLE color: 13539311.

HSL color Cylindrical-coordinate representation of color #EF97CE: hue angle of 322.5º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EF97CE is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB239151206-
CMYK00.370.140.06
HSL322.5º73.33%76.47%-
HSV(B)322.5º36.82%93.73%-
XYZ57.844.9464.02-
YUV183.58140.65167.53-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.10%
GREEN value IS 151 (59.38% from 255) = 25.34%
BLUE value IS 206 (80.86% from 255) = 34.56%
R=40.10%
G=25.34%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915120600.370.140.06322.573.3376.47
HexEF97CE025E6142494c
Octal357227316045166502111114
Binary1110111110010111110011100100101111011010100001010010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF97CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF97CE; }

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

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

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

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

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

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

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

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