Html Css Color HEX #E855D5 Free Speech Magenta
📋 copy color: '#E855D5'red 232 ◦ green 85 ◦ blue 213
Shades of Free Speech Magenta #E855D5
Tints of Free Speech Magenta #E855D5
RGB
CMYK
RGB Variations
Color information
#E855D5 (or 0xE855D5) is known color: Free Speech Magenta. HEX triplet: E8, 55 and D5. RGB value is (232,85,213). Sum of RGB (Red+Green+Blue) = 232+85+213=530 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.77% from 530); Green value is 85 (33.59% from 255 or 16.04% from 530); Blue value is 213 (83.59% from 255 or 40.19% from 530); Max value from RGB is 232 - color contains mainly: red. Hex color #E855D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E855D5 is #17AA2A. Grayscale: #8F8F8F. Windows color (decimal): -1550891 or 13981160. OLE color: 13981160.
HSL color Cylindrical-coordinate representation of color #E855D5: hue angle of 307.76º 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 #E855D5 is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 85 | 213 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.09 |
| HSL | 307.76º | 0.76% | 0.62% | - |
| HSV(B) | 307.76º | 0.63% | 0.91% | - |
| XYZ | 48.54 | 28.46 | 65.89 | - |
| YUV | 143.55 | 167.2 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 85 | 213 | 0 | 0.63 | 0.08 | 0.09 | 307.76 | 0.76 | 0.62 |
| Hex | E8 | 55 | D5 | 0 | 3F | 8 | 9 | 134 | 4C | 3E |
| Octal | 350 | 125 | 325 | 0 | 77 | 10 | 11 | 464 | 114 | 76 |
| Binary | 11101000 | 1010101 | 11010101 | 0 | 111111 | 1000 | 1001 | 100110100 | 1001100 | 111110 |
Color Harmonies of #E855D5
Complementary color
Monochromatic Colors of #E855D5
Black with #E855D5
Text Example
Text Example
White with #E855D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E855D5; }
p { color: rgb(232,85,213); }
H1.HeaderClassName
{
color: #E855D5;
}
.AnyTagClassName
{
color: #E855D5;
}
</style>
background-color css
<style>
a { background-color: #E855D5; }
a { background-color: rgb(232,85,213); }
div.DivClassName
{
background-color: #E855D5;
}
.BgClassName
{
background-color: #E855D5;
}
</style>
border-color css
<style>
span { border-color: #E855D5; }
span { border-color: rgb(232,85,213); }
td.TdClassName
{
border-color: #E855D5;
}
.TagClassName
{
border-color: #E855D5;
}
</style>