#EA9F81

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

Shades of Tonys Pink #EA9F81

Tints of Tonys Pink #EA9F81

Color information

#EA9F81 (or 0xEA9F81) is unknown color: approx Tonys Pink. HEX triplet: EA, 9F and 81. RGB value is (234,159,129). Sum of RGB (Red+Green+Blue) = 234+159+129=522 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.83% from 522); Green value is 159 (62.5% from 255 or 30.46% from 522); Blue value is 129 (50.78% from 255 or 24.71% from 522); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9F81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9F81 is #15607E. Grayscale: #B2B2B2. Windows color (decimal): -1400959 or 8495082. OLE color: 8495082.

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

Color convert

RGB234159129-
CMYK00.320.450.08
HSL17.14º71.43%71.18%-
HSV(B)17.14º44.87%91.76%-
XYZ50.2943.8726.59-
YUV178100.35167.94-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.83%
GREEN value IS 159 (62.5% from 255) = 30.46%
BLUE value IS 129 (50.78% from 255) = 24.71%
R=44.83%
G=30.46%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415912900.320.450.0817.1471.4371.18
HexEA9F810202D8114747
Octal352237201040551021107107
Binary111010101001111110000001010000010110110001000110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9F81; }

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

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

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

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

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

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

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

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