#E49882

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

Shades of Tonys Pink #E49882

Tints of Tonys Pink #E49882

Color information

#E49882 (or 0xE49882) is unknown color: approx Tonys Pink. HEX triplet: E4, 98 and 82. RGB value is (228,152,130). Sum of RGB (Red+Green+Blue) = 228+152+130=510 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.71% from 510); Green value is 152 (59.77% from 255 or 29.80% from 510); Blue value is 130 (51.17% from 255 or 25.49% from 510); Max value from RGB is 228 - color contains mainly: red. Hex color #E49882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49882 is #1B677D. Grayscale: #ACACAC. Windows color (decimal): -1795966 or 8558820. OLE color: 8558820.

HSL color Cylindrical-coordinate representation of color #E49882: hue angle of 13.47º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E49882 is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB228152130-
CMYK00.330.430.11
HSL13.47º64.47%70.2%-
HSV(B)13.47º42.98%89.41%-
XYZ47.2540.5626.46-
YUV172.22104.18167.79-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 44.71%
GREEN value IS 152 (59.77% from 255) = 29.80%
BLUE value IS 130 (51.17% from 255) = 25.49%
R=44.71%
G=29.80%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815213000.330.430.1113.4764.4770.2
HexE498820212BBd4046
Octal344230202041531315100106
Binary11100100100110001000001001000011010111011110110000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49882; }

 p { color: rgb(228,152,130); }

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

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

 a { background-color: rgb(228,152,130); }

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

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

 span { border-color: rgb(228,152,130); }

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