#EA9887

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

Shades of Tonys Pink #EA9887

Tints of Tonys Pink #EA9887

Color information

#EA9887 (or 0xEA9887) is unknown color: approx Tonys Pink. HEX triplet: EA, 98 and 87. RGB value is (234,152,135). Sum of RGB (Red+Green+Blue) = 234+152+135=521 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.91% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 135 (53.12% from 255 or 25.91% from 521); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9887 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9887 is #156778. Grayscale: #AEAEAE. Windows color (decimal): -1402745 or 8886506. OLE color: 8886506.

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

Color convert

RGB234152135-
CMYK00.350.420.08
HSL10.3º70.21%72.35%-
HSV(B)10.3º42.31%91.76%-
XYZ49.5341.728.36-
YUV174.58105.67170.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.91%
GREEN value IS 152 (59.77% from 255) = 29.17%
BLUE value IS 135 (53.12% from 255) = 25.91%
R=44.91%
G=29.17%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415213500.350.420.0810.370.2172.35
HexEA98870232A8a4648
Octal352230207043521012106110
Binary11101010100110001000011101000111010101000101010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9887; }

 p { color: rgb(234,152,135); }

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

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

 a { background-color: rgb(234,152,135); }

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

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

 span { border-color: rgb(234,152,135); }

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