#EA97BB

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

Shades of Shocking #EA97BB

Tints of Shocking #EA97BB

Color information

#EA97BB (or 0xEA97BB) is unknown color: approx Shocking. HEX triplet: EA, 97 and BB. RGB value is (234,151,187). Sum of RGB (Red+Green+Blue) = 234+151+187=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 151 (59.38% from 255 or 26.40% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 234 - color contains mainly: red. Hex color #EA97BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA97BB is #156844. Grayscale: #B3B3B3. Windows color (decimal): -1402949 or 12294122. OLE color: 12294122.

HSL color Cylindrical-coordinate representation of color #EA97BB: hue angle of 333.98º 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 #EA97BB is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB234151187-
CMYK00.350.200.08
HSL333.98º66.4%75.49%-
HSV(B)333.98º35.47%91.76%-
XYZ53.9743.2152.51-
YUV179.92132166.57-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.91%
GREEN value IS 151 (59.38% from 255) = 26.40%
BLUE value IS 187 (73.44% from 255) = 32.69%
R=40.91%
G=26.40%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415118700.350.200.08333.9866.475.49
HexEA97BB02314814e424b
Octal3522272730432410516102113
Binary111010101001011110111011010001110100100010100111010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA97BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA97BB; }

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

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

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

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

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

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

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

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