Html Css Color HEX #E855C7 Free Speech Magenta
📋 copy color: '#E855C7'red 232 ◦ green 85 ◦ blue 199
Shades of Free Speech Magenta #E855C7
Tints of Free Speech Magenta #E855C7
RGB
CMYK
RGB Variations
Color information
#E855C7 (or 0xE855C7) is known color: Free Speech Magenta. HEX triplet: E8, 55 and C7. RGB value is (232,85,199). Sum of RGB (Red+Green+Blue) = 232+85+199=516 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.96% from 516); Green value is 85 (33.59% from 255 or 16.47% from 516); Blue value is 199 (78.12% from 255 or 38.57% from 516); Max value from RGB is 232 - color contains mainly: red. Hex color #E855C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E855C7 is #17AA38. Grayscale: #8D8D8D. Windows color (decimal): -1550905 or 13063656. OLE color: 13063656.
HSL color Cylindrical-coordinate representation of color #E855C7: hue angle of 313.47º 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 #E855C7 is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 85 | 199 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.09 |
| HSL | 313.47º | 0.76% | 0.62% | - |
| HSV(B) | 313.47º | 0.63% | 0.91% | - |
| XYZ | 46.84 | 27.78 | 56.93 | - |
| YUV | 141.95 | 160.2 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 85 | 199 | 0 | 0.63 | 0.14 | 0.09 | 313.47 | 0.76 | 0.62 |
| Hex | E8 | 55 | C7 | 0 | 3F | E | 9 | 139 | 4C | 3E |
| Octal | 350 | 125 | 307 | 0 | 77 | 16 | 11 | 471 | 114 | 76 |
| Binary | 11101000 | 1010101 | 11000111 | 0 | 111111 | 1110 | 1001 | 100111001 | 1001100 | 111110 |
Color Harmonies of #E855C7
Complementary color
Monochromatic Colors of #E855C7
Black with #E855C7
Text Example
Text Example
White with #E855C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E855C7; }
p { color: rgb(232,85,199); }
H1.HeaderClassName
{
color: #E855C7;
}
.AnyTagClassName
{
color: #E855C7;
}
</style>
background-color css
<style>
a { background-color: #E855C7; }
a { background-color: rgb(232,85,199); }
div.DivClassName
{
background-color: #E855C7;
}
.BgClassName
{
background-color: #E855C7;
}
</style>
border-color css
<style>
span { border-color: #E855C7; }
span { border-color: rgb(232,85,199); }
td.TdClassName
{
border-color: #E855C7;
}
.TagClassName
{
border-color: #E855C7;
}
</style>