#EF97C5

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

Shades of Shocking #EF97C5

Tints of Shocking #EF97C5

Color information

#EF97C5 (or 0xEF97C5) is unknown color: approx Shocking. HEX triplet: EF, 97 and C5. RGB value is (239,151,197). Sum of RGB (Red+Green+Blue) = 239+151+197=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 151 (59.38% from 255 or 25.72% from 587); Blue value is 197 (77.34% from 255 or 33.56% from 587); Max value from RGB is 239 - color contains mainly: red. Hex color #EF97C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF97C5 is #10683A. Grayscale: #B6B6B6. Windows color (decimal): -1075259 or 12949487. OLE color: 12949487.

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

Color convert

RGB239151197-
CMYK00.370.180.06
HSL328.64º73.33%76.47%-
HSV(B)328.64º36.82%93.73%-
XYZ56.7444.5258.43-
YUV182.56136.15168.26-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.72%
GREEN value IS 151 (59.38% from 255) = 25.72%
BLUE value IS 197 (77.34% from 255) = 33.56%
R=40.72%
G=25.72%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915119700.370.180.06328.6473.3376.47
HexEF97C5025126149494c
Octal357227305045226511111114
Binary11101111100101111100010101001011001011010100100110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF97C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF97C5; }

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

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

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

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

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

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

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

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