Shades of Sweet Pink #E6988F
Tints of Sweet Pink #E6988F
RGB
CMYK
RGB Variations
Color information
#E6988F (or 0xE6988F) is known color: Sweet Pink. HEX triplet: E6, 98 and 8F. RGB value is (230,152,143). Sum of RGB (Red+Green+Blue) = 230+152+143=525 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.81% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 143 (56.25% from 255 or 27.24% from 525); Max value from RGB is 230 - color contains mainly: red. Hex color #E6988F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6988F is #196770. Grayscale: #AEAEAE. Windows color (decimal): -1664881 or 9410790. OLE color: 9410790.
HSL color Cylindrical-coordinate representation of color #E6988F: hue angle of 6.21º 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 #E6988F is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 152 | 143 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.10 |
| HSL | 6.21º | 0.64% | 0.73% | - |
| HSV(B) | 6.21º | 0.38% | 0.9% | - |
| XYZ | 48.82 | 41.26 | 31.38 | - |
| YUV | 174.3 | 110.34 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 152 | 143 | 0 | 0.34 | 0.38 | 0.10 | 6.21 | 0.64 | 0.73 |
| Hex | E6 | 98 | 8F | 0 | 22 | 26 | A | 6 | 40 | 49 |
| Octal | 346 | 230 | 217 | 0 | 42 | 46 | 12 | 6 | 100 | 111 |
| Binary | 11100110 | 10011000 | 10001111 | 0 | 100010 | 100110 | 1010 | 110 | 1000000 | 1001001 |
Color Harmonies of #E6988F
Complementary color
Monochromatic Colors of #E6988F
Black with #E6988F
Text Example
Text Example
White with #E6988F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6988F; }
p { color: rgb(230,152,143); }
H1.HeaderClassName
{
color: #E6988F;
}
.AnyTagClassName
{
color: #E6988F;
}
</style>
background-color css
<style>
a { background-color: #E6988F; }
a { background-color: rgb(230,152,143); }
div.DivClassName
{
background-color: #E6988F;
}
.BgClassName
{
background-color: #E6988F;
}
</style>
border-color css
<style>
span { border-color: #E6988F; }
span { border-color: rgb(230,152,143); }
td.TdClassName
{
border-color: #E6988F;
}
.TagClassName
{
border-color: #E6988F;
}
</style>