Html Css Color HEX #E536F0 Free Speech Magenta
📋 copy color: '#E536F0'red 229 ◦ green 54 ◦ blue 240
Shades of Free Speech Magenta #E536F0
Tints of Free Speech Magenta #E536F0
RGB
CMYK
RGB Variations
Color information
#E536F0 (or 0xE536F0) is known color: Free Speech Magenta. HEX triplet: E5, 36 and F0. RGB value is (229,54,240). Sum of RGB (Red+Green+Blue) = 229+54+240=523 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.79% from 523); Green value is 54 (21.48% from 255 or 10.33% from 523); Blue value is 240 (94.14% from 255 or 45.89% from 523); Max value from RGB is 240 - color contains mainly: blue. Hex color #E536F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E536F0 is #1AC90F. Grayscale: #7E7E7E. Windows color (decimal): -1755408 or 15742693. OLE color: 15742693.
HSL color Cylindrical-coordinate representation of color #E536F0: hue angle of 296.45º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E536F0 is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 54 | 240 | - |
| CMYK | 0.05 | 0.78 | 0 | 0.06 |
| HSL | 296.45º | 0.86% | 0.58% | - |
| HSV(B) | 296.45º | 0.78% | 0.94% | - |
| XYZ | 49.36 | 25.59 | 84.78 | - |
| YUV | 127.53 | 191.48 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 54 | 240 | 0.05 | 0.78 | 0 | 0.06 | 296.45 | 0.86 | 0.58 |
| Hex | E5 | 36 | F0 | 5 | 4E | 0 | 6 | 128 | 56 | 3A |
| Octal | 345 | 66 | 360 | 5 | 116 | 0 | 6 | 450 | 126 | 72 |
| Binary | 11100101 | 110110 | 11110000 | 101 | 1001110 | 0 | 110 | 100101000 | 1010110 | 111010 |
Color Harmonies of #E536F0
Complementary color
Monochromatic Colors of #E536F0
Black with #E536F0
Text Example
Text Example
White with #E536F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E536F0; }
p { color: rgb(229,54,240); }
H1.HeaderClassName
{
color: #E536F0;
}
.AnyTagClassName
{
color: #E536F0;
}
</style>
background-color css
<style>
a { background-color: #E536F0; }
a { background-color: rgb(229,54,240); }
div.DivClassName
{
background-color: #E536F0;
}
.BgClassName
{
background-color: #E536F0;
}
</style>
border-color css
<style>
span { border-color: #E536F0; }
span { border-color: rgb(229,54,240); }
td.TdClassName
{
border-color: #E536F0;
}
.TagClassName
{
border-color: #E536F0;
}
</style>