Html Css Color HEX #E455EC Free Speech Magenta
📋 copy color: '#E455EC'red 228 ◦ green 85 ◦ blue 236
Shades of Free Speech Magenta #E455EC
Tints of Free Speech Magenta #E455EC
RGB
CMYK
RGB Variations
Color information
#E455EC (or 0xE455EC) is known color: Free Speech Magenta. HEX triplet: E4, 55 and EC. RGB value is (228,85,236). Sum of RGB (Red+Green+Blue) = 228+85+236=549 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.53% from 549); Green value is 85 (33.59% from 255 or 15.48% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #E455EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E455EC is #1BAA13. Grayscale: #909090. Windows color (decimal): -1813012 or 15488484. OLE color: 15488484.
HSL color Cylindrical-coordinate representation of color #E455EC: hue angle of 296.82º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E455EC is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 85 | 236 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.07 |
| HSL | 296.82º | 0.8% | 0.63% | - |
| HSV(B) | 296.82º | 0.64% | 0.93% | - |
| XYZ | 50.38 | 29.05 | 82.31 | - |
| YUV | 144.97 | 179.38 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 85 | 236 | 0.03 | 0.64 | 0 | 0.07 | 296.82 | 0.8 | 0.63 |
| Hex | E4 | 55 | EC | 3 | 40 | 0 | 7 | 129 | 50 | 3F |
| Octal | 344 | 125 | 354 | 3 | 100 | 0 | 7 | 451 | 120 | 77 |
| Binary | 11100100 | 1010101 | 11101100 | 11 | 1000000 | 0 | 111 | 100101001 | 1010000 | 111111 |
Color Harmonies of #E455EC
Complementary color
Monochromatic Colors of #E455EC
Black with #E455EC
Text Example
Text Example
White with #E455EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E455EC; }
p { color: rgb(228,85,236); }
H1.HeaderClassName
{
color: #E455EC;
}
.AnyTagClassName
{
color: #E455EC;
}
</style>
background-color css
<style>
a { background-color: #E455EC; }
a { background-color: rgb(228,85,236); }
div.DivClassName
{
background-color: #E455EC;
}
.BgClassName
{
background-color: #E455EC;
}
</style>
border-color css
<style>
span { border-color: #E455EC; }
span { border-color: rgb(228,85,236); }
td.TdClassName
{
border-color: #E455EC;
}
.TagClassName
{
border-color: #E455EC;
}
</style>