#EF97C8

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

Shades of Shocking #EF97C8

Tints of Shocking #EF97C8

Color information

#EF97C8 (or 0xEF97C8) is unknown color: approx Shocking. HEX triplet: EF, 97 and C8. RGB value is (239,151,200). Sum of RGB (Red+Green+Blue) = 239+151+200=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 151 (59.38% from 255 or 25.59% from 590); Blue value is 200 (78.52% from 255 or 33.90% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EF97C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF97C8 is #106837. Grayscale: #B6B6B6. Windows color (decimal): -1075256 or 13146095. OLE color: 13146095.

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

Color convert

RGB239151200-
CMYK00.370.160.06
HSL326.59º73.33%76.47%-
HSV(B)326.59º36.82%93.73%-
XYZ57.0944.6560.25-
YUV182.9137.65168.02-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.51%
GREEN value IS 151 (59.38% from 255) = 25.59%
BLUE value IS 200 (78.52% from 255) = 33.90%
R=40.51%
G=25.59%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915120000.370.160.06326.5973.3376.47
HexEF97C8025106147494c
Octal357227310045206507111114
Binary11101111100101111100100001001011000011010100011110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF97C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF97C8; }

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

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

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

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

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

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

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

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