#EA8ABA

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

Shades of Shocking #EA8ABA

Tints of Shocking #EA8ABA

Color information

#EA8ABA (or 0xEA8ABA) is unknown color: approx Shocking. HEX triplet: EA, 8A and BA. RGB value is (234,138,186). Sum of RGB (Red+Green+Blue) = 234+138+186=558 (73% of max value = 765). Red value is 234 (91.80% from 255 or 41.94% from 558); Green value is 138 (54.30% from 255 or 24.73% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8ABA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8ABA is #157545. Grayscale: #ACACAC. Windows color (decimal): -1406278 or 12225258. OLE color: 12225258.

HSL color Cylindrical-coordinate representation of color #EA8ABA: hue angle of 330º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EA8ABA is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB234138186-
CMYK00.410.210.08
HSL330º69.57%72.94%-
HSV(B)330º41.03%91.76%-
XYZ51.8839.2151.29-
YUV172.18135.8172.1-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.94%
GREEN value IS 138 (54.30% from 255) = 24.73%
BLUE value IS 186 (73.05% from 255) = 33.33%
R=41.94%
G=24.73%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413818600.410.210.0833069.5772.94
HexEA8ABA02915814a4649
Octal3522122720512510512106111
Binary111010101000101010111010010100110101100010100101010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8ABA; }

 p { color: rgb(234,138,186); }

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

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

 a { background-color: rgb(234,138,186); }

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

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

 span { border-color: rgb(234,138,186); }

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