Shades of Mauve #EDA2FC
Tints of Mauve #EDA2FC
RGB
CMYK
RGB Variations
Color information
#EDA2FC (or 0xEDA2FC) is known color: Mauve. HEX triplet: ED, A2 and FC. RGB value is (237,162,252). Sum of RGB (Red+Green+Blue) = 237+162+252=651 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.41% from 651); Green value is 162 (63.67% from 255 or 24.88% from 651); Blue value is 252 (98.83% from 255 or 38.71% from 651); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDA2FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA2FC is #125D03. Grayscale: #C2C2C2. Windows color (decimal): -1203460 or 16556781. OLE color: 16556781.
HSL color Cylindrical-coordinate representation of color #EDA2FC: hue angle of 290º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EDA2FC is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 162 | 252 | - |
CMYK | 0.06 | 0.36 | 0 | 0.01 |
HSL | 290º | 0.94% | 0.81% | - |
HSV(B) | 290º | 0.36% | 0.99% | - |
XYZ | 65.42 | 50.87 | 98.47 | - |
YUV | 194.69 | 160.35 | 158.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 162 | 252 | 0.06 | 0.36 | 0 | 0.01 | 290 | 0.94 | 0.81 |
Hex | ED | A2 | FC | 6 | 24 | 0 | 1 | 122 | 5E | 51 |
Octal | 355 | 242 | 374 | 6 | 44 | 0 | 1 | 442 | 136 | 121 |
Binary | 11101101 | 10100010 | 11111100 | 110 | 100100 | 0 | 1 | 100100010 | 1011110 | 1010001 |
Color Harmonies of #EDA2FC
Complementary color
Monochromatic Colors of #EDA2FC
Black with #EDA2FC
Text Example
Text Example
White with #EDA2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA2FC; }
p { color: rgb(237,162,252); }
H1.HeaderClassName
{
color: #EDA2FC;
}
.AnyTagClassName
{
color: #EDA2FC;
}
</style>
background-color css
<style>
a { background-color: #EDA2FC; }
a { background-color: rgb(237,162,252); }
div.DivClassName
{
background-color: #EDA2FC;
}
.BgClassName
{
background-color: #EDA2FC;
}
</style>
border-color css
<style>
span { border-color: #EDA2FC; }
span { border-color: rgb(237,162,252); }
td.TdClassName
{
border-color: #EDA2FC;
}
.TagClassName
{
border-color: #EDA2FC;
}
</style>