Html Css Color HEX #E535ED Free Speech Magenta
📋 copy color: '#E535ED'red 229 ◦ green 53 ◦ blue 237
Shades of Free Speech Magenta #E535ED
Tints of Free Speech Magenta #E535ED
RGB
CMYK
RGB Variations
Color information
#E535ED (or 0xE535ED) is known color: Free Speech Magenta. HEX triplet: E5, 35 and ED. RGB value is (229,53,237). Sum of RGB (Red+Green+Blue) = 229+53+237=519 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.12% from 519); Green value is 53 (21.09% from 255 or 10.21% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #E535ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E535ED is #1ACA12. Grayscale: #7E7E7E. Windows color (decimal): -1755667 or 15545829. OLE color: 15545829.
HSL color Cylindrical-coordinate representation of color #E535ED: hue angle of 297.39º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E535ED is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 53 | 237 | - |
| CMYK | 0.03 | 0.78 | 0 | 0.07 |
| HSL | 297.39º | 0.84% | 0.57% | - |
| HSV(B) | 297.39º | 0.78% | 0.93% | - |
| XYZ | 48.87 | 25.32 | 82.43 | - |
| YUV | 126.6 | 190.31 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 53 | 237 | 0.03 | 0.78 | 0 | 0.07 | 297.39 | 0.84 | 0.57 |
| Hex | E5 | 35 | ED | 3 | 4E | 0 | 7 | 129 | 54 | 39 |
| Octal | 345 | 65 | 355 | 3 | 116 | 0 | 7 | 451 | 124 | 71 |
| Binary | 11100101 | 110101 | 11101101 | 11 | 1001110 | 0 | 111 | 100101001 | 1010100 | 111001 |
Color Harmonies of #E535ED
Complementary color
Monochromatic Colors of #E535ED
Black with #E535ED
Text Example
Text Example
White with #E535ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E535ED; }
p { color: rgb(229,53,237); }
H1.HeaderClassName
{
color: #E535ED;
}
.AnyTagClassName
{
color: #E535ED;
}
</style>
background-color css
<style>
a { background-color: #E535ED; }
a { background-color: rgb(229,53,237); }
div.DivClassName
{
background-color: #E535ED;
}
.BgClassName
{
background-color: #E535ED;
}
</style>
border-color css
<style>
span { border-color: #E535ED; }
span { border-color: rgb(229,53,237); }
td.TdClassName
{
border-color: #E535ED;
}
.TagClassName
{
border-color: #E535ED;
}
</style>