Shades of Sweet Pink #E6918D
Tints of Sweet Pink #E6918D
RGB
CMYK
RGB Variations
Color information
#E6918D (or 0xE6918D) is known color: Sweet Pink. HEX triplet: E6, 91 and 8D. RGB value is (230,145,141). Sum of RGB (Red+Green+Blue) = 230+145+141=516 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.57% from 516); Green value is 145 (57.03% from 255 or 28.10% from 516); Blue value is 141 (55.47% from 255 or 27.33% from 516); Max value from RGB is 230 - color contains mainly: red. Hex color #E6918D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6918D is #196E72. Grayscale: #AAAAAA. Windows color (decimal): -1666675 or 9277926. OLE color: 9277926.
HSL color Cylindrical-coordinate representation of color #E6918D: hue angle of 2.7º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E6918D is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 145 | 141 | - |
| CMYK | 0 | 0.37 | 0.39 | 0.10 |
| HSL | 2.7º | 0.64% | 0.73% | - |
| HSV(B) | 2.7º | 0.39% | 0.9% | - |
| XYZ | 47.57 | 39 | 30.22 | - |
| YUV | 169.96 | 111.66 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 145 | 141 | 0 | 0.37 | 0.39 | 0.10 | 2.7 | 0.64 | 0.73 |
| Hex | E6 | 91 | 8D | 0 | 25 | 27 | A | 3 | 40 | 49 |
| Octal | 346 | 221 | 215 | 0 | 45 | 47 | 12 | 3 | 100 | 111 |
| Binary | 11100110 | 10010001 | 10001101 | 0 | 100101 | 100111 | 1010 | 11 | 1000000 | 1001001 |
Color Harmonies of #E6918D
Complementary color
Monochromatic Colors of #E6918D
Black with #E6918D
Text Example
Text Example
White with #E6918D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6918D; }
p { color: rgb(230,145,141); }
H1.HeaderClassName
{
color: #E6918D;
}
.AnyTagClassName
{
color: #E6918D;
}
</style>
background-color css
<style>
a { background-color: #E6918D; }
a { background-color: rgb(230,145,141); }
div.DivClassName
{
background-color: #E6918D;
}
.BgClassName
{
background-color: #E6918D;
}
</style>
border-color css
<style>
span { border-color: #E6918D; }
span { border-color: rgb(230,145,141); }
td.TdClassName
{
border-color: #E6918D;
}
.TagClassName
{
border-color: #E6918D;
}
</style>