#EA9C8C

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

Shades of Tonys Pink #EA9C8C

Tints of Tonys Pink #EA9C8C

Color information

#EA9C8C (or 0xEA9C8C) is unknown color: approx Tonys Pink. HEX triplet: EA, 9C and 8C. RGB value is (234,156,140). Sum of RGB (Red+Green+Blue) = 234+156+140=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 156 (61.33% from 255 or 29.43% from 530); Blue value is 140 (55.08% from 255 or 26.42% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9C8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9C8C is #156373. Grayscale: #B1B1B1. Windows color (decimal): -1401716 or 9215210. OLE color: 9215210.

HSL color Cylindrical-coordinate representation of color #EA9C8C: hue angle of 10.21º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EA9C8C is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB234156140-
CMYK00.330.400.08
HSL10.21º69.12%73.33%-
HSV(B)10.21º40.17%91.76%-
XYZ50.5543.1630.48-
YUV177.5106.84168.3-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.15%
GREEN value IS 156 (61.33% from 255) = 29.43%
BLUE value IS 140 (55.08% from 255) = 26.42%
R=44.15%
G=29.43%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415614000.330.400.0810.2169.1273.33
HexEA9C8C021288a4549
Octal352234214041501012105111
Binary11101010100111001000110001000011010001000101010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9C8C; }

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

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

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

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

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

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

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

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