Html Css Color HEX #E850F0 Free Speech Magenta
📋 copy color: '#E850F0'red 232 ◦ green 80 ◦ blue 240
Shades of Free Speech Magenta #E850F0
Tints of Free Speech Magenta #E850F0
RGB
CMYK
RGB Variations
Color information
#E850F0 (or 0xE850F0) is known color: Free Speech Magenta. HEX triplet: E8, 50 and F0. RGB value is (232,80,240). Sum of RGB (Red+Green+Blue) = 232+80+240=552 (73% of max value = 765). Red value is 232 (91.02% from 255 or 42.03% from 552); Green value is 80 (31.64% from 255 or 14.49% from 552); Blue value is 240 (94.14% from 255 or 43.48% from 552); Max value from RGB is 240 - color contains mainly: blue. Hex color #E850F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E850F0 is #17AF0F. Grayscale: #8F8F8F. Windows color (decimal): -1552144 or 15749352. OLE color: 15749352.
HSL color Cylindrical-coordinate representation of color #E850F0: hue angle of 297º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E850F0 is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 80 | 240 | - |
| CMYK | 0.03 | 0.67 | 0 | 0.06 |
| HSL | 297º | 0.84% | 0.63% | - |
| HSV(B) | 297º | 0.67% | 0.94% | - |
| XYZ | 51.88 | 29.18 | 85.34 | - |
| YUV | 143.69 | 182.36 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 80 | 240 | 0.03 | 0.67 | 0 | 0.06 | 297 | 0.84 | 0.63 |
| Hex | E8 | 50 | F0 | 3 | 43 | 0 | 6 | 129 | 54 | 3F |
| Octal | 350 | 120 | 360 | 3 | 103 | 0 | 6 | 451 | 124 | 77 |
| Binary | 11101000 | 1010000 | 11110000 | 11 | 1000011 | 0 | 110 | 100101001 | 1010100 | 111111 |
Color Harmonies of #E850F0
Complementary color
Monochromatic Colors of #E850F0
Black with #E850F0
Text Example
Text Example
White with #E850F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E850F0; }
p { color: rgb(232,80,240); }
H1.HeaderClassName
{
color: #E850F0;
}
.AnyTagClassName
{
color: #E850F0;
}
</style>
background-color css
<style>
a { background-color: #E850F0; }
a { background-color: rgb(232,80,240); }
div.DivClassName
{
background-color: #E850F0;
}
.BgClassName
{
background-color: #E850F0;
}
</style>
border-color css
<style>
span { border-color: #E850F0; }
span { border-color: rgb(232,80,240); }
td.TdClassName
{
border-color: #E850F0;
}
.TagClassName
{
border-color: #E850F0;
}
</style>