Html Css Color HEX #E850C0 Free Speech Magenta
📋 copy color: '#E850C0'red 232 ◦ green 80 ◦ blue 192
Shades of Free Speech Magenta #E850C0
Tints of Free Speech Magenta #E850C0
RGB
CMYK
RGB Variations
Color information
#E850C0 (or 0xE850C0) is known color: Free Speech Magenta. HEX triplet: E8, 50 and C0. RGB value is (232,80,192). Sum of RGB (Red+Green+Blue) = 232+80+192=504 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.03% from 504); Green value is 80 (31.64% from 255 or 15.87% from 504); Blue value is 192 (75.39% from 255 or 38.10% from 504); Max value from RGB is 232 - color contains mainly: red. Hex color #E850C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E850C0 is #17AF3F. Grayscale: #898989. Windows color (decimal): -1552192 or 12603624. OLE color: 12603624.
HSL color Cylindrical-coordinate representation of color #E850C0: hue angle of 315.79º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E850C0 is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 80 | 192 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.09 |
| HSL | 315.79º | 0.77% | 0.61% | - |
| HSV(B) | 315.79º | 0.66% | 0.91% | - |
| XYZ | 45.66 | 26.7 | 52.62 | - |
| YUV | 138.22 | 158.36 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 80 | 192 | 0 | 0.66 | 0.17 | 0.09 | 315.79 | 0.77 | 0.61 |
| Hex | E8 | 50 | C0 | 0 | 42 | 11 | 9 | 13C | 4D | 3D |
| Octal | 350 | 120 | 300 | 0 | 102 | 21 | 11 | 474 | 115 | 75 |
| Binary | 11101000 | 1010000 | 11000000 | 0 | 1000010 | 10001 | 1001 | 100111100 | 1001101 | 111101 |
Color Harmonies of #E850C0
Complementary color
Monochromatic Colors of #E850C0
Black with #E850C0
Text Example
Text Example
White with #E850C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E850C0; }
p { color: rgb(232,80,192); }
H1.HeaderClassName
{
color: #E850C0;
}
.AnyTagClassName
{
color: #E850C0;
}
</style>
background-color css
<style>
a { background-color: #E850C0; }
a { background-color: rgb(232,80,192); }
div.DivClassName
{
background-color: #E850C0;
}
.BgClassName
{
background-color: #E850C0;
}
</style>
border-color css
<style>
span { border-color: #E850C0; }
span { border-color: rgb(232,80,192); }
td.TdClassName
{
border-color: #E850C0;
}
.TagClassName
{
border-color: #E850C0;
}
</style>