Html Css Color HEX #E255EC Free Speech Magenta
📋 copy color: '#E255EC'red 226 ◦ green 85 ◦ blue 236
Shades of Free Speech Magenta #E255EC
Tints of Free Speech Magenta #E255EC
RGB
CMYK
RGB Variations
Color information
#E255EC (or 0xE255EC) is known color: Free Speech Magenta. HEX triplet: E2, 55 and EC. RGB value is (226,85,236). Sum of RGB (Red+Green+Blue) = 226+85+236=547 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.32% from 547); Green value is 85 (33.59% from 255 or 15.54% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #E255EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E255EC is #1DAA13. Grayscale: #8F8F8F. Windows color (decimal): -1944084 or 15488482. OLE color: 15488482.
HSL color Cylindrical-coordinate representation of color #E255EC: hue angle of 296.03º 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 #E255EC is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 85 | 236 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.07 |
| HSL | 296.03º | 0.8% | 0.63% | - |
| HSV(B) | 296.03º | 0.64% | 0.93% | - |
| XYZ | 49.75 | 28.72 | 82.28 | - |
| YUV | 144.37 | 179.71 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 85 | 236 | 0.04 | 0.64 | 0 | 0.07 | 296.03 | 0.8 | 0.63 |
| Hex | E2 | 55 | EC | 4 | 40 | 0 | 7 | 128 | 50 | 3F |
| Octal | 342 | 125 | 354 | 4 | 100 | 0 | 7 | 450 | 120 | 77 |
| Binary | 11100010 | 1010101 | 11101100 | 100 | 1000000 | 0 | 111 | 100101000 | 1010000 | 111111 |
Color Harmonies of #E255EC
Complementary color
Monochromatic Colors of #E255EC
Black with #E255EC
Text Example
Text Example
White with #E255EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E255EC; }
p { color: rgb(226,85,236); }
H1.HeaderClassName
{
color: #E255EC;
}
.AnyTagClassName
{
color: #E255EC;
}
</style>
background-color css
<style>
a { background-color: #E255EC; }
a { background-color: rgb(226,85,236); }
div.DivClassName
{
background-color: #E255EC;
}
.BgClassName
{
background-color: #E255EC;
}
</style>
border-color css
<style>
span { border-color: #E255EC; }
span { border-color: rgb(226,85,236); }
td.TdClassName
{
border-color: #E255EC;
}
.TagClassName
{
border-color: #E255EC;
}
</style>