Html Css Color HEX #E855E5 Free Speech Magenta
📋 copy color: '#E855E5'red 232 ◦ green 85 ◦ blue 229
Shades of Free Speech Magenta #E855E5
Tints of Free Speech Magenta #E855E5
RGB
CMYK
RGB Variations
Color information
#E855E5 (or 0xE855E5) is known color: Free Speech Magenta. HEX triplet: E8, 55 and E5. RGB value is (232,85,229). Sum of RGB (Red+Green+Blue) = 232+85+229=546 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.49% from 546); Green value is 85 (33.59% from 255 or 15.57% from 546); Blue value is 229 (89.84% from 255 or 41.94% from 546); Max value from RGB is 232 - color contains mainly: red. Hex color #E855E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E855E5 is #17AA1A. Grayscale: #909090. Windows color (decimal): -1550875 or 15029736. OLE color: 15029736.
HSL color Cylindrical-coordinate representation of color #E855E5: hue angle of 301.22º 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 #E855E5 is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 85 | 229 | - |
| CMYK | 0 | 0.63 | 0.01 | 0.09 |
| HSL | 301.22º | 0.76% | 0.62% | - |
| HSV(B) | 301.22º | 0.63% | 0.91% | - |
| XYZ | 50.67 | 29.31 | 77.12 | - |
| YUV | 145.37 | 175.2 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 85 | 229 | 0 | 0.63 | 0.01 | 0.09 | 301.22 | 0.76 | 0.62 |
| Hex | E8 | 55 | E5 | 0 | 3F | 1 | 9 | 12D | 4C | 3E |
| Octal | 350 | 125 | 345 | 0 | 77 | 1 | 11 | 455 | 114 | 76 |
| Binary | 11101000 | 1010101 | 11100101 | 0 | 111111 | 1 | 1001 | 100101101 | 1001100 | 111110 |
Color Harmonies of #E855E5
Complementary color
Monochromatic Colors of #E855E5
Black with #E855E5
Text Example
Text Example
White with #E855E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E855E5; }
p { color: rgb(232,85,229); }
H1.HeaderClassName
{
color: #E855E5;
}
.AnyTagClassName
{
color: #E855E5;
}
</style>
background-color css
<style>
a { background-color: #E855E5; }
a { background-color: rgb(232,85,229); }
div.DivClassName
{
background-color: #E855E5;
}
.BgClassName
{
background-color: #E855E5;
}
</style>
border-color css
<style>
span { border-color: #E855E5; }
span { border-color: rgb(232,85,229); }
td.TdClassName
{
border-color: #E855E5;
}
.TagClassName
{
border-color: #E855E5;
}
</style>