Shades of Sweet Pink #E5918D
Tints of Sweet Pink #E5918D
RGB
CMYK
RGB Variations
Color information
#E5918D (or 0xE5918D) is known color: Sweet Pink. HEX triplet: E5, 91 and 8D. RGB value is (229,145,141). Sum of RGB (Red+Green+Blue) = 229+145+141=515 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.47% from 515); Green value is 145 (57.03% from 255 or 28.16% from 515); Blue value is 141 (55.47% from 255 or 27.38% from 515); Max value from RGB is 229 - color contains mainly: red. Hex color #E5918D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5918D is #1A6E72. Grayscale: #A9A9A9. Windows color (decimal): -1732211 or 9277925. OLE color: 9277925.
HSL color Cylindrical-coordinate representation of color #E5918D: hue angle of 2.73º 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 #E5918D is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 145 | 141 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.10 |
| HSL | 2.73º | 0.63% | 0.73% | - |
| HSV(B) | 2.73º | 0.38% | 0.9% | - |
| XYZ | 47.25 | 38.83 | 30.2 | - |
| YUV | 169.66 | 111.83 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 145 | 141 | 0 | 0.37 | 0.38 | 0.10 | 2.73 | 0.63 | 0.73 |
| Hex | E5 | 91 | 8D | 0 | 25 | 26 | A | 3 | 3F | 49 |
| Octal | 345 | 221 | 215 | 0 | 45 | 46 | 12 | 3 | 77 | 111 |
| Binary | 11100101 | 10010001 | 10001101 | 0 | 100101 | 100110 | 1010 | 11 | 111111 | 1001001 |
Color Harmonies of #E5918D
Complementary color
Monochromatic Colors of #E5918D
Black with #E5918D
Text Example
Text Example
White with #E5918D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5918D; }
p { color: rgb(229,145,141); }
H1.HeaderClassName
{
color: #E5918D;
}
.AnyTagClassName
{
color: #E5918D;
}
</style>
background-color css
<style>
a { background-color: #E5918D; }
a { background-color: rgb(229,145,141); }
div.DivClassName
{
background-color: #E5918D;
}
.BgClassName
{
background-color: #E5918D;
}
</style>
border-color css
<style>
span { border-color: #E5918D; }
span { border-color: rgb(229,145,141); }
td.TdClassName
{
border-color: #E5918D;
}
.TagClassName
{
border-color: #E5918D;
}
</style>