Html Css Color HEX #E53EE1 Free Speech Magenta
📋 copy color: '#E53EE1'red 229 ◦ green 62 ◦ blue 225
Shades of Free Speech Magenta #E53EE1
Tints of Free Speech Magenta #E53EE1
RGB
CMYK
RGB Variations
Color information
#E53EE1 (or 0xE53EE1) is known color: Free Speech Magenta. HEX triplet: E5, 3E and E1. RGB value is (229,62,225). Sum of RGB (Red+Green+Blue) = 229+62+225=516 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.38% from 516); Green value is 62 (24.61% from 255 or 12.02% from 516); Blue value is 225 (88.28% from 255 or 43.60% from 516); Max value from RGB is 229 - color contains mainly: red. Hex color #E53EE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53EE1 is #1AC11E. Grayscale: #828282. Windows color (decimal): -1753375 or 14761701. OLE color: 14761701.
HSL color Cylindrical-coordinate representation of color #E53EE1: hue angle of 301.44º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E53EE1 is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 62 | 225 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.10 |
| HSL | 301.44º | 0.76% | 0.57% | - |
| HSV(B) | 301.44º | 0.73% | 0.9% | - |
| XYZ | 47.63 | 25.54 | 73.65 | - |
| YUV | 130.52 | 181.33 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 62 | 225 | 0 | 0.73 | 0.02 | 0.10 | 301.44 | 0.76 | 0.57 |
| Hex | E5 | 3E | E1 | 0 | 49 | 2 | A | 12D | 4C | 39 |
| Octal | 345 | 76 | 341 | 0 | 111 | 2 | 12 | 455 | 114 | 71 |
| Binary | 11100101 | 111110 | 11100001 | 0 | 1001001 | 10 | 1010 | 100101101 | 1001100 | 111001 |
Color Harmonies of #E53EE1
Complementary color
Monochromatic Colors of #E53EE1
Black with #E53EE1
Text Example
Text Example
White with #E53EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53EE1; }
p { color: rgb(229,62,225); }
H1.HeaderClassName
{
color: #E53EE1;
}
.AnyTagClassName
{
color: #E53EE1;
}
</style>
background-color css
<style>
a { background-color: #E53EE1; }
a { background-color: rgb(229,62,225); }
div.DivClassName
{
background-color: #E53EE1;
}
.BgClassName
{
background-color: #E53EE1;
}
</style>
border-color css
<style>
span { border-color: #E53EE1; }
span { border-color: rgb(229,62,225); }
td.TdClassName
{
border-color: #E53EE1;
}
.TagClassName
{
border-color: #E53EE1;
}
</style>