#EA9C81

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

Shades of Tonys Pink #EA9C81

Tints of Tonys Pink #EA9C81

Color information

#EA9C81 (or 0xEA9C81) is unknown color: approx Tonys Pink. HEX triplet: EA, 9C and 81. RGB value is (234,156,129). Sum of RGB (Red+Green+Blue) = 234+156+129=519 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.09% from 519); Green value is 156 (61.33% from 255 or 30.06% from 519); Blue value is 129 (50.78% from 255 or 24.86% from 519); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9C81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9C81 is #15637E. Grayscale: #B0B0B0. Windows color (decimal): -1401727 or 8494314. OLE color: 8494314.

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

Color convert

RGB234156129-
CMYK00.330.450.08
HSL15.43º71.43%71.18%-
HSV(B)15.43º44.87%91.76%-
XYZ49.7842.8526.42-
YUV176.24101.34169.2-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.09%
GREEN value IS 156 (61.33% from 255) = 30.06%
BLUE value IS 129 (50.78% from 255) = 24.86%
R=45.09%
G=30.06%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415612900.330.450.0815.4371.4371.18
HexEA9C810212D8f4747
Octal352234201041551017107107
Binary11101010100111001000000101000011011011000111110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9C81; }

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

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

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

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

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

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

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

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