#E49292

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

Shades of Sweet Pink #E49292

Tints of Sweet Pink #E49292

Color information

#E49292 (or 0xE49292) is unknown color: approx Sweet Pink. HEX triplet: E4, 92 and 92. RGB value is (228,146,146). Sum of RGB (Red+Green+Blue) = 228+146+146=520 (68% of max value = 765). Red value is 228 (89.45% from 255 or 43.85% from 520); Green value is 146 (57.42% from 255 or 28.08% from 520); Blue value is 146 (57.42% from 255 or 28.08% from 520); Max value from RGB is 228 - color contains mainly: red. Hex color #E49292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49292 is #1B6D6D. Grayscale: #AAAAAA. Windows color (decimal): -1797486 or 9605860. OLE color: 9605860.

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

Color convert

RGB228146146-
CMYK00.360.360.11
HSL60.29%73.33%-
HSV(B)35.96%89.41%-
XYZ47.4639.1332.24-
YUV170.52114.17169-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.85%
GREEN value IS 146 (57.42% from 255) = 28.08%
BLUE value IS 146 (57.42% from 255) = 28.08%
R=43.85%
G=28.08%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814614600.360.360.11060.2973.33
HexE4929202424B03c49
Octal3442222220444413074111
Binary1110010010010010100100100100100100100101101111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49292; }

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

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

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

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

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

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

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

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