#EA97C7

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

Shades of Shocking #EA97C7

Tints of Shocking #EA97C7

Color information

#EA97C7 (or 0xEA97C7) is unknown color: approx Shocking. HEX triplet: EA, 97 and C7. RGB value is (234,151,199). Sum of RGB (Red+Green+Blue) = 234+151+199=584 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.07% from 584); Green value is 151 (59.38% from 255 or 25.86% from 584); Blue value is 199 (78.12% from 255 or 34.08% from 584); Max value from RGB is 234 - color contains mainly: red. Hex color #EA97C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA97C7 is #156838. Grayscale: #B5B5B5. Windows color (decimal): -1402937 or 13080554. OLE color: 13080554.

HSL color Cylindrical-coordinate representation of color #EA97C7: hue angle of 325.3º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EA97C7 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB234151199-
CMYK00.350.150.08
HSL325.3º66.4%75.49%-
HSV(B)325.3º35.47%91.76%-
XYZ55.3143.7559.56-
YUV181.29138165.6-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.07%
GREEN value IS 151 (59.38% from 255) = 25.86%
BLUE value IS 199 (78.12% from 255) = 34.08%
R=40.07%
G=25.86%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415119900.350.150.08325.366.475.49
HexEA97C7023F8145424b
Octal3522273070431710505102113
Binary11101010100101111100011101000111111100010100010110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA97C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA97C7; }

 p { color: rgb(234,151,199); }

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

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

 a { background-color: rgb(234,151,199); }

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

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

 span { border-color: rgb(234,151,199); }

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