Shades of Mauve #E598FD
Tints of Mauve #E598FD
RGB
CMYK
RGB Variations
Color information
#E598FD (or 0xE598FD) is known color: Mauve. HEX triplet: E5, 98 and FD. RGB value is (229,152,253). Sum of RGB (Red+Green+Blue) = 229+152+253=634 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.12% from 634); Green value is 152 (59.77% from 255 or 23.97% from 634); Blue value is 253 (99.22% from 255 or 39.91% from 634); Max value from RGB is 253 - color contains mainly: blue. Hex color #E598FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E598FD is #1A6702. Grayscale: #BABABA. Windows color (decimal): -1730307 or 16619749. OLE color: 16619749.
HSL color Cylindrical-coordinate representation of color #E598FD: hue angle of 285.74º 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 #E598FD is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 152 | 253 | - |
| CMYK | 0.09 | 0.40 | 0 | 0.01 |
| HSL | 285.74º | 0.96% | 0.79% | - |
| HSV(B) | 285.74º | 0.4% | 0.99% | - |
| XYZ | 61.27 | 46.21 | 98.62 | - |
| YUV | 186.54 | 165.51 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 152 | 253 | 0.09 | 0.40 | 0 | 0.01 | 285.74 | 0.96 | 0.79 |
| Hex | E5 | 98 | FD | 9 | 28 | 0 | 1 | 11E | 60 | 4F |
| Octal | 345 | 230 | 375 | 11 | 50 | 0 | 1 | 436 | 140 | 117 |
| Binary | 11100101 | 10011000 | 11111101 | 1001 | 101000 | 0 | 1 | 100011110 | 1100000 | 1001111 |
Color Harmonies of #E598FD
Complementary color
Monochromatic Colors of #E598FD
Black with #E598FD
Text Example
Text Example
White with #E598FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E598FD; }
p { color: rgb(229,152,253); }
H1.HeaderClassName
{
color: #E598FD;
}
.AnyTagClassName
{
color: #E598FD;
}
</style>
background-color css
<style>
a { background-color: #E598FD; }
a { background-color: rgb(229,152,253); }
div.DivClassName
{
background-color: #E598FD;
}
.BgClassName
{
background-color: #E598FD;
}
</style>
border-color css
<style>
span { border-color: #E598FD; }
span { border-color: rgb(229,152,253); }
td.TdClassName
{
border-color: #E598FD;
}
.TagClassName
{
border-color: #E598FD;
}
</style>