#ea9e84

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

Shades of Tonys Pink #EA9E84

Tints of Tonys Pink #EA9E84

Color information

#EA9E84 (or 0xEA9E84) is unknown color: approx Tonys Pink. HEX triplet: EA, 9E and 84. RGB value is (234,158,132). Sum of RGB (Red+Green+Blue) = 234+158+132=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 158 (62.11% from 255 or 30.15% from 524); Blue value is 132 (51.95% from 255 or 25.19% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9E84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9E84 is #15617B. Grayscale: #B1B1B1. Windows color (decimal): -1401212 or 8691434. OLE color: 8691434.

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

Color convert

RGB234158132-
CMYK00.320.440.08
HSL15.29º70.83%71.76%-
HSV(B)15.29º43.59%91.76%-
XYZ50.3243.6127.6-
YUV177.76102.18168.11-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.66%
GREEN value IS 158 (62.11% from 255) = 30.15%
BLUE value IS 132 (51.95% from 255) = 25.19%
R=44.66%
G=30.15%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415813200.320.440.0815.2970.8371.76
HexEA9E840202C8f4748
Octal352236204040541017107110
Binary11101010100111101000010001000001011001000111110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea9e84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea9e84; }

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

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

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

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

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

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

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

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