Html Css Color HEX #E259EC Free Speech Magenta
📋 copy color: '#E259EC'red 226 ◦ green 89 ◦ blue 236
Shades of Free Speech Magenta #E259EC
Tints of Free Speech Magenta #E259EC
RGB
CMYK
RGB Variations
Color information
#E259EC (or 0xE259EC) is known color: Free Speech Magenta. HEX triplet: E2, 59 and EC. RGB value is (226,89,236). Sum of RGB (Red+Green+Blue) = 226+89+236=551 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.02% from 551); Green value is 89 (35.16% from 255 or 16.15% from 551); Blue value is 236 (92.58% from 255 or 42.83% from 551); Max value from RGB is 236 - color contains mainly: blue. Hex color #E259EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E259EC is #1DA613. Grayscale: #929292. Windows color (decimal): -1943060 or 15489506. OLE color: 15489506.
HSL color Cylindrical-coordinate representation of color #E259EC: hue angle of 295.92º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E259EC is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 89 | 236 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.07 |
| HSL | 295.92º | 0.79% | 0.64% | - |
| HSV(B) | 295.92º | 0.62% | 0.93% | - |
| XYZ | 50.08 | 29.37 | 82.39 | - |
| YUV | 146.72 | 178.39 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 89 | 236 | 0.04 | 0.62 | 0 | 0.07 | 295.92 | 0.79 | 0.64 |
| Hex | E2 | 59 | EC | 4 | 3E | 0 | 7 | 128 | 4F | 40 |
| Octal | 342 | 131 | 354 | 4 | 76 | 0 | 7 | 450 | 117 | 100 |
| Binary | 11100010 | 1011001 | 11101100 | 100 | 111110 | 0 | 111 | 100101000 | 1001111 | 1000000 |
Color Harmonies of #E259EC
Complementary color
Monochromatic Colors of #E259EC
Black with #E259EC
Text Example
Text Example
White with #E259EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E259EC; }
p { color: rgb(226,89,236); }
H1.HeaderClassName
{
color: #E259EC;
}
.AnyTagClassName
{
color: #E259EC;
}
</style>
background-color css
<style>
a { background-color: #E259EC; }
a { background-color: rgb(226,89,236); }
div.DivClassName
{
background-color: #E259EC;
}
.BgClassName
{
background-color: #E259EC;
}
</style>
border-color css
<style>
span { border-color: #E259EC; }
span { border-color: rgb(226,89,236); }
td.TdClassName
{
border-color: #E259EC;
}
.TagClassName
{
border-color: #E259EC;
}
</style>