Html Css Color HEX #E850ED Free Speech Magenta
📋 copy color: '#E850ED'red 232 ◦ green 80 ◦ blue 237
Shades of Free Speech Magenta #E850ED
Tints of Free Speech Magenta #E850ED
RGB
CMYK
RGB Variations
Color information
#E850ED (or 0xE850ED) is known color: Free Speech Magenta. HEX triplet: E8, 50 and ED. RGB value is (232,80,237). Sum of RGB (Red+Green+Blue) = 232+80+237=549 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.26% from 549); Green value is 80 (31.64% from 255 or 14.57% from 549); Blue value is 237 (92.97% from 255 or 43.17% from 549); Max value from RGB is 237 - color contains mainly: blue. Hex color #E850ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E850ED is #17AF12. Grayscale: #8E8E8E. Windows color (decimal): -1552147 or 15552744. OLE color: 15552744.
HSL color Cylindrical-coordinate representation of color #E850ED: hue angle of 298.09º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E850ED is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 80 | 237 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.07 |
| HSL | 298.09º | 0.81% | 0.62% | - |
| HSV(B) | 298.09º | 0.66% | 0.93% | - |
| XYZ | 51.43 | 29.01 | 83.01 | - |
| YUV | 143.35 | 180.86 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 80 | 237 | 0.02 | 0.66 | 0 | 0.07 | 298.09 | 0.81 | 0.62 |
| Hex | E8 | 50 | ED | 2 | 42 | 0 | 7 | 12A | 51 | 3E |
| Octal | 350 | 120 | 355 | 2 | 102 | 0 | 7 | 452 | 121 | 76 |
| Binary | 11101000 | 1010000 | 11101101 | 10 | 1000010 | 0 | 111 | 100101010 | 1010001 | 111110 |
Color Harmonies of #E850ED
Complementary color
Monochromatic Colors of #E850ED
Black with #E850ED
Text Example
Text Example
White with #E850ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E850ED; }
p { color: rgb(232,80,237); }
H1.HeaderClassName
{
color: #E850ED;
}
.AnyTagClassName
{
color: #E850ED;
}
</style>
background-color css
<style>
a { background-color: #E850ED; }
a { background-color: rgb(232,80,237); }
div.DivClassName
{
background-color: #E850ED;
}
.BgClassName
{
background-color: #E850ED;
}
</style>
border-color css
<style>
span { border-color: #E850ED; }
span { border-color: rgb(232,80,237); }
td.TdClassName
{
border-color: #E850ED;
}
.TagClassName
{
border-color: #E850ED;
}
</style>