Html Css Color HEX #E54EEF Free Speech Magenta
📋 copy color: '#E54EEF'red 229 ◦ green 78 ◦ blue 239
Shades of Free Speech Magenta #E54EEF
Tints of Free Speech Magenta #E54EEF
RGB
CMYK
RGB Variations
Color information
#E54EEF (or 0xE54EEF) is known color: Free Speech Magenta. HEX triplet: E5, 4E and EF. RGB value is (229,78,239). Sum of RGB (Red+Green+Blue) = 229+78+239=546 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.94% from 546); Green value is 78 (30.86% from 255 or 14.29% from 546); Blue value is 239 (93.75% from 255 or 43.77% from 546); Max value from RGB is 239 - color contains mainly: blue. Hex color #E54EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E54EEF is #1AB110. Grayscale: #8D8D8D. Windows color (decimal): -1749265 or 15683301. OLE color: 15683301.
HSL color Cylindrical-coordinate representation of color #E54EEF: hue angle of 296.27º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E54EEF is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 78 | 239 | - |
| CMYK | 0.04 | 0.67 | 0 | 0.06 |
| HSL | 296.27º | 0.83% | 0.62% | - |
| HSV(B) | 296.27º | 0.67% | 0.94% | - |
| XYZ | 50.62 | 28.34 | 84.46 | - |
| YUV | 141.5 | 183.03 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 78 | 239 | 0.04 | 0.67 | 0 | 0.06 | 296.27 | 0.83 | 0.62 |
| Hex | E5 | 4E | EF | 4 | 43 | 0 | 6 | 128 | 53 | 3E |
| Octal | 345 | 116 | 357 | 4 | 103 | 0 | 6 | 450 | 123 | 76 |
| Binary | 11100101 | 1001110 | 11101111 | 100 | 1000011 | 0 | 110 | 100101000 | 1010011 | 111110 |
Color Harmonies of #E54EEF
Complementary color
Monochromatic Colors of #E54EEF
Black with #E54EEF
Text Example
Text Example
White with #E54EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54EEF; }
p { color: rgb(229,78,239); }
H1.HeaderClassName
{
color: #E54EEF;
}
.AnyTagClassName
{
color: #E54EEF;
}
</style>
background-color css
<style>
a { background-color: #E54EEF; }
a { background-color: rgb(229,78,239); }
div.DivClassName
{
background-color: #E54EEF;
}
.BgClassName
{
background-color: #E54EEF;
}
</style>
border-color css
<style>
span { border-color: #E54EEF; }
span { border-color: rgb(229,78,239); }
td.TdClassName
{
border-color: #E54EEF;
}
.TagClassName
{
border-color: #E54EEF;
}
</style>