#EA9E90

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

Shades of Tonys Pink #EA9E90

Tints of Tonys Pink #EA9E90

Color information

#EA9E90 (or 0xEA9E90) is unknown color: approx Tonys Pink. HEX triplet: EA, 9E and 90. RGB value is (234,158,144). Sum of RGB (Red+Green+Blue) = 234+158+144=536 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.66% from 536); Green value is 158 (62.11% from 255 or 29.48% from 536); Blue value is 144 (56.64% from 255 or 26.87% from 536); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9E90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9E90 is #15616F. Grayscale: #B3B3B3. Windows color (decimal): -1401200 or 9477866. OLE color: 9477866.

HSL color Cylindrical-coordinate representation of color #EA9E90: hue angle of 9.33º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EA9E90 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB234158144-
CMYK00.320.380.08
HSL9.33º68.18%74.12%-
HSV(B)9.33º38.46%91.76%-
XYZ51.1943.9632.17-
YUV179.13108.18167.14-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.66%
GREEN value IS 158 (62.11% from 255) = 29.48%
BLUE value IS 144 (56.64% from 255) = 26.87%
R=43.66%
G=29.48%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415814400.320.380.089.3368.1874.12
HexEA9E900202689444a
Octal352236220040461011104112
Binary11101010100111101001000001000001001101000100110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9E90; }

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

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

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

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

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

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

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

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