Shades of Sweet Pink #E8918E
Tints of Sweet Pink #E8918E
RGB
CMYK
RGB Variations
Color information
#E8918E (or 0xE8918E) is known color: Sweet Pink. HEX triplet: E8, 91 and 8E. RGB value is (232,145,142). Sum of RGB (Red+Green+Blue) = 232+145+142=519 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.70% from 519); Green value is 145 (57.03% from 255 or 27.94% from 519); Blue value is 142 (55.86% from 255 or 27.36% from 519); Max value from RGB is 232 - color contains mainly: red. Hex color #E8918E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8918E is #176E71. Grayscale: #AAAAAA. Windows color (decimal): -1535602 or 9343464. OLE color: 9343464.
HSL color Cylindrical-coordinate representation of color #E8918E: hue angle of 2º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E8918E is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 145 | 142 | - |
| CMYK | 0 | 0.38 | 0.39 | 0.09 |
| HSL | 2º | 0.66% | 0.73% | - |
| HSV(B) | 2º | 0.39% | 0.91% | - |
| XYZ | 48.29 | 39.36 | 30.64 | - |
| YUV | 170.67 | 111.82 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 145 | 142 | 0 | 0.38 | 0.39 | 0.09 | 2 | 0.66 | 0.73 |
| Hex | E8 | 91 | 8E | 0 | 26 | 27 | 9 | 2 | 42 | 49 |
| Octal | 350 | 221 | 216 | 0 | 46 | 47 | 11 | 2 | 102 | 111 |
| Binary | 11101000 | 10010001 | 10001110 | 0 | 100110 | 100111 | 1001 | 10 | 1000010 | 1001001 |
Color Harmonies of #E8918E
Complementary color
Monochromatic Colors of #E8918E
Black with #E8918E
Text Example
Text Example
White with #E8918E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8918E; }
p { color: rgb(232,145,142); }
H1.HeaderClassName
{
color: #E8918E;
}
.AnyTagClassName
{
color: #E8918E;
}
</style>
background-color css
<style>
a { background-color: #E8918E; }
a { background-color: rgb(232,145,142); }
div.DivClassName
{
background-color: #E8918E;
}
.BgClassName
{
background-color: #E8918E;
}
</style>
border-color css
<style>
span { border-color: #E8918E; }
span { border-color: rgb(232,145,142); }
td.TdClassName
{
border-color: #E8918E;
}
.TagClassName
{
border-color: #E8918E;
}
</style>