Shades of Sweet Pink #E6918E
Tints of Sweet Pink #E6918E
RGB
CMYK
RGB Variations
Color information
#E6918E (or 0xE6918E) is known color: Sweet Pink. HEX triplet: E6, 91 and 8E. RGB value is (230,145,142). Sum of RGB (Red+Green+Blue) = 230+145+142=517 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.49% from 517); Green value is 145 (57.03% from 255 or 28.05% from 517); Blue value is 142 (55.86% from 255 or 27.47% from 517); Max value from RGB is 230 - color contains mainly: red. Hex color #E6918E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6918E is #196E71. Grayscale: #AAAAAA. Windows color (decimal): -1666674 or 9343462. OLE color: 9343462.
HSL color Cylindrical-coordinate representation of color #E6918E: hue angle of 2.05º degrees, saturation: 0.64, 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 #E6918E is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 145 | 142 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.10 |
| HSL | 2.05º | 0.64% | 0.73% | - |
| HSV(B) | 2.05º | 0.38% | 0.9% | - |
| XYZ | 47.64 | 39.03 | 30.61 | - |
| YUV | 170.07 | 112.16 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 145 | 142 | 0 | 0.37 | 0.38 | 0.10 | 2.05 | 0.64 | 0.73 |
| Hex | E6 | 91 | 8E | 0 | 25 | 26 | A | 2 | 40 | 49 |
| Octal | 346 | 221 | 216 | 0 | 45 | 46 | 12 | 2 | 100 | 111 |
| Binary | 11100110 | 10010001 | 10001110 | 0 | 100101 | 100110 | 1010 | 10 | 1000000 | 1001001 |
Color Harmonies of #E6918E
Complementary color
Monochromatic Colors of #E6918E
Black with #E6918E
Text Example
Text Example
White with #E6918E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6918E; }
p { color: rgb(230,145,142); }
H1.HeaderClassName
{
color: #E6918E;
}
.AnyTagClassName
{
color: #E6918E;
}
</style>
background-color css
<style>
a { background-color: #E6918E; }
a { background-color: rgb(230,145,142); }
div.DivClassName
{
background-color: #E6918E;
}
.BgClassName
{
background-color: #E6918E;
}
</style>
border-color css
<style>
span { border-color: #E6918E; }
span { border-color: rgb(230,145,142); }
td.TdClassName
{
border-color: #E6918E;
}
.TagClassName
{
border-color: #E6918E;
}
</style>