#EA8ABD

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

Shades of Shocking #EA8ABD

Tints of Shocking #EA8ABD

Color information

#EA8ABD (or 0xEA8ABD) is unknown color: approx Shocking. HEX triplet: EA, 8A and BD. RGB value is (234,138,189). Sum of RGB (Red+Green+Blue) = 234+138+189=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 138 (54.30% from 255 or 24.60% from 561); Blue value is 189 (74.22% from 255 or 33.69% from 561); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8ABD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8ABD is #157542. Grayscale: #ACACAC. Windows color (decimal): -1406275 or 12421866. OLE color: 12421866.

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

Color convert

RGB234138189-
CMYK00.410.190.08
HSL328.12º69.57%72.94%-
HSV(B)328.12º41.03%91.76%-
XYZ52.2139.3452.99-
YUV172.52137.3171.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.71%
GREEN value IS 138 (54.30% from 255) = 24.60%
BLUE value IS 189 (74.22% from 255) = 33.69%
R=41.71%
G=24.60%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413818900.410.190.08328.1269.5772.94
HexEA8ABD0291381484649
Octal3522122750512310510106111
Binary111010101000101010111101010100110011100010100100010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8ABD; }

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

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

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

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

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

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

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

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