Html Css Color HEX #E53EEF Free Speech Magenta
📋 copy color: '#E53EEF'red 229 ◦ green 62 ◦ blue 239
Shades of Free Speech Magenta #E53EEF
Tints of Free Speech Magenta #E53EEF
RGB
CMYK
RGB Variations
Color information
#E53EEF (or 0xE53EEF) is known color: Free Speech Magenta. HEX triplet: E5, 3E and EF. RGB value is (229,62,239). Sum of RGB (Red+Green+Blue) = 229+62+239=530 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.21% from 530); Green value is 62 (24.61% from 255 or 11.70% from 530); Blue value is 239 (93.75% from 255 or 45.09% from 530); Max value from RGB is 239 - color contains mainly: blue. Hex color #E53EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E53EEF is #1AC110. Grayscale: #838383. Windows color (decimal): -1753361 or 15679205. OLE color: 15679205.
HSL color Cylindrical-coordinate representation of color #E53EEF: hue angle of 296.61º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E53EEF is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 62 | 239 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.06 |
| HSL | 296.61º | 0.85% | 0.59% | - |
| HSV(B) | 296.61º | 0.74% | 0.94% | - |
| XYZ | 49.62 | 26.34 | 84.13 | - |
| YUV | 132.11 | 188.33 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 62 | 239 | 0.04 | 0.74 | 0 | 0.06 | 296.61 | 0.85 | 0.59 |
| Hex | E5 | 3E | EF | 4 | 4A | 0 | 6 | 129 | 55 | 3B |
| Octal | 345 | 76 | 357 | 4 | 112 | 0 | 6 | 451 | 125 | 73 |
| Binary | 11100101 | 111110 | 11101111 | 100 | 1001010 | 0 | 110 | 100101001 | 1010101 | 111011 |
Color Harmonies of #E53EEF
Complementary color
Monochromatic Colors of #E53EEF
Black with #E53EEF
Text Example
Text Example
White with #E53EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53EEF; }
p { color: rgb(229,62,239); }
H1.HeaderClassName
{
color: #E53EEF;
}
.AnyTagClassName
{
color: #E53EEF;
}
</style>
background-color css
<style>
a { background-color: #E53EEF; }
a { background-color: rgb(229,62,239); }
div.DivClassName
{
background-color: #E53EEF;
}
.BgClassName
{
background-color: #E53EEF;
}
</style>
border-color css
<style>
span { border-color: #E53EEF; }
span { border-color: rgb(229,62,239); }
td.TdClassName
{
border-color: #E53EEF;
}
.TagClassName
{
border-color: #E53EEF;
}
</style>