#EA9584

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

Shades of Tonys Pink #EA9584

Tints of Tonys Pink #EA9584

Color information

#EA9584 (or 0xEA9584) is unknown color: approx Tonys Pink. HEX triplet: EA, 95 and 84. RGB value is (234,149,132). Sum of RGB (Red+Green+Blue) = 234+149+132=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 149 (58.59% from 255 or 28.93% from 515); Blue value is 132 (51.95% from 255 or 25.63% from 515); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9584 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9584 is #156A7B. Grayscale: #ACACAC. Windows color (decimal): -1403516 or 8689130. OLE color: 8689130.

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

Color convert

RGB234149132-
CMYK00.360.440.08
HSL10º70.83%71.76%-
HSV(B)10º43.59%91.76%-
XYZ48.8440.6527.1-
YUV172.48105.16171.88-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.44%
GREEN value IS 149 (58.59% from 255) = 28.93%
BLUE value IS 132 (51.95% from 255) = 25.63%
R=45.44%
G=28.93%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414913200.360.440.081070.8371.76
HexEA95840242C8a4748
Octal352225204044541012107110
Binary11101010100101011000010001001001011001000101010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9584; }

 p { color: rgb(234,149,132); }

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

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

 a { background-color: rgb(234,149,132); }

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

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

 span { border-color: rgb(234,149,132); }

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