#E49595

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

Shades of Sweet Pink #E49595

Tints of Sweet Pink #E49595

Color information

#E49595 (or 0xE49595) is unknown color: approx Sweet Pink. HEX triplet: E4, 95 and 95. RGB value is (228,149,149). Sum of RGB (Red+Green+Blue) = 228+149+149=526 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.35% from 526); Green value is 149 (58.59% from 255 or 28.33% from 526); Blue value is 149 (58.59% from 255 or 28.33% from 526); Max value from RGB is 228 - color contains mainly: red. Hex color #E49595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49595 is #1B6A6A. Grayscale: #ACACAC. Windows color (decimal): -1796715 or 9803236. OLE color: 9803236.

HSL color Cylindrical-coordinate representation of color #E49595: hue angle of 0º degrees, saturation: 0.59, 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 #E49595 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB228149149-
CMYK00.350.350.11
HSL59.4%73.92%-
HSV(B)34.65%89.41%-
XYZ48.1740.1633.65-
YUV172.62114.67167.5-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.35%
GREEN value IS 149 (58.59% from 255) = 28.33%
BLUE value IS 149 (58.59% from 255) = 28.33%
R=43.35%
G=28.33%
B=28.33%

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
Decimal22814914900.350.350.11059.473.92
HexE4959502323B03b4a
Octal3442252250434313073112
Binary1110010010010101100101010100011100011101101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49595; }

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

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

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

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

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

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

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

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