#EA9E86

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

Shades of Tonys Pink #EA9E86

Tints of Tonys Pink #EA9E86

Color information

#EA9E86 (or 0xEA9E86) is unknown color: approx Tonys Pink. HEX triplet: EA, 9E and 86. RGB value is (234,158,134). Sum of RGB (Red+Green+Blue) = 234+158+134=526 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.49% from 526); Green value is 158 (62.11% from 255 or 30.04% from 526); Blue value is 134 (52.73% from 255 or 25.48% from 526); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9E86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9E86 is #156179. Grayscale: #B2B2B2. Windows color (decimal): -1401210 or 8822506. OLE color: 8822506.

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

Color convert

RGB234158134-
CMYK00.320.430.08
HSL14.4º70.42%72.16%-
HSV(B)14.4º42.74%91.76%-
XYZ50.4643.6728.32-
YUV177.99103.18167.95-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.49%
GREEN value IS 158 (62.11% from 255) = 30.04%
BLUE value IS 134 (52.73% from 255) = 25.48%
R=44.49%
G=30.04%
B=25.48%

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
Decimal23415813400.320.430.0814.470.4272.16
HexEA9E860202B8e4648
Octal352236206040531016106110
Binary11101010100111101000011001000001010111000111010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9E86; }

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

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

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

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

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

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

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

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