Html Css Color HEX #E533ED Free Speech Magenta
📋 copy color: '#E533ED'red 229 ◦ green 51 ◦ blue 237
Shades of Free Speech Magenta #E533ED
Tints of Free Speech Magenta #E533ED
RGB
CMYK
RGB Variations
Color information
#E533ED (or 0xE533ED) is known color: Free Speech Magenta. HEX triplet: E5, 33 and ED. RGB value is (229,51,237). Sum of RGB (Red+Green+Blue) = 229+51+237=517 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.29% from 517); Green value is 51 (20.31% from 255 or 9.86% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #E533ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E533ED is #1ACC12. Grayscale: #7C7C7C. Windows color (decimal): -1756179 or 15545317. OLE color: 15545317.
HSL color Cylindrical-coordinate representation of color #E533ED: hue angle of 297.42º degrees, saturation: 0.84, 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 #E533ED is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 51 | 237 | - |
| CMYK | 0.03 | 0.78 | 0 | 0.07 |
| HSL | 297.42º | 0.84% | 0.56% | - |
| HSV(B) | 297.42º | 0.78% | 0.93% | - |
| XYZ | 48.78 | 25.14 | 82.4 | - |
| YUV | 125.43 | 190.97 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 51 | 237 | 0.03 | 0.78 | 0 | 0.07 | 297.42 | 0.84 | 0.56 |
| Hex | E5 | 33 | ED | 3 | 4E | 0 | 7 | 129 | 54 | 38 |
| Octal | 345 | 63 | 355 | 3 | 116 | 0 | 7 | 451 | 124 | 70 |
| Binary | 11100101 | 110011 | 11101101 | 11 | 1001110 | 0 | 111 | 100101001 | 1010100 | 111000 |
Color Harmonies of #E533ED
Complementary color
Monochromatic Colors of #E533ED
Black with #E533ED
Text Example
Text Example
White with #E533ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E533ED; }
p { color: rgb(229,51,237); }
H1.HeaderClassName
{
color: #E533ED;
}
.AnyTagClassName
{
color: #E533ED;
}
</style>
background-color css
<style>
a { background-color: #E533ED; }
a { background-color: rgb(229,51,237); }
div.DivClassName
{
background-color: #E533ED;
}
.BgClassName
{
background-color: #E533ED;
}
</style>
border-color css
<style>
span { border-color: #E533ED; }
span { border-color: rgb(229,51,237); }
td.TdClassName
{
border-color: #E533ED;
}
.TagClassName
{
border-color: #E533ED;
}
</style>