#E49B8E

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

Shades of Tonys Pink #E49B8E

Tints of Tonys Pink #E49B8E

Color information

#E49B8E (or 0xE49B8E) is unknown color: approx Tonys Pink. HEX triplet: E4, 9B and 8E. RGB value is (228,155,142). Sum of RGB (Red+Green+Blue) = 228+155+142=525 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.43% from 525); Green value is 155 (60.94% from 255 or 29.52% from 525); Blue value is 142 (55.86% from 255 or 27.05% from 525); Max value from RGB is 228 - color contains mainly: red. Hex color #E49B8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49B8E is #1B6471. Grayscale: #AFAFAF. Windows color (decimal): -1795186 or 9346020. OLE color: 9346020.

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

Color convert

RGB228155142-
CMYK00.320.380.11
HSL9.07º61.43%72.55%-
HSV(B)9.07º37.72%89.41%-
XYZ48.641.8931.12-
YUV175.34109.18165.56-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.43%
GREEN value IS 155 (60.94% from 255) = 29.52%
BLUE value IS 142 (55.86% from 255) = 27.05%
R=43.43%
G=29.52%
B=27.05%

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
Decimal22815514200.320.380.119.0761.4372.55
HexE49B8E02026B93d49
Octal34423321604046131175111
Binary1110010010011011100011100100000100110101110011111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49B8E; }

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

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

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

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

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

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

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

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