#E49490

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

Shades of Sweet Pink #E49490

Tints of Sweet Pink #E49490

Color information

#E49490 (or 0xE49490) is unknown color: approx Sweet Pink. HEX triplet: E4, 94 and 90. RGB value is (228,148,144). Sum of RGB (Red+Green+Blue) = 228+148+144=520 (68% of max value = 765). Red value is 228 (89.45% from 255 or 43.85% from 520); Green value is 148 (58.20% from 255 or 28.46% from 520); Blue value is 144 (56.64% from 255 or 27.69% from 520); Max value from RGB is 228 - color contains mainly: red. Hex color #E49490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49490 is #1B6B6F. Grayscale: #ABABAB. Windows color (decimal): -1796976 or 9475300. OLE color: 9475300.

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

Color convert

RGB228148144-
CMYK00.350.370.11
HSL2.86º60.87%72.94%-
HSV(B)2.86º36.84%89.41%-
XYZ47.6239.6931.54-
YUV171.46112.5168.33-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.85%
GREEN value IS 148 (58.20% from 255) = 28.46%
BLUE value IS 144 (56.64% from 255) = 27.69%
R=43.85%
G=28.46%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814814400.350.370.112.8660.8772.94
HexE4949002325B33d49
Octal3442242200434513375111
Binary11100100100101001001000001000111001011011111111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49490; }

 p { color: rgb(228,148,144); }

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

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

 a { background-color: rgb(228,148,144); }

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

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

 span { border-color: rgb(228,148,144); }

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