Shades of Sweet Pink #E6918B
Tints of Sweet Pink #E6918B
RGB
CMYK
RGB Variations
Color information
#E6918B (or 0xE6918B) is known color: Sweet Pink. HEX triplet: E6, 91 and 8B. RGB value is (230,145,139). Sum of RGB (Red+Green+Blue) = 230+145+139=514 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.75% from 514); Green value is 145 (57.03% from 255 or 28.21% from 514); Blue value is 139 (54.69% from 255 or 27.04% from 514); Max value from RGB is 230 - color contains mainly: red. Hex color #E6918B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6918B is #196E74. Grayscale: #A9A9A9. Windows color (decimal): -1666677 or 9146854. OLE color: 9146854.
HSL color Cylindrical-coordinate representation of color #E6918B: hue angle of 3.96º degrees, saturation: 0.65, 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 #E6918B is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 145 | 139 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.10 |
| HSL | 3.96º | 0.65% | 0.72% | - |
| HSV(B) | 3.96º | 0.4% | 0.9% | - |
| XYZ | 47.42 | 38.94 | 29.44 | - |
| YUV | 169.73 | 110.66 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 145 | 139 | 0 | 0.37 | 0.40 | 0.10 | 3.96 | 0.65 | 0.72 |
| Hex | E6 | 91 | 8B | 0 | 25 | 28 | A | 4 | 41 | 48 |
| Octal | 346 | 221 | 213 | 0 | 45 | 50 | 12 | 4 | 101 | 110 |
| Binary | 11100110 | 10010001 | 10001011 | 0 | 100101 | 101000 | 1010 | 100 | 1000001 | 1001000 |
Color Harmonies of #E6918B
Complementary color
Monochromatic Colors of #E6918B
Black with #E6918B
Text Example
Text Example
White with #E6918B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6918B; }
p { color: rgb(230,145,139); }
H1.HeaderClassName
{
color: #E6918B;
}
.AnyTagClassName
{
color: #E6918B;
}
</style>
background-color css
<style>
a { background-color: #E6918B; }
a { background-color: rgb(230,145,139); }
div.DivClassName
{
background-color: #E6918B;
}
.BgClassName
{
background-color: #E6918B;
}
</style>
border-color css
<style>
span { border-color: #E6918B; }
span { border-color: rgb(230,145,139); }
td.TdClassName
{
border-color: #E6918B;
}
.TagClassName
{
border-color: #E6918B;
}
</style>