Html Css Color HEX #E855EF Free Speech Magenta
📋 copy color: '#E855EF'red 232 ◦ green 85 ◦ blue 239
Shades of Free Speech Magenta #E855EF
Tints of Free Speech Magenta #E855EF
RGB
CMYK
RGB Variations
Color information
#E855EF (or 0xE855EF) is known color: Free Speech Magenta. HEX triplet: E8, 55 and EF. RGB value is (232,85,239). Sum of RGB (Red+Green+Blue) = 232+85+239=556 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.73% from 556); Green value is 85 (33.59% from 255 or 15.29% from 556); Blue value is 239 (93.75% from 255 or 42.99% from 556); Max value from RGB is 239 - color contains mainly: blue. Hex color #E855EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E855EF is #17AA10. Grayscale: #929292. Windows color (decimal): -1550865 or 15685096. OLE color: 15685096.
HSL color Cylindrical-coordinate representation of color #E855EF: hue angle of 297.27º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E855EF is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 85 | 239 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.06 |
| HSL | 297.27º | 0.83% | 0.64% | - |
| HSV(B) | 297.27º | 0.64% | 0.94% | - |
| XYZ | 52.11 | 29.88 | 84.68 | - |
| YUV | 146.51 | 180.2 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 85 | 239 | 0.03 | 0.64 | 0 | 0.06 | 297.27 | 0.83 | 0.64 |
| Hex | E8 | 55 | EF | 3 | 40 | 0 | 6 | 129 | 53 | 40 |
| Octal | 350 | 125 | 357 | 3 | 100 | 0 | 6 | 451 | 123 | 100 |
| Binary | 11101000 | 1010101 | 11101111 | 11 | 1000000 | 0 | 110 | 100101001 | 1010011 | 1000000 |
Color Harmonies of #E855EF
Complementary color
Monochromatic Colors of #E855EF
Black with #E855EF
Text Example
Text Example
White with #E855EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E855EF; }
p { color: rgb(232,85,239); }
H1.HeaderClassName
{
color: #E855EF;
}
.AnyTagClassName
{
color: #E855EF;
}
</style>
background-color css
<style>
a { background-color: #E855EF; }
a { background-color: rgb(232,85,239); }
div.DivClassName
{
background-color: #E855EF;
}
.BgClassName
{
background-color: #E855EF;
}
</style>
border-color css
<style>
span { border-color: #E855EF; }
span { border-color: rgb(232,85,239); }
td.TdClassName
{
border-color: #E855EF;
}
.TagClassName
{
border-color: #E855EF;
}
</style>