Html Css Color HEX #E855E4 Free Speech Magenta
📋 copy color: '#E855E4'red 232 ◦ green 85 ◦ blue 228
Shades of Free Speech Magenta #E855E4
Tints of Free Speech Magenta #E855E4
RGB
CMYK
RGB Variations
Color information
#E855E4 (or 0xE855E4) is known color: Free Speech Magenta. HEX triplet: E8, 55 and E4. RGB value is (232,85,228). Sum of RGB (Red+Green+Blue) = 232+85+228=545 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.57% from 545); Green value is 85 (33.59% from 255 or 15.60% from 545); Blue value is 228 (89.45% from 255 or 41.83% from 545); Max value from RGB is 232 - color contains mainly: red. Hex color #E855E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E855E4 is #17AA1B. Grayscale: #909090. Windows color (decimal): -1550876 or 14964200. OLE color: 14964200.
HSL color Cylindrical-coordinate representation of color #E855E4: hue angle of 301.63º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E855E4 is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 85 | 228 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.09 |
| HSL | 301.63º | 0.76% | 0.62% | - |
| HSV(B) | 301.63º | 0.63% | 0.91% | - |
| XYZ | 50.53 | 29.25 | 76.38 | - |
| YUV | 145.26 | 174.7 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 85 | 228 | 0 | 0.63 | 0.02 | 0.09 | 301.63 | 0.76 | 0.62 |
| Hex | E8 | 55 | E4 | 0 | 3F | 2 | 9 | 12E | 4C | 3E |
| Octal | 350 | 125 | 344 | 0 | 77 | 2 | 11 | 456 | 114 | 76 |
| Binary | 11101000 | 1010101 | 11100100 | 0 | 111111 | 10 | 1001 | 100101110 | 1001100 | 111110 |
Color Harmonies of #E855E4
Complementary color
Monochromatic Colors of #E855E4
Black with #E855E4
Text Example
Text Example
White with #E855E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E855E4; }
p { color: rgb(232,85,228); }
H1.HeaderClassName
{
color: #E855E4;
}
.AnyTagClassName
{
color: #E855E4;
}
</style>
background-color css
<style>
a { background-color: #E855E4; }
a { background-color: rgb(232,85,228); }
div.DivClassName
{
background-color: #E855E4;
}
.BgClassName
{
background-color: #E855E4;
}
</style>
border-color css
<style>
span { border-color: #E855E4; }
span { border-color: rgb(232,85,228); }
td.TdClassName
{
border-color: #E855E4;
}
.TagClassName
{
border-color: #E855E4;
}
</style>