#E49A8E

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

Shades of Tonys Pink #E49A8E

Tints of Tonys Pink #E49A8E

Color information

#E49A8E (or 0xE49A8E) is unknown color: approx Tonys Pink. HEX triplet: E4, 9A and 8E. RGB value is (228,154,142). Sum of RGB (Red+Green+Blue) = 228+154+142=524 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.51% from 524); Green value is 154 (60.55% from 255 or 29.39% from 524); Blue value is 142 (55.86% from 255 or 27.10% from 524); Max value from RGB is 228 - color contains mainly: red. Hex color #E49A8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49A8E is #1B6571. Grayscale: #AEAEAE. Windows color (decimal): -1795442 or 9345764. OLE color: 9345764.

HSL color Cylindrical-coordinate representation of color #E49A8E: hue angle of 8.37º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E49A8E is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB228154142-
CMYK00.320.380.11
HSL8.37º61.43%72.55%-
HSV(B)8.37º37.72%89.41%-
XYZ48.4341.5631.06-
YUV174.76109.52165.98-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.51%
GREEN value IS 154 (60.55% from 255) = 29.39%
BLUE value IS 142 (55.86% from 255) = 27.10%
R=43.51%
G=29.39%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815414200.320.380.118.3761.4372.55
HexE49A8E02026B83d49
Octal34423221604046131075111
Binary1110010010011010100011100100000100110101110001111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49A8E; }

 p { color: rgb(228,154,142); }

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

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

 a { background-color: rgb(228,154,142); }

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

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

 span { border-color: rgb(228,154,142); }

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