Html Css Color HEX #E53FED Free Speech Magenta
📋 copy color: '#E53FED'red 229 ◦ green 63 ◦ blue 237
Shades of Free Speech Magenta #E53FED
Tints of Free Speech Magenta #E53FED
RGB
CMYK
RGB Variations
Color information
#E53FED (or 0xE53FED) is known color: Free Speech Magenta. HEX triplet: E5, 3F and ED. RGB value is (229,63,237). Sum of RGB (Red+Green+Blue) = 229+63+237=529 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.29% from 529); Green value is 63 (25% from 255 or 11.91% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #E53FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E53FED is #1AC012. Grayscale: #838383. Windows color (decimal): -1753107 or 15548389. OLE color: 15548389.
HSL color Cylindrical-coordinate representation of color #E53FED: hue angle of 297.24º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E53FED is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 63 | 237 | - |
| CMYK | 0.03 | 0.73 | 0 | 0.07 |
| HSL | 297.24º | 0.83% | 0.59% | - |
| HSV(B) | 297.24º | 0.73% | 0.93% | - |
| XYZ | 49.38 | 26.33 | 82.6 | - |
| YUV | 132.47 | 187 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 63 | 237 | 0.03 | 0.73 | 0 | 0.07 | 297.24 | 0.83 | 0.59 |
| Hex | E5 | 3F | ED | 3 | 49 | 0 | 7 | 129 | 53 | 3B |
| Octal | 345 | 77 | 355 | 3 | 111 | 0 | 7 | 451 | 123 | 73 |
| Binary | 11100101 | 111111 | 11101101 | 11 | 1001001 | 0 | 111 | 100101001 | 1010011 | 111011 |
Color Harmonies of #E53FED
Complementary color
Monochromatic Colors of #E53FED
Black with #E53FED
Text Example
Text Example
White with #E53FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53FED; }
p { color: rgb(229,63,237); }
H1.HeaderClassName
{
color: #E53FED;
}
.AnyTagClassName
{
color: #E53FED;
}
</style>
background-color css
<style>
a { background-color: #E53FED; }
a { background-color: rgb(229,63,237); }
div.DivClassName
{
background-color: #E53FED;
}
.BgClassName
{
background-color: #E53FED;
}
</style>
border-color css
<style>
span { border-color: #E53FED; }
span { border-color: rgb(229,63,237); }
td.TdClassName
{
border-color: #E53FED;
}
.TagClassName
{
border-color: #E53FED;
}
</style>