Shades of Sweet Pink #E58F8E
Tints of Sweet Pink #E58F8E
RGB
CMYK
RGB Variations
Color information
#E58F8E (or 0xE58F8E) is known color: Sweet Pink. HEX triplet: E5, 8F and 8E. RGB value is (229,143,142). Sum of RGB (Red+Green+Blue) = 229+143+142=514 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.55% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 142 (55.86% from 255 or 27.63% from 514); Max value from RGB is 229 - color contains mainly: red. Hex color #E58F8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58F8E is #1A7071. Grayscale: #A8A8A8. Windows color (decimal): -1732722 or 9342949. OLE color: 9342949.
HSL color Cylindrical-coordinate representation of color #E58F8E: hue angle of 0.69º 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 #E58F8E is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 143 | 142 | - |
| CMYK | 0 | 0.38 | 0.38 | 0.10 |
| HSL | 0.69º | 0.63% | 0.73% | - |
| HSV(B) | 0.69º | 0.38% | 0.9% | - |
| XYZ | 47.02 | 38.26 | 30.5 | - |
| YUV | 168.6 | 112.99 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 143 | 142 | 0 | 0.38 | 0.38 | 0.10 | 0.69 | 0.63 | 0.73 |
| Hex | E5 | 8F | 8E | 0 | 26 | 26 | A | 1 | 3F | 49 |
| Octal | 345 | 217 | 216 | 0 | 46 | 46 | 12 | 1 | 77 | 111 |
| Binary | 11100101 | 10001111 | 10001110 | 0 | 100110 | 100110 | 1010 | 1 | 111111 | 1001001 |
Color Harmonies of #E58F8E
Complementary color
Monochromatic Colors of #E58F8E
Black with #E58F8E
Text Example
Text Example
White with #E58F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58F8E; }
p { color: rgb(229,143,142); }
H1.HeaderClassName
{
color: #E58F8E;
}
.AnyTagClassName
{
color: #E58F8E;
}
</style>
background-color css
<style>
a { background-color: #E58F8E; }
a { background-color: rgb(229,143,142); }
div.DivClassName
{
background-color: #E58F8E;
}
.BgClassName
{
background-color: #E58F8E;
}
</style>
border-color css
<style>
span { border-color: #E58F8E; }
span { border-color: rgb(229,143,142); }
td.TdClassName
{
border-color: #E58F8E;
}
.TagClassName
{
border-color: #E58F8E;
}
</style>