#EA9889

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

Shades of Tonys Pink #EA9889

Tints of Tonys Pink #EA9889

Color information

#EA9889 (or 0xEA9889) is unknown color: approx Tonys Pink. HEX triplet: EA, 98 and 89. RGB value is (234,152,137). Sum of RGB (Red+Green+Blue) = 234+152+137=523 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.74% from 523); Green value is 152 (59.77% from 255 or 29.06% from 523); Blue value is 137 (53.91% from 255 or 26.20% from 523); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9889 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9889 is #156776. Grayscale: #AEAEAE. Windows color (decimal): -1402743 or 9017578. OLE color: 9017578.

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

Color convert

RGB234152137-
CMYK00.350.410.08
HSL9.28º69.78%72.75%-
HSV(B)9.28º41.45%91.76%-
XYZ49.6841.7629.11-
YUV174.81106.67170.22-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.74%
GREEN value IS 152 (59.77% from 255) = 29.06%
BLUE value IS 137 (53.91% from 255) = 26.20%
R=44.74%
G=29.06%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415213700.350.410.089.2869.7872.75
HexEA988902329894649
Octal352230211043511011106111
Binary11101010100110001000100101000111010011000100110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9889; }

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

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

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

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

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

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

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

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