#EA9989

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

Shades of Tonys Pink #EA9989

Tints of Tonys Pink #EA9989

Color information

#EA9989 (or 0xEA9989) is unknown color: approx Tonys Pink. HEX triplet: EA, 99 and 89. RGB value is (234,153,137). Sum of RGB (Red+Green+Blue) = 234+153+137=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 153 (60.16% from 255 or 29.20% from 524); Blue value is 137 (53.91% from 255 or 26.15% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9989 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9989 is #156676. Grayscale: #AFAFAF. Windows color (decimal): -1402487 or 9017834. OLE color: 9017834.

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

Color convert

RGB234153137-
CMYK00.350.410.08
HSL9.9º69.78%72.75%-
HSV(B)9.9º41.45%91.76%-
XYZ49.8442.0829.16-
YUV175.4106.34169.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.66%
GREEN value IS 153 (60.16% from 255) = 29.20%
BLUE value IS 137 (53.91% from 255) = 26.15%
R=44.66%
G=29.20%
B=26.15%

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
Decimal23415313700.350.410.089.969.7872.75
HexEA9989023298a4649
Octal352231211043511012106111
Binary11101010100110011000100101000111010011000101010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9989; }

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

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

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

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

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

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

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

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