Html Css Color HEX #E53EEE Free Speech Magenta
📋 copy color: '#E53EEE'red 229 ◦ green 62 ◦ blue 238
Shades of Free Speech Magenta #E53EEE
Tints of Free Speech Magenta #E53EEE
RGB
CMYK
RGB Variations
Color information
#E53EEE (or 0xE53EEE) is known color: Free Speech Magenta. HEX triplet: E5, 3E and EE. RGB value is (229,62,238). Sum of RGB (Red+Green+Blue) = 229+62+238=529 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.29% from 529); Green value is 62 (24.61% from 255 or 11.72% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #E53EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E53EEE is #1AC111. Grayscale: #838383. Windows color (decimal): -1753362 or 15613669. OLE color: 15613669.
HSL color Cylindrical-coordinate representation of color #E53EEE: hue angle of 296.93º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E53EEE is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 62 | 238 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.07 |
| HSL | 296.93º | 0.84% | 0.59% | - |
| HSV(B) | 296.93º | 0.74% | 0.93% | - |
| XYZ | 49.47 | 26.28 | 83.35 | - |
| YUV | 132 | 187.83 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 62 | 238 | 0.04 | 0.74 | 0 | 0.07 | 296.93 | 0.84 | 0.59 |
| Hex | E5 | 3E | EE | 4 | 4A | 0 | 7 | 129 | 54 | 3B |
| Octal | 345 | 76 | 356 | 4 | 112 | 0 | 7 | 451 | 124 | 73 |
| Binary | 11100101 | 111110 | 11101110 | 100 | 1001010 | 0 | 111 | 100101001 | 1010100 | 111011 |
Color Harmonies of #E53EEE
Complementary color
Monochromatic Colors of #E53EEE
Black with #E53EEE
Text Example
Text Example
White with #E53EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53EEE; }
p { color: rgb(229,62,238); }
H1.HeaderClassName
{
color: #E53EEE;
}
.AnyTagClassName
{
color: #E53EEE;
}
</style>
background-color css
<style>
a { background-color: #E53EEE; }
a { background-color: rgb(229,62,238); }
div.DivClassName
{
background-color: #E53EEE;
}
.BgClassName
{
background-color: #E53EEE;
}
</style>
border-color css
<style>
span { border-color: #E53EEE; }
span { border-color: rgb(229,62,238); }
td.TdClassName
{
border-color: #E53EEE;
}
.TagClassName
{
border-color: #E53EEE;
}
</style>