#EA9A87

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

Shades of Tonys Pink #EA9A87

Tints of Tonys Pink #EA9A87

Color information

#EA9A87 (or 0xEA9A87) is unknown color: approx Tonys Pink. HEX triplet: EA, 9A and 87. RGB value is (234,154,135). Sum of RGB (Red+Green+Blue) = 234+154+135=523 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.74% from 523); Green value is 154 (60.55% from 255 or 29.45% from 523); Blue value is 135 (53.12% from 255 or 25.81% from 523); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9A87 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9A87 is #156578. Grayscale: #AFAFAF. Windows color (decimal): -1402233 or 8887018. OLE color: 8887018.

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

Color convert

RGB234154135-
CMYK00.340.420.08
HSL11.52º70.21%72.35%-
HSV(B)11.52º42.31%91.76%-
XYZ49.8642.3528.47-
YUV175.75105169.54-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.74%
GREEN value IS 154 (60.55% from 255) = 29.45%
BLUE value IS 135 (53.12% from 255) = 25.81%
R=44.74%
G=29.45%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415413500.340.420.0811.5270.2172.35
HexEA9A870222A8c4648
Octal352232207042521014106110
Binary11101010100110101000011101000101010101000110010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9A87; }

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

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

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

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

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

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

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

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