Html Css Color HEX #E533EC Free Speech Magenta
📋 copy color: '#E533EC'red 229 ◦ green 51 ◦ blue 236
Shades of Free Speech Magenta #E533EC
Tints of Free Speech Magenta #E533EC
RGB
CMYK
RGB Variations
Color information
#E533EC (or 0xE533EC) is known color: Free Speech Magenta. HEX triplet: E5, 33 and EC. RGB value is (229,51,236). Sum of RGB (Red+Green+Blue) = 229+51+236=516 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.38% from 516); Green value is 51 (20.31% from 255 or 9.88% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #E533EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E533EC is #1ACC13. Grayscale: #7C7C7C. Windows color (decimal): -1756180 or 15479781. OLE color: 15479781.
HSL color Cylindrical-coordinate representation of color #E533EC: hue angle of 297.73º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E533EC is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 51 | 236 | - |
| CMYK | 0.03 | 0.78 | 0 | 0.07 |
| HSL | 297.73º | 0.83% | 0.56% | - |
| HSV(B) | 297.73º | 0.78% | 0.93% | - |
| XYZ | 48.64 | 25.08 | 81.63 | - |
| YUV | 125.31 | 190.47 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 51 | 236 | 0.03 | 0.78 | 0 | 0.07 | 297.73 | 0.83 | 0.56 |
| Hex | E5 | 33 | EC | 3 | 4E | 0 | 7 | 12A | 53 | 38 |
| Octal | 345 | 63 | 354 | 3 | 116 | 0 | 7 | 452 | 123 | 70 |
| Binary | 11100101 | 110011 | 11101100 | 11 | 1001110 | 0 | 111 | 100101010 | 1010011 | 111000 |
Color Harmonies of #E533EC
Complementary color
Monochromatic Colors of #E533EC
Black with #E533EC
Text Example
Text Example
White with #E533EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E533EC; }
p { color: rgb(229,51,236); }
H1.HeaderClassName
{
color: #E533EC;
}
.AnyTagClassName
{
color: #E533EC;
}
</style>
background-color css
<style>
a { background-color: #E533EC; }
a { background-color: rgb(229,51,236); }
div.DivClassName
{
background-color: #E533EC;
}
.BgClassName
{
background-color: #E533EC;
}
</style>
border-color css
<style>
span { border-color: #E533EC; }
span { border-color: rgb(229,51,236); }
td.TdClassName
{
border-color: #E533EC;
}
.TagClassName
{
border-color: #E533EC;
}
</style>