Shades of Mauvelous #EF99A8
Tints of Mauvelous #EF99A8
RGB
CMYK
RGB Variations
Color information
#EF99A8 (or 0xEF99A8) is known color: Mauvelous. HEX triplet: EF, 99 and A8. RGB value is (239,153,168). Sum of RGB (Red+Green+Blue) = 239+153+168=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 153 (60.16% from 255 or 27.32% from 560); Blue value is 168 (66.02% from 255 or 30% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EF99A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF99A8 is #106657. Grayscale: #B4B4B4. Windows color (decimal): -1074776 or 11049455. OLE color: 11049455.
HSL color Cylindrical-coordinate representation of color #EF99A8: hue angle of 349.53º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EF99A8 is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 153 | 168 | - |
| CMYK | 0 | 0.36 | 0.30 | 0.06 |
| HSL | 349.53º | 0.73% | 0.77% | - |
| HSV(B) | 349.53º | 0.36% | 0.94% | - |
| XYZ | 54.06 | 43.96 | 42.68 | - |
| YUV | 180.42 | 120.99 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 153 | 168 | 0 | 0.36 | 0.30 | 0.06 | 349.53 | 0.73 | 0.77 |
| Hex | EF | 99 | A8 | 0 | 24 | 1E | 6 | 15E | 49 | 4D |
| Octal | 357 | 231 | 250 | 0 | 44 | 36 | 6 | 536 | 111 | 115 |
| Binary | 11101111 | 10011001 | 10101000 | 0 | 100100 | 11110 | 110 | 101011110 | 1001001 | 1001101 |
Color Harmonies of #EF99A8
Complementary color
Monochromatic Colors of #EF99A8
Black with #EF99A8
Text Example
Text Example
White with #EF99A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF99A8; }
p { color: rgb(239,153,168); }
H1.HeaderClassName
{
color: #EF99A8;
}
.AnyTagClassName
{
color: #EF99A8;
}
</style>
background-color css
<style>
a { background-color: #EF99A8; }
a { background-color: rgb(239,153,168); }
div.DivClassName
{
background-color: #EF99A8;
}
.BgClassName
{
background-color: #EF99A8;
}
</style>
border-color css
<style>
span { border-color: #EF99A8; }
span { border-color: rgb(239,153,168); }
td.TdClassName
{
border-color: #EF99A8;
}
.TagClassName
{
border-color: #EF99A8;
}
</style>