#E49494

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

Shades of Sweet Pink #E49494

Tints of Sweet Pink #E49494

Color information

#E49494 (or 0xE49494) is unknown color: approx Sweet Pink. HEX triplet: E4, 94 and 94. RGB value is (228,148,148). Sum of RGB (Red+Green+Blue) = 228+148+148=524 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.51% from 524); Green value is 148 (58.20% from 255 or 28.24% from 524); Blue value is 148 (58.20% from 255 or 28.24% from 524); Max value from RGB is 228 - color contains mainly: red. Hex color #E49494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49494 is #1B6B6B. Grayscale: #ABABAB. Windows color (decimal): -1796972 or 9737444. OLE color: 9737444.

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

Color convert

RGB228148148-
CMYK00.350.350.11
HSL59.7%73.73%-
HSV(B)35.09%89.41%-
XYZ47.9339.8133.18-
YUV171.92114.5168-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.51%
GREEN value IS 148 (58.20% from 255) = 28.24%
BLUE value IS 148 (58.20% from 255) = 28.24%
R=43.51%
G=28.24%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814814800.350.350.11059.773.73
HexE4949402323B03c4a
Octal3442242240434313074112
Binary1110010010010100100101000100011100011101101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49494; }

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

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

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

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

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

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

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

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