Shades of Sweet Pink #E58D8A
Tints of Sweet Pink #E58D8A
RGB
CMYK
RGB Variations
Color information
#E58D8A (or 0xE58D8A) is known color: Sweet Pink. HEX triplet: E5, 8D and 8A. RGB value is (229,141,138). Sum of RGB (Red+Green+Blue) = 229+141+138=508 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.08% from 508); Green value is 141 (55.47% from 255 or 27.76% from 508); Blue value is 138 (54.30% from 255 or 27.17% from 508); Max value from RGB is 229 - color contains mainly: red. Hex color #E58D8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58D8A is #1A7275. Grayscale: #A7A7A7. Windows color (decimal): -1733238 or 9080293. OLE color: 9080293.
HSL color Cylindrical-coordinate representation of color #E58D8A: hue angle of 1.98º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E58D8A is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 141 | 138 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.10 |
| HSL | 1.98º | 0.64% | 0.72% | - |
| HSV(B) | 1.98º | 0.4% | 0.9% | - |
| XYZ | 46.43 | 37.54 | 28.84 | - |
| YUV | 166.97 | 111.65 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 141 | 138 | 0 | 0.38 | 0.40 | 0.10 | 1.98 | 0.64 | 0.72 |
| Hex | E5 | 8D | 8A | 0 | 26 | 28 | A | 2 | 40 | 48 |
| Octal | 345 | 215 | 212 | 0 | 46 | 50 | 12 | 2 | 100 | 110 |
| Binary | 11100101 | 10001101 | 10001010 | 0 | 100110 | 101000 | 1010 | 10 | 1000000 | 1001000 |
Color Harmonies of #E58D8A
Complementary color
Monochromatic Colors of #E58D8A
Black with #E58D8A
Text Example
Text Example
White with #E58D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58D8A; }
p { color: rgb(229,141,138); }
H1.HeaderClassName
{
color: #E58D8A;
}
.AnyTagClassName
{
color: #E58D8A;
}
</style>
background-color css
<style>
a { background-color: #E58D8A; }
a { background-color: rgb(229,141,138); }
div.DivClassName
{
background-color: #E58D8A;
}
.BgClassName
{
background-color: #E58D8A;
}
</style>
border-color css
<style>
span { border-color: #E58D8A; }
span { border-color: rgb(229,141,138); }
td.TdClassName
{
border-color: #E58D8A;
}
.TagClassName
{
border-color: #E58D8A;
}
</style>