#EA9F86

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

Shades of Tonys Pink #EA9F86

Tints of Tonys Pink #EA9F86

Color information

#EA9F86 (or 0xEA9F86) is unknown color: approx Tonys Pink. HEX triplet: EA, 9F and 86. RGB value is (234,159,134). Sum of RGB (Red+Green+Blue) = 234+159+134=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 134 (52.73% from 255 or 25.43% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9F86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9F86 is #156079. Grayscale: #B2B2B2. Windows color (decimal): -1400954 or 8822762. OLE color: 8822762.

HSL color Cylindrical-coordinate representation of color #EA9F86: hue angle of 15º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EA9F86 is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB234159134-
CMYK00.320.430.08
HSL15º70.42%72.16%-
HSV(B)15º42.74%91.76%-
XYZ50.6344.0128.38-
YUV178.58102.85167.53-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.40%
GREEN value IS 159 (62.5% from 255) = 30.17%
BLUE value IS 134 (52.73% from 255) = 25.43%
R=44.40%
G=30.17%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415913400.320.430.081570.4272.16
HexEA9F860202B8f4648
Octal352237206040531017106110
Binary11101010100111111000011001000001010111000111110001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9F86; }

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

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

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

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

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

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

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

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