#EA9D80

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

Shades of Tonys Pink #EA9D80

Tints of Tonys Pink #EA9D80

Color information

#EA9D80 (or 0xEA9D80) is unknown color: approx Tonys Pink. HEX triplet: EA, 9D and 80. RGB value is (234,157,128). Sum of RGB (Red+Green+Blue) = 234+157+128=519 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.09% from 519); Green value is 157 (61.72% from 255 or 30.25% from 519); Blue value is 128 (50.39% from 255 or 24.66% from 519); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9D80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9D80 is #15627F. Grayscale: #B0B0B0. Windows color (decimal): -1401472 or 8429034. OLE color: 8429034.

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

Color convert

RGB234157128-
CMYK00.330.450.08
HSL16.42º71.62%70.98%-
HSV(B)16.42º45.3%91.76%-
XYZ49.8843.1626.12-
YUV176.72100.51168.86-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.09%
GREEN value IS 157 (61.72% from 255) = 30.25%
BLUE value IS 128 (50.39% from 255) = 24.66%
R=45.09%
G=30.25%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415712800.330.450.0816.4271.6270.98
HexEA9D800212D8104847
Octal352235200041551020110107
Binary111010101001110110000000010000110110110001000010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9D80; }

 p { color: rgb(234,157,128); }

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

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

 a { background-color: rgb(234,157,128); }

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

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

 span { border-color: rgb(234,157,128); }

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