Html Css Color HEX #E454ED Free Speech Magenta
📋 copy color: '#E454ED'red 228 ◦ green 84 ◦ blue 237
Shades of Free Speech Magenta #E454ED
Tints of Free Speech Magenta #E454ED
RGB
CMYK
RGB Variations
Color information
#E454ED (or 0xE454ED) is known color: Free Speech Magenta. HEX triplet: E4, 54 and ED. RGB value is (228,84,237). Sum of RGB (Red+Green+Blue) = 228+84+237=549 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.53% from 549); Green value is 84 (33.20% from 255 or 15.30% from 549); Blue value is 237 (92.97% from 255 or 43.17% from 549); Max value from RGB is 237 - color contains mainly: blue. Hex color #E454ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E454ED is #1BAB12. Grayscale: #909090. Windows color (decimal): -1813267 or 15553764. OLE color: 15553764.
HSL color Cylindrical-coordinate representation of color #E454ED: hue angle of 296.47º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E454ED is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 84 | 237 | - |
| CMYK | 0.04 | 0.65 | 0 | 0.07 |
| HSL | 296.47º | 0.81% | 0.63% | - |
| HSV(B) | 296.47º | 0.65% | 0.93% | - |
| XYZ | 50.45 | 28.95 | 83.05 | - |
| YUV | 144.5 | 180.21 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 84 | 237 | 0.04 | 0.65 | 0 | 0.07 | 296.47 | 0.81 | 0.63 |
| Hex | E4 | 54 | ED | 4 | 41 | 0 | 7 | 128 | 51 | 3F |
| Octal | 344 | 124 | 355 | 4 | 101 | 0 | 7 | 450 | 121 | 77 |
| Binary | 11100100 | 1010100 | 11101101 | 100 | 1000001 | 0 | 111 | 100101000 | 1010001 | 111111 |
Color Harmonies of #E454ED
Complementary color
Monochromatic Colors of #E454ED
Black with #E454ED
Text Example
Text Example
White with #E454ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E454ED; }
p { color: rgb(228,84,237); }
H1.HeaderClassName
{
color: #E454ED;
}
.AnyTagClassName
{
color: #E454ED;
}
</style>
background-color css
<style>
a { background-color: #E454ED; }
a { background-color: rgb(228,84,237); }
div.DivClassName
{
background-color: #E454ED;
}
.BgClassName
{
background-color: #E454ED;
}
</style>
border-color css
<style>
span { border-color: #E454ED; }
span { border-color: rgb(228,84,237); }
td.TdClassName
{
border-color: #E454ED;
}
.TagClassName
{
border-color: #E454ED;
}
</style>