Html Css Color HEX #E53ED2 Free Speech Magenta
📋 copy color: '#E53ED2'red 229 ◦ green 62 ◦ blue 210
Shades of Free Speech Magenta #E53ED2
Tints of Free Speech Magenta #E53ED2
RGB
CMYK
RGB Variations
Color information
#E53ED2 (or 0xE53ED2) is known color: Free Speech Magenta. HEX triplet: E5, 3E and D2. RGB value is (229,62,210). Sum of RGB (Red+Green+Blue) = 229+62+210=501 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.71% from 501); Green value is 62 (24.61% from 255 or 12.38% from 501); Blue value is 210 (82.42% from 255 or 41.92% from 501); Max value from RGB is 229 - color contains mainly: red. Hex color #E53ED2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53ED2 is #1AC12D. Grayscale: #808080. Windows color (decimal): -1753390 or 13778661. OLE color: 13778661.
HSL color Cylindrical-coordinate representation of color #E53ED2: hue angle of 306.83º 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 #E53ED2 is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 62 | 210 | - |
| CMYK | 0 | 0.73 | 0.08 | 0.10 |
| HSL | 306.83º | 0.76% | 0.57% | - |
| HSV(B) | 306.83º | 0.73% | 0.9% | - |
| XYZ | 45.67 | 24.76 | 63.34 | - |
| YUV | 128.81 | 173.83 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 62 | 210 | 0 | 0.73 | 0.08 | 0.10 | 306.83 | 0.76 | 0.57 |
| Hex | E5 | 3E | D2 | 0 | 49 | 8 | A | 133 | 4C | 39 |
| Octal | 345 | 76 | 322 | 0 | 111 | 10 | 12 | 463 | 114 | 71 |
| Binary | 11100101 | 111110 | 11010010 | 0 | 1001001 | 1000 | 1010 | 100110011 | 1001100 | 111001 |
Color Harmonies of #E53ED2
Complementary color
Monochromatic Colors of #E53ED2
Black with #E53ED2
Text Example
Text Example
White with #E53ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53ED2; }
p { color: rgb(229,62,210); }
H1.HeaderClassName
{
color: #E53ED2;
}
.AnyTagClassName
{
color: #E53ED2;
}
</style>
background-color css
<style>
a { background-color: #E53ED2; }
a { background-color: rgb(229,62,210); }
div.DivClassName
{
background-color: #E53ED2;
}
.BgClassName
{
background-color: #E53ED2;
}
</style>
border-color css
<style>
span { border-color: #E53ED2; }
span { border-color: rgb(229,62,210); }
td.TdClassName
{
border-color: #E53ED2;
}
.TagClassName
{
border-color: #E53ED2;
}
</style>