#E5958D

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

Shades of Sweet Pink #E5958D

Tints of Sweet Pink #E5958D

Color information

#E5958D (or 0xE5958D) is unknown color: approx Sweet Pink. HEX triplet: E5, 95 and 8D. RGB value is (229,149,141). Sum of RGB (Red+Green+Blue) = 229+149+141=519 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.12% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 141 (55.47% from 255 or 27.17% from 519); Max value from RGB is 229 - color contains mainly: red. Hex color #E5958D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5958D is #1A6A72. Grayscale: #ACACAC. Windows color (decimal): -1731187 or 9278949. OLE color: 9278949.

HSL color Cylindrical-coordinate representation of color #E5958D: hue angle of 5.45º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E5958D is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB229149141-
CMYK00.350.380.10
HSL5.45º62.86%72.55%-
HSV(B)5.45º38.43%89.8%-
XYZ47.8740.0830.41-
YUV172.01110.5168.65-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.12%
GREEN value IS 149 (58.59% from 255) = 28.71%
BLUE value IS 141 (55.47% from 255) = 27.17%
R=44.12%
G=28.71%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914914100.350.380.105.4562.8672.55
HexE5958D02326A53f49
Octal3452252150434612577111
Binary111001011001010110001101010001110011010101011111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5958D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5958D; }

 p { color: rgb(229,149,141); }

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

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

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

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

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

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

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