Shades of Mauve #E295FC
Tints of Mauve #E295FC
RGB
CMYK
RGB Variations
Color information
#E295FC (or 0xE295FC) is known color: Mauve. HEX triplet: E2, 95 and FC. RGB value is (226,149,252). Sum of RGB (Red+Green+Blue) = 226+149+252=627 (83% of max value = 765). Red value is 226 (88.67% from 255 or 36.04% from 627); Green value is 149 (58.59% from 255 or 23.76% from 627); Blue value is 252 (98.83% from 255 or 40.19% from 627); Max value from RGB is 252 - color contains mainly: blue. Hex color #E295FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E295FC is #1D6A03. Grayscale: #B7B7B7. Windows color (decimal): -1927684 or 16553442. OLE color: 16553442.
HSL color Cylindrical-coordinate representation of color #E295FC: hue angle of 284.85º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E295FC is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 149 | 252 | - |
| CMYK | 0.10 | 0.41 | 0 | 0.01 |
| HSL | 284.85º | 0.94% | 0.79% | - |
| HSV(B) | 284.85º | 0.41% | 0.99% | - |
| XYZ | 59.68 | 44.69 | 97.58 | - |
| YUV | 183.77 | 166.51 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 149 | 252 | 0.10 | 0.41 | 0 | 0.01 | 284.85 | 0.94 | 0.79 |
| Hex | E2 | 95 | FC | A | 29 | 0 | 1 | 11D | 5E | 4F |
| Octal | 342 | 225 | 374 | 12 | 51 | 0 | 1 | 435 | 136 | 117 |
| Binary | 11100010 | 10010101 | 11111100 | 1010 | 101001 | 0 | 1 | 100011101 | 1011110 | 1001111 |
Color Harmonies of #E295FC
Complementary color
Monochromatic Colors of #E295FC
Black with #E295FC
Text Example
Text Example
White with #E295FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E295FC; }
p { color: rgb(226,149,252); }
H1.HeaderClassName
{
color: #E295FC;
}
.AnyTagClassName
{
color: #E295FC;
}
</style>
background-color css
<style>
a { background-color: #E295FC; }
a { background-color: rgb(226,149,252); }
div.DivClassName
{
background-color: #E295FC;
}
.BgClassName
{
background-color: #E295FC;
}
</style>
border-color css
<style>
span { border-color: #E295FC; }
span { border-color: rgb(226,149,252); }
td.TdClassName
{
border-color: #E295FC;
}
.TagClassName
{
border-color: #E295FC;
}
</style>