Shades of Mauve #E098FB
Tints of Mauve #E098FB
RGB
CMYK
RGB Variations
Color information
#E098FB (or 0xE098FB) is known color: Mauve. HEX triplet: E0, 98 and FB. RGB value is (224,152,251). Sum of RGB (Red+Green+Blue) = 224+152+251=627 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.73% from 627); Green value is 152 (59.77% from 255 or 24.24% from 627); Blue value is 251 (98.44% from 255 or 40.03% from 627); Max value from RGB is 251 - color contains mainly: blue. Hex color #E098FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E098FB is #1F6704. Grayscale: #B8B8B8. Windows color (decimal): -2057989 or 16488672. OLE color: 16488672.
HSL color Cylindrical-coordinate representation of color #E098FB: hue angle of 283.64º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E098FB is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 152 | 251 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.02 |
| HSL | 283.64º | 0.93% | 0.79% | - |
| HSV(B) | 283.64º | 0.39% | 0.98% | - |
| XYZ | 59.38 | 45.27 | 96.87 | - |
| YUV | 184.81 | 165.35 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 152 | 251 | 0.11 | 0.39 | 0 | 0.02 | 283.64 | 0.93 | 0.79 |
| Hex | E0 | 98 | FB | B | 27 | 0 | 2 | 11C | 5D | 4F |
| Octal | 340 | 230 | 373 | 13 | 47 | 0 | 2 | 434 | 135 | 117 |
| Binary | 11100000 | 10011000 | 11111011 | 1011 | 100111 | 0 | 10 | 100011100 | 1011101 | 1001111 |
Color Harmonies of #E098FB
Complementary color
Monochromatic Colors of #E098FB
Black with #E098FB
Text Example
Text Example
White with #E098FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E098FB; }
p { color: rgb(224,152,251); }
H1.HeaderClassName
{
color: #E098FB;
}
.AnyTagClassName
{
color: #E098FB;
}
</style>
background-color css
<style>
a { background-color: #E098FB; }
a { background-color: rgb(224,152,251); }
div.DivClassName
{
background-color: #E098FB;
}
.BgClassName
{
background-color: #E098FB;
}
</style>
border-color css
<style>
span { border-color: #E098FB; }
span { border-color: rgb(224,152,251); }
td.TdClassName
{
border-color: #E098FB;
}
.TagClassName
{
border-color: #E098FB;
}
</style>