#EA9B8C

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

Shades of Tonys Pink #EA9B8C

Tints of Tonys Pink #EA9B8C

Color information

#EA9B8C (or 0xEA9B8C) is unknown color: approx Tonys Pink. HEX triplet: EA, 9B and 8C. RGB value is (234,155,140). Sum of RGB (Red+Green+Blue) = 234+155+140=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 155 (60.94% from 255 or 29.30% from 529); Blue value is 140 (55.08% from 255 or 26.47% from 529); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9B8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9B8C is #156473. Grayscale: #B1B1B1. Windows color (decimal): -1401972 or 9214954. OLE color: 9214954.

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

Color convert

RGB234155140-
CMYK00.340.400.08
HSL9.57º69.12%73.33%-
HSV(B)9.57º40.17%91.76%-
XYZ50.3942.8330.42-
YUV176.91107.17168.72-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.23%
GREEN value IS 155 (60.94% from 255) = 29.30%
BLUE value IS 140 (55.08% from 255) = 26.47%
R=44.23%
G=29.30%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415514000.340.400.089.5769.1273.33
HexEA9B8C022288a4549
Octal352233214042501012105111
Binary11101010100110111000110001000101010001000101010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9B8C; }

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

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

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

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

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

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

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

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