#E58D8D

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

Shades of Sweet Pink #E58D8D

Tints of Sweet Pink #E58D8D

Color information

#E58D8D (or 0xE58D8D) is unknown color: approx Sweet Pink. HEX triplet: E5, 8D and 8D. RGB value is (229,141,141). Sum of RGB (Red+Green+Blue) = 229+141+141=511 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.81% from 511); Green value is 141 (55.47% from 255 or 27.59% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 229 - color contains mainly: red. Hex color #E58D8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58D8D is #1A7272. Grayscale: #A7A7A7. Windows color (decimal): -1733235 or 9276901. OLE color: 9276901.

HSL color Cylindrical-coordinate representation of color #E58D8D: hue angle of 0º 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 #E58D8D is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB229141141-
CMYK00.380.380.10
HSL62.86%72.55%-
HSV(B)38.43%89.8%-
XYZ46.6537.6330-
YUV167.31113.15172-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.81%
GREEN value IS 141 (55.47% from 255) = 27.59%
BLUE value IS 141 (55.47% from 255) = 27.59%
R=44.81%
G=27.59%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914114100.380.380.10062.8672.55
HexE58D8D02626A03f49
Octal3452152150464612077111
Binary1110010110001101100011010100110100110101001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58D8D; }

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

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

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

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

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

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

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

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