#EA9C90

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

Shades of Tonys Pink #EA9C90

Tints of Tonys Pink #EA9C90

Color information

#EA9C90 (or 0xEA9C90) is unknown color: approx Tonys Pink. HEX triplet: EA, 9C and 90. RGB value is (234,156,144). Sum of RGB (Red+Green+Blue) = 234+156+144=534 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.82% from 534); Green value is 156 (61.33% from 255 or 29.21% from 534); Blue value is 144 (56.64% from 255 or 26.97% from 534); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9C90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9C90 is #15636F. Grayscale: #B2B2B2. Windows color (decimal): -1401712 or 9477354. OLE color: 9477354.

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

Color convert

RGB234156144-
CMYK00.330.380.08
HSL68.18%74.12%-
HSV(B)38.46%91.76%-
XYZ50.8543.2832.06-
YUV177.95108.84167.98-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.82%
GREEN value IS 156 (61.33% from 255) = 29.21%
BLUE value IS 144 (56.64% from 255) = 26.97%
R=43.82%
G=29.21%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415614400.330.380.08868.1874.12
HexEA9C900212688444a
Octal352234220041461010104112
Binary11101010100111001001000001000011001101000100010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9C90; }

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

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

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

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

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

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

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

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