Html Css Color HEX #E531F2 Free Speech Magenta
📋 copy color: '#E531F2'red 229 ◦ green 49 ◦ blue 242
Shades of Free Speech Magenta #E531F2
Tints of Free Speech Magenta #E531F2
RGB
CMYK
RGB Variations
Color information
#E531F2 (or 0xE531F2) is known color: Free Speech Magenta. HEX triplet: E5, 31 and F2. RGB value is (229,49,242). Sum of RGB (Red+Green+Blue) = 229+49+242=520 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.04% from 520); Green value is 49 (19.53% from 255 or 9.42% from 520); Blue value is 242 (94.92% from 255 or 46.54% from 520); Max value from RGB is 242 - color contains mainly: blue. Hex color #E531F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E531F2 is #1ACE0D. Grayscale: #7C7C7C. Windows color (decimal): -1756686 or 15872485. OLE color: 15872485.
HSL color Cylindrical-coordinate representation of color #E531F2: hue angle of 295.96º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E531F2 is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 49 | 242 | - |
| CMYK | 0.05 | 0.80 | 0 | 0.05 |
| HSL | 295.96º | 0.88% | 0.57% | - |
| HSV(B) | 295.96º | 0.8% | 0.95% | - |
| XYZ | 49.44 | 25.27 | 86.28 | - |
| YUV | 124.82 | 194.13 | 202.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 49 | 242 | 0.05 | 0.80 | 0 | 0.05 | 295.96 | 0.88 | 0.57 |
| Hex | E5 | 31 | F2 | 5 | 50 | 0 | 5 | 128 | 58 | 39 |
| Octal | 345 | 61 | 362 | 5 | 120 | 0 | 5 | 450 | 130 | 71 |
| Binary | 11100101 | 110001 | 11110010 | 101 | 1010000 | 0 | 101 | 100101000 | 1011000 | 111001 |
Color Harmonies of #E531F2
Complementary color
Monochromatic Colors of #E531F2
Black with #E531F2
Text Example
Text Example
White with #E531F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E531F2; }
p { color: rgb(229,49,242); }
H1.HeaderClassName
{
color: #E531F2;
}
.AnyTagClassName
{
color: #E531F2;
}
</style>
background-color css
<style>
a { background-color: #E531F2; }
a { background-color: rgb(229,49,242); }
div.DivClassName
{
background-color: #E531F2;
}
.BgClassName
{
background-color: #E531F2;
}
</style>
border-color css
<style>
span { border-color: #E531F2; }
span { border-color: rgb(229,49,242); }
td.TdClassName
{
border-color: #E531F2;
}
.TagClassName
{
border-color: #E531F2;
}
</style>