Html Css Color HEX #E534F4 Free Speech Magenta
📋 copy color: '#E534F4'red 229 ◦ green 52 ◦ blue 244
Shades of Free Speech Magenta #E534F4
Tints of Free Speech Magenta #E534F4
RGB
CMYK
RGB Variations
Color information
#E534F4 (or 0xE534F4) is known color: Free Speech Magenta. HEX triplet: E5, 34 and F4. RGB value is (229,52,244). Sum of RGB (Red+Green+Blue) = 229+52+244=525 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.62% from 525); Green value is 52 (20.70% from 255 or 9.90% from 525); Blue value is 244 (95.70% from 255 or 46.48% from 525); Max value from RGB is 244 - color contains mainly: blue. Hex color #E534F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E534F4 is #1ACB0B. Grayscale: #7E7E7E. Windows color (decimal): -1755916 or 16004325. OLE color: 16004325.
HSL color Cylindrical-coordinate representation of color #E534F4: hue angle of 295.31º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E534F4 is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 229 | 52 | 244 | - |
| CMYK | 0.06 | 0.79 | 0 | 0.04 |
| HSL | 295.31º | 0.9% | 0.58% | - |
| HSV(B) | 295.31º | 0.79% | 0.96% | - |
| XYZ | 49.87 | 25.65 | 87.91 | - |
| YUV | 126.81 | 194.14 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 52 | 244 | 0.06 | 0.79 | 0 | 0.04 | 295.31 | 0.9 | 0.58 |
| Hex | E5 | 34 | F4 | 6 | 4F | 0 | 4 | 127 | 5A | 3A |
| Octal | 345 | 64 | 364 | 6 | 117 | 0 | 4 | 447 | 132 | 72 |
| Binary | 11100101 | 110100 | 11110100 | 110 | 1001111 | 0 | 100 | 100100111 | 1011010 | 111010 |
Color Harmonies of #E534F4
Complementary color
Monochromatic Colors of #E534F4
Black with #E534F4
Text Example
Text Example
White with #E534F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E534F4; }
p { color: rgb(229,52,244); }
H1.HeaderClassName
{
color: #E534F4;
}
.AnyTagClassName
{
color: #E534F4;
}
</style>
background-color css
<style>
a { background-color: #E534F4; }
a { background-color: rgb(229,52,244); }
div.DivClassName
{
background-color: #E534F4;
}
.BgClassName
{
background-color: #E534F4;
}
</style>
border-color css
<style>
span { border-color: #E534F4; }
span { border-color: rgb(229,52,244); }
td.TdClassName
{
border-color: #E534F4;
}
.TagClassName
{
border-color: #E534F4;
}
</style>