Html Css Color HEX #E254EC Free Speech Magenta
📋 copy color: '#E254EC'red 226 ◦ green 84 ◦ blue 236
Shades of Free Speech Magenta #E254EC
Tints of Free Speech Magenta #E254EC
RGB
CMYK
RGB Variations
Color information
#E254EC (or 0xE254EC) is known color: Free Speech Magenta. HEX triplet: E2, 54 and EC. RGB value is (226,84,236). Sum of RGB (Red+Green+Blue) = 226+84+236=546 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.39% from 546); Green value is 84 (33.20% from 255 or 15.38% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #E254EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E254EC is #1DAB13. Grayscale: #8F8F8F. Windows color (decimal): -1944340 or 15488226. OLE color: 15488226.
HSL color Cylindrical-coordinate representation of color #E254EC: hue angle of 296.05º 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 #E254EC is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 84 | 236 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.07 |
| HSL | 296.05º | 0.8% | 0.63% | - |
| HSV(B) | 296.05º | 0.64% | 0.93% | - |
| XYZ | 49.67 | 28.57 | 82.25 | - |
| YUV | 143.79 | 180.04 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 84 | 236 | 0.04 | 0.64 | 0 | 0.07 | 296.05 | 0.8 | 0.63 |
| Hex | E2 | 54 | EC | 4 | 40 | 0 | 7 | 128 | 50 | 3F |
| Octal | 342 | 124 | 354 | 4 | 100 | 0 | 7 | 450 | 120 | 77 |
| Binary | 11100010 | 1010100 | 11101100 | 100 | 1000000 | 0 | 111 | 100101000 | 1010000 | 111111 |
Color Harmonies of #E254EC
Complementary color
Monochromatic Colors of #E254EC
Black with #E254EC
Text Example
Text Example
White with #E254EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E254EC; }
p { color: rgb(226,84,236); }
H1.HeaderClassName
{
color: #E254EC;
}
.AnyTagClassName
{
color: #E254EC;
}
</style>
background-color css
<style>
a { background-color: #E254EC; }
a { background-color: rgb(226,84,236); }
div.DivClassName
{
background-color: #E254EC;
}
.BgClassName
{
background-color: #E254EC;
}
</style>
border-color css
<style>
span { border-color: #E254EC; }
span { border-color: rgb(226,84,236); }
td.TdClassName
{
border-color: #E254EC;
}
.TagClassName
{
border-color: #E254EC;
}
</style>