#E58D8C

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

Shades of Sweet Pink #E58D8C

Tints of Sweet Pink #E58D8C

Color information

#E58D8C (or 0xE58D8C) is unknown color: approx Sweet Pink. HEX triplet: E5, 8D and 8C. RGB value is (229,141,140). Sum of RGB (Red+Green+Blue) = 229+141+140=510 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.90% from 510); Green value is 141 (55.47% from 255 or 27.65% from 510); Blue value is 140 (55.08% from 255 or 27.45% from 510); Max value from RGB is 229 - color contains mainly: red. Hex color #E58D8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58D8C is #1A7273. Grayscale: #A7A7A7. Windows color (decimal): -1733236 or 9211365. OLE color: 9211365.

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

Color convert

RGB229141140-
CMYK00.380.390.10
HSL0.67º63.12%72.35%-
HSV(B)0.67º38.86%89.8%-
XYZ46.5737.629.61-
YUV167.2112.65172.08-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.90%
GREEN value IS 141 (55.47% from 255) = 27.65%
BLUE value IS 140 (55.08% from 255) = 27.45%
R=44.90%
G=27.65%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914114000.380.390.100.6763.1272.35
HexE58D8C02627A13f48
Octal3452152140464712177110
Binary1110010110001101100011000100110100111101011111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58D8C; }

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

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

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

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

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

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

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

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