Shades of Mauve #E398FD
Tints of Mauve #E398FD
RGB
CMYK
RGB Variations
Color information
#E398FD (or 0xE398FD) is known color: Mauve. HEX triplet: E3, 98 and FD. RGB value is (227,152,253). Sum of RGB (Red+Green+Blue) = 227+152+253=632 (83% of max value = 765). Red value is 227 (89.06% from 255 or 35.92% from 632); Green value is 152 (59.77% from 255 or 24.05% from 632); Blue value is 253 (99.22% from 255 or 40.03% from 632); Max value from RGB is 253 - color contains mainly: blue. Hex color #E398FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E398FD is #1C6702. Grayscale: #B9B9B9. Windows color (decimal): -1861379 or 16619747. OLE color: 16619747.
HSL color Cylindrical-coordinate representation of color #E398FD: hue angle of 284.55º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E398FD is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 152 | 253 | - |
| CMYK | 0.10 | 0.40 | 0 | 0.01 |
| HSL | 284.55º | 0.96% | 0.79% | - |
| HSV(B) | 284.55º | 0.4% | 0.99% | - |
| XYZ | 60.64 | 45.88 | 98.59 | - |
| YUV | 185.94 | 165.85 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 152 | 253 | 0.10 | 0.40 | 0 | 0.01 | 284.55 | 0.96 | 0.79 |
| Hex | E3 | 98 | FD | A | 28 | 0 | 1 | 11D | 60 | 4F |
| Octal | 343 | 230 | 375 | 12 | 50 | 0 | 1 | 435 | 140 | 117 |
| Binary | 11100011 | 10011000 | 11111101 | 1010 | 101000 | 0 | 1 | 100011101 | 1100000 | 1001111 |
Color Harmonies of #E398FD
Complementary color
Monochromatic Colors of #E398FD
Black with #E398FD
Text Example
Text Example
White with #E398FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E398FD; }
p { color: rgb(227,152,253); }
H1.HeaderClassName
{
color: #E398FD;
}
.AnyTagClassName
{
color: #E398FD;
}
</style>
background-color css
<style>
a { background-color: #E398FD; }
a { background-color: rgb(227,152,253); }
div.DivClassName
{
background-color: #E398FD;
}
.BgClassName
{
background-color: #E398FD;
}
</style>
border-color css
<style>
span { border-color: #E398FD; }
span { border-color: rgb(227,152,253); }
td.TdClassName
{
border-color: #E398FD;
}
.TagClassName
{
border-color: #E398FD;
}
</style>