Shades of Sweet Pink #E58E8D
Tints of Sweet Pink #E58E8D
RGB
CMYK
RGB Variations
Color information
#E58E8D (or 0xE58E8D) is known color: Sweet Pink. HEX triplet: E5, 8E and 8D. RGB value is (229,142,141). Sum of RGB (Red+Green+Blue) = 229+142+141=512 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.73% from 512); Green value is 142 (55.86% from 255 or 27.73% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 229 - color contains mainly: red. Hex color #E58E8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58E8D is #1A7172. Grayscale: #A7A7A7. Windows color (decimal): -1732979 or 9277157. OLE color: 9277157.
HSL color Cylindrical-coordinate representation of color #E58E8D: hue angle of 0.68º 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 #E58E8D is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 142 | 141 | - |
| CMYK | 0 | 0.38 | 0.38 | 0.10 |
| HSL | 0.68º | 0.63% | 0.73% | - |
| HSV(B) | 0.68º | 0.38% | 0.9% | - |
| XYZ | 46.79 | 37.93 | 30.05 | - |
| YUV | 167.9 | 112.82 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 142 | 141 | 0 | 0.38 | 0.38 | 0.10 | 0.68 | 0.63 | 0.73 |
| Hex | E5 | 8E | 8D | 0 | 26 | 26 | A | 1 | 3F | 49 |
| Octal | 345 | 216 | 215 | 0 | 46 | 46 | 12 | 1 | 77 | 111 |
| Binary | 11100101 | 10001110 | 10001101 | 0 | 100110 | 100110 | 1010 | 1 | 111111 | 1001001 |
Color Harmonies of #E58E8D
Complementary color
Monochromatic Colors of #E58E8D
Black with #E58E8D
Text Example
Text Example
White with #E58E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58E8D; }
p { color: rgb(229,142,141); }
H1.HeaderClassName
{
color: #E58E8D;
}
.AnyTagClassName
{
color: #E58E8D;
}
</style>
background-color css
<style>
a { background-color: #E58E8D; }
a { background-color: rgb(229,142,141); }
div.DivClassName
{
background-color: #E58E8D;
}
.BgClassName
{
background-color: #E58E8D;
}
</style>
border-color css
<style>
span { border-color: #E58E8D; }
span { border-color: rgb(229,142,141); }
td.TdClassName
{
border-color: #E58E8D;
}
.TagClassName
{
border-color: #E58E8D;
}
</style>