Html Css Color HEX #E855CF Free Speech Magenta
📋 copy color: '#E855CF'red 232 ◦ green 85 ◦ blue 207
Shades of Free Speech Magenta #E855CF
Tints of Free Speech Magenta #E855CF
RGB
CMYK
RGB Variations
Color information
#E855CF (or 0xE855CF) is known color: Free Speech Magenta. HEX triplet: E8, 55 and CF. RGB value is (232,85,207). Sum of RGB (Red+Green+Blue) = 232+85+207=524 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.27% from 524); Green value is 85 (33.59% from 255 or 16.22% from 524); Blue value is 207 (81.25% from 255 or 39.50% from 524); Max value from RGB is 232 - color contains mainly: red. Hex color #E855CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E855CF is #17AA30. Grayscale: #8E8E8E. Windows color (decimal): -1550897 or 13587944. OLE color: 13587944.
HSL color Cylindrical-coordinate representation of color #E855CF: hue angle of 310.2º 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 #E855CF is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 85 | 207 | - |
| CMYK | 0 | 0.63 | 0.11 | 0.09 |
| HSL | 310.2º | 0.76% | 0.62% | - |
| HSV(B) | 310.2º | 0.63% | 0.91% | - |
| XYZ | 47.79 | 28.16 | 61.95 | - |
| YUV | 142.86 | 164.2 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 85 | 207 | 0 | 0.63 | 0.11 | 0.09 | 310.2 | 0.76 | 0.62 |
| Hex | E8 | 55 | CF | 0 | 3F | B | 9 | 136 | 4C | 3E |
| Octal | 350 | 125 | 317 | 0 | 77 | 13 | 11 | 466 | 114 | 76 |
| Binary | 11101000 | 1010101 | 11001111 | 0 | 111111 | 1011 | 1001 | 100110110 | 1001100 | 111110 |
Color Harmonies of #E855CF
Complementary color
Monochromatic Colors of #E855CF
Black with #E855CF
Text Example
Text Example
White with #E855CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E855CF; }
p { color: rgb(232,85,207); }
H1.HeaderClassName
{
color: #E855CF;
}
.AnyTagClassName
{
color: #E855CF;
}
</style>
background-color css
<style>
a { background-color: #E855CF; }
a { background-color: rgb(232,85,207); }
div.DivClassName
{
background-color: #E855CF;
}
.BgClassName
{
background-color: #E855CF;
}
</style>
border-color css
<style>
span { border-color: #E855CF; }
span { border-color: rgb(232,85,207); }
td.TdClassName
{
border-color: #E855CF;
}
.TagClassName
{
border-color: #E855CF;
}
</style>