#EA8ABB

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

Shades of Shocking #EA8ABB

Tints of Shocking #EA8ABB

Color information

#EA8ABB (or 0xEA8ABB) is unknown color: approx Shocking. HEX triplet: EA, 8A and BB. RGB value is (234,138,187). Sum of RGB (Red+Green+Blue) = 234+138+187=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 138 (54.30% from 255 or 24.69% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8ABB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8ABB is #157544. Grayscale: #ACACAC. Windows color (decimal): -1406277 or 12290794. OLE color: 12290794.

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

Color convert

RGB234138187-
CMYK00.410.200.08
HSL329.38º69.57%72.94%-
HSV(B)329.38º41.03%91.76%-
XYZ51.9939.2651.85-
YUV172.29136.3172.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.86%
GREEN value IS 138 (54.30% from 255) = 24.69%
BLUE value IS 187 (73.44% from 255) = 33.45%
R=41.86%
G=24.69%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413818700.410.200.08329.3869.5772.94
HexEA8ABB0291481494649
Octal3522122730512410511106111
Binary111010101000101010111011010100110100100010100100110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8ABB; }

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

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

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

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

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

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

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

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