Html Css Color HEX #E534F7 Free Speech Magenta
📋 copy color: '#E534F7'red 229 ◦ green 52 ◦ blue 247
Shades of Free Speech Magenta #E534F7
Tints of Free Speech Magenta #E534F7
RGB
CMYK
RGB Variations
Color information
#E534F7 (or 0xE534F7) is known color: Free Speech Magenta. HEX triplet: E5, 34 and F7. RGB value is (229,52,247). Sum of RGB (Red+Green+Blue) = 229+52+247=528 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.37% from 528); Green value is 52 (20.70% from 255 or 9.85% from 528); Blue value is 247 (96.88% from 255 or 46.78% from 528); Max value from RGB is 247 - color contains mainly: blue. Hex color #E534F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E534F7 is #1ACB08. Grayscale: #7E7E7E. Windows color (decimal): -1755913 or 16200933. OLE color: 16200933.
HSL color Cylindrical-coordinate representation of color #E534F7: hue angle of 294.46º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E534F7 is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 229 | 52 | 247 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.03 |
| HSL | 294.46º | 0.92% | 0.59% | - |
| HSV(B) | 294.46º | 0.79% | 0.97% | - |
| XYZ | 50.33 | 25.83 | 90.33 | - |
| YUV | 127.15 | 195.64 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 52 | 247 | 0.07 | 0.79 | 0 | 0.03 | 294.46 | 0.92 | 0.59 |
| Hex | E5 | 34 | F7 | 7 | 4F | 0 | 3 | 126 | 5C | 3B |
| Octal | 345 | 64 | 367 | 7 | 117 | 0 | 3 | 446 | 134 | 73 |
| Binary | 11100101 | 110100 | 11110111 | 111 | 1001111 | 0 | 11 | 100100110 | 1011100 | 111011 |
Color Harmonies of #E534F7
Complementary color
Monochromatic Colors of #E534F7
Black with #E534F7
Text Example
Text Example
White with #E534F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E534F7; }
p { color: rgb(229,52,247); }
H1.HeaderClassName
{
color: #E534F7;
}
.AnyTagClassName
{
color: #E534F7;
}
</style>
background-color css
<style>
a { background-color: #E534F7; }
a { background-color: rgb(229,52,247); }
div.DivClassName
{
background-color: #E534F7;
}
.BgClassName
{
background-color: #E534F7;
}
</style>
border-color css
<style>
span { border-color: #E534F7; }
span { border-color: rgb(229,52,247); }
td.TdClassName
{
border-color: #E534F7;
}
.TagClassName
{
border-color: #E534F7;
}
</style>