Html Css Color HEX #E855D7 Free Speech Magenta
📋 copy color: '#E855D7'red 232 ◦ green 85 ◦ blue 215
Shades of Free Speech Magenta #E855D7
Tints of Free Speech Magenta #E855D7
RGB
CMYK
RGB Variations
Color information
#E855D7 (or 0xE855D7) is known color: Free Speech Magenta. HEX triplet: E8, 55 and D7. RGB value is (232,85,215). Sum of RGB (Red+Green+Blue) = 232+85+215=532 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.61% from 532); Green value is 85 (33.59% from 255 or 15.98% from 532); Blue value is 215 (84.38% from 255 or 40.41% from 532); Max value from RGB is 232 - color contains mainly: red. Hex color #E855D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E855D7 is #17AA28. Grayscale: #8F8F8F. Windows color (decimal): -1550889 or 14112232. OLE color: 14112232.
HSL color Cylindrical-coordinate representation of color #E855D7: hue angle of 306.94º 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 #E855D7 is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 85 | 215 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.09 |
| HSL | 306.94º | 0.76% | 0.62% | - |
| HSV(B) | 306.94º | 0.63% | 0.91% | - |
| XYZ | 48.79 | 28.56 | 67.23 | - |
| YUV | 143.77 | 168.2 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 85 | 215 | 0 | 0.63 | 0.07 | 0.09 | 306.94 | 0.76 | 0.62 |
| Hex | E8 | 55 | D7 | 0 | 3F | 7 | 9 | 133 | 4C | 3E |
| Octal | 350 | 125 | 327 | 0 | 77 | 7 | 11 | 463 | 114 | 76 |
| Binary | 11101000 | 1010101 | 11010111 | 0 | 111111 | 111 | 1001 | 100110011 | 1001100 | 111110 |
Color Harmonies of #E855D7
Complementary color
Monochromatic Colors of #E855D7
Black with #E855D7
Text Example
Text Example
White with #E855D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E855D7; }
p { color: rgb(232,85,215); }
H1.HeaderClassName
{
color: #E855D7;
}
.AnyTagClassName
{
color: #E855D7;
}
</style>
background-color css
<style>
a { background-color: #E855D7; }
a { background-color: rgb(232,85,215); }
div.DivClassName
{
background-color: #E855D7;
}
.BgClassName
{
background-color: #E855D7;
}
</style>
border-color css
<style>
span { border-color: #E855D7; }
span { border-color: rgb(232,85,215); }
td.TdClassName
{
border-color: #E855D7;
}
.TagClassName
{
border-color: #E855D7;
}
</style>