Html Css Color HEX #E53FEE Free Speech Magenta
📋 copy color: '#E53FEE'red 229 ◦ green 63 ◦ blue 238
Shades of Free Speech Magenta #E53FEE
Tints of Free Speech Magenta #E53FEE
RGB
CMYK
RGB Variations
Color information
#E53FEE (or 0xE53FEE) is known color: Free Speech Magenta. HEX triplet: E5, 3F and EE. RGB value is (229,63,238). Sum of RGB (Red+Green+Blue) = 229+63+238=530 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.21% from 530); Green value is 63 (25% from 255 or 11.89% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 238 - color contains mainly: blue. Hex color #E53FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E53FEE is #1AC011. Grayscale: #848484. Windows color (decimal): -1753106 or 15613925. OLE color: 15613925.
HSL color Cylindrical-coordinate representation of color #E53FEE: hue angle of 296.91º 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 #E53FEE is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 63 | 238 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.07 |
| HSL | 296.91º | 0.84% | 0.59% | - |
| HSV(B) | 296.91º | 0.74% | 0.93% | - |
| XYZ | 49.52 | 26.39 | 83.37 | - |
| YUV | 132.58 | 187.5 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 63 | 238 | 0.04 | 0.74 | 0 | 0.07 | 296.91 | 0.84 | 0.59 |
| Hex | E5 | 3F | EE | 4 | 4A | 0 | 7 | 129 | 54 | 3B |
| Octal | 345 | 77 | 356 | 4 | 112 | 0 | 7 | 451 | 124 | 73 |
| Binary | 11100101 | 111111 | 11101110 | 100 | 1001010 | 0 | 111 | 100101001 | 1010100 | 111011 |
Color Harmonies of #E53FEE
Complementary color
Monochromatic Colors of #E53FEE
Black with #E53FEE
Text Example
Text Example
White with #E53FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53FEE; }
p { color: rgb(229,63,238); }
H1.HeaderClassName
{
color: #E53FEE;
}
.AnyTagClassName
{
color: #E53FEE;
}
</style>
background-color css
<style>
a { background-color: #E53FEE; }
a { background-color: rgb(229,63,238); }
div.DivClassName
{
background-color: #E53FEE;
}
.BgClassName
{
background-color: #E53FEE;
}
</style>
border-color css
<style>
span { border-color: #E53FEE; }
span { border-color: rgb(229,63,238); }
td.TdClassName
{
border-color: #E53FEE;
}
.TagClassName
{
border-color: #E53FEE;
}
</style>