Html Css Color HEX #E53EED Free Speech Magenta
📋 copy color: '#E53EED'red 229 ◦ green 62 ◦ blue 237
Shades of Free Speech Magenta #E53EED
Tints of Free Speech Magenta #E53EED
RGB
CMYK
RGB Variations
Color information
#E53EED (or 0xE53EED) is known color: Free Speech Magenta. HEX triplet: E5, 3E and ED. RGB value is (229,62,237). Sum of RGB (Red+Green+Blue) = 229+62+237=528 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.37% from 528); Green value is 62 (24.61% from 255 or 11.74% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #E53EED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E53EED is #1AC112. Grayscale: #838383. Windows color (decimal): -1753363 or 15548133. OLE color: 15548133.
HSL color Cylindrical-coordinate representation of color #E53EED: hue angle of 297.26º degrees, saturation: 0.83, 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 #E53EED is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 62 | 237 | - |
| CMYK | 0.03 | 0.74 | 0 | 0.07 |
| HSL | 297.26º | 0.83% | 0.59% | - |
| HSV(B) | 297.26º | 0.74% | 0.93% | - |
| XYZ | 49.32 | 26.22 | 82.58 | - |
| YUV | 131.88 | 187.33 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 62 | 237 | 0.03 | 0.74 | 0 | 0.07 | 297.26 | 0.83 | 0.59 |
| Hex | E5 | 3E | ED | 3 | 4A | 0 | 7 | 129 | 53 | 3B |
| Octal | 345 | 76 | 355 | 3 | 112 | 0 | 7 | 451 | 123 | 73 |
| Binary | 11100101 | 111110 | 11101101 | 11 | 1001010 | 0 | 111 | 100101001 | 1010011 | 111011 |
Color Harmonies of #E53EED
Complementary color
Monochromatic Colors of #E53EED
Black with #E53EED
Text Example
Text Example
White with #E53EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53EED; }
p { color: rgb(229,62,237); }
H1.HeaderClassName
{
color: #E53EED;
}
.AnyTagClassName
{
color: #E53EED;
}
</style>
background-color css
<style>
a { background-color: #E53EED; }
a { background-color: rgb(229,62,237); }
div.DivClassName
{
background-color: #E53EED;
}
.BgClassName
{
background-color: #E53EED;
}
</style>
border-color css
<style>
span { border-color: #E53EED; }
span { border-color: rgb(229,62,237); }
td.TdClassName
{
border-color: #E53EED;
}
.TagClassName
{
border-color: #E53EED;
}
</style>