#EA9C8B

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

Shades of Tonys Pink #EA9C8B

Tints of Tonys Pink #EA9C8B

Color information

#EA9C8B (or 0xEA9C8B) is unknown color: approx Tonys Pink. HEX triplet: EA, 9C and 8B. RGB value is (234,156,139). Sum of RGB (Red+Green+Blue) = 234+156+139=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 156 (61.33% from 255 or 29.49% from 529); Blue value is 139 (54.69% from 255 or 26.28% from 529); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9C8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9C8B is #156374. Grayscale: #B1B1B1. Windows color (decimal): -1401717 or 9149674. OLE color: 9149674.

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

Color convert

RGB234156139-
CMYK00.330.410.08
HSL10.74º69.34%73.14%-
HSV(B)10.74º40.6%91.76%-
XYZ50.4843.1330.09-
YUV177.38106.34168.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.23%
GREEN value IS 156 (61.33% from 255) = 29.49%
BLUE value IS 139 (54.69% from 255) = 26.28%
R=44.23%
G=29.49%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415613900.330.410.0810.7469.3473.14
HexEA9C8B021298b4549
Octal352234213041511013105111
Binary11101010100111001000101101000011010011000101110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9C8B; }

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

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

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

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

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

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

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

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