Html Css Color HEX #E53EDC Free Speech Magenta
📋 copy color: '#E53EDC'red 229 ◦ green 62 ◦ blue 220
Shades of Free Speech Magenta #E53EDC
Tints of Free Speech Magenta #E53EDC
RGB
CMYK
RGB Variations
Color information
#E53EDC (or 0xE53EDC) is known color: Free Speech Magenta. HEX triplet: E5, 3E and DC. RGB value is (229,62,220). Sum of RGB (Red+Green+Blue) = 229+62+220=511 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.81% from 511); Green value is 62 (24.61% from 255 or 12.13% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 229 - color contains mainly: red. Hex color #E53EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53EDC is #1AC123. Grayscale: #818181. Windows color (decimal): -1753380 or 14434021. OLE color: 14434021.
HSL color Cylindrical-coordinate representation of color #E53EDC: hue angle of 303.23º 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 #E53EDC is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 62 | 220 | - |
| CMYK | 0 | 0.73 | 0.04 | 0.10 |
| HSL | 303.23º | 0.76% | 0.57% | - |
| HSV(B) | 303.23º | 0.73% | 0.9% | - |
| XYZ | 46.95 | 25.27 | 70.11 | - |
| YUV | 129.95 | 178.83 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 62 | 220 | 0 | 0.73 | 0.04 | 0.10 | 303.23 | 0.76 | 0.57 |
| Hex | E5 | 3E | DC | 0 | 49 | 4 | A | 12F | 4C | 39 |
| Octal | 345 | 76 | 334 | 0 | 111 | 4 | 12 | 457 | 114 | 71 |
| Binary | 11100101 | 111110 | 11011100 | 0 | 1001001 | 100 | 1010 | 100101111 | 1001100 | 111001 |
Color Harmonies of #E53EDC
Complementary color
Monochromatic Colors of #E53EDC
Black with #E53EDC
Text Example
Text Example
White with #E53EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53EDC; }
p { color: rgb(229,62,220); }
H1.HeaderClassName
{
color: #E53EDC;
}
.AnyTagClassName
{
color: #E53EDC;
}
</style>
background-color css
<style>
a { background-color: #E53EDC; }
a { background-color: rgb(229,62,220); }
div.DivClassName
{
background-color: #E53EDC;
}
.BgClassName
{
background-color: #E53EDC;
}
</style>
border-color css
<style>
span { border-color: #E53EDC; }
span { border-color: rgb(229,62,220); }
td.TdClassName
{
border-color: #E53EDC;
}
.TagClassName
{
border-color: #E53EDC;
}
</style>