Shades of Sweet Pink #E6918F
Tints of Sweet Pink #E6918F
RGB
CMYK
RGB Variations
Color information
#E6918F (or 0xE6918F) is known color: Sweet Pink. HEX triplet: E6, 91 and 8F. RGB value is (230,145,143). Sum of RGB (Red+Green+Blue) = 230+145+143=518 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.40% from 518); Green value is 145 (57.03% from 255 or 27.99% from 518); Blue value is 143 (56.25% from 255 or 27.61% from 518); Max value from RGB is 230 - color contains mainly: red. Hex color #E6918F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6918F is #196E70. Grayscale: #AAAAAA. Windows color (decimal): -1666673 or 9408998. OLE color: 9408998.
HSL color Cylindrical-coordinate representation of color #E6918F: hue angle of 1.38º 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 #E6918F is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 145 | 143 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.10 |
| HSL | 1.38º | 0.64% | 0.73% | - |
| HSV(B) | 1.38º | 0.38% | 0.9% | - |
| XYZ | 47.72 | 39.06 | 31.01 | - |
| YUV | 170.19 | 112.66 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 145 | 143 | 0 | 0.37 | 0.38 | 0.10 | 1.38 | 0.64 | 0.73 |
| Hex | E6 | 91 | 8F | 0 | 25 | 26 | A | 1 | 40 | 49 |
| Octal | 346 | 221 | 217 | 0 | 45 | 46 | 12 | 1 | 100 | 111 |
| Binary | 11100110 | 10010001 | 10001111 | 0 | 100101 | 100110 | 1010 | 1 | 1000000 | 1001001 |
Color Harmonies of #E6918F
Complementary color
Monochromatic Colors of #E6918F
Black with #E6918F
Text Example
Text Example
White with #E6918F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6918F; }
p { color: rgb(230,145,143); }
H1.HeaderClassName
{
color: #E6918F;
}
.AnyTagClassName
{
color: #E6918F;
}
</style>
background-color css
<style>
a { background-color: #E6918F; }
a { background-color: rgb(230,145,143); }
div.DivClassName
{
background-color: #E6918F;
}
.BgClassName
{
background-color: #E6918F;
}
</style>
border-color css
<style>
span { border-color: #E6918F; }
span { border-color: rgb(230,145,143); }
td.TdClassName
{
border-color: #E6918F;
}
.TagClassName
{
border-color: #E6918F;
}
</style>