Html Css Color HEX #E950EC Free Speech Magenta
📋 copy color: '#E950EC'red 233 ◦ green 80 ◦ blue 236
Shades of Free Speech Magenta #E950EC
Tints of Free Speech Magenta #E950EC
RGB
CMYK
RGB Variations
Color information
#E950EC (or 0xE950EC) is known color: Free Speech Magenta. HEX triplet: E9, 50 and EC. RGB value is (233,80,236). Sum of RGB (Red+Green+Blue) = 233+80+236=549 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.44% from 549); Green value is 80 (31.64% from 255 or 14.57% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #E950EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E950EC is #16AF13. Grayscale: #8F8F8F. Windows color (decimal): -1486612 or 15487209. OLE color: 15487209.
HSL color Cylindrical-coordinate representation of color #E950EC: hue angle of 298.85º degrees, saturation: 0.8, 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 #E950EC is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 80 | 236 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.07 |
| HSL | 298.85º | 0.8% | 0.62% | - |
| HSV(B) | 298.85º | 0.66% | 0.93% | - |
| XYZ | 51.61 | 29.12 | 82.26 | - |
| YUV | 143.53 | 180.19 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 80 | 236 | 0.01 | 0.66 | 0 | 0.07 | 298.85 | 0.8 | 0.62 |
| Hex | E9 | 50 | EC | 1 | 42 | 0 | 7 | 12B | 50 | 3E |
| Octal | 351 | 120 | 354 | 1 | 102 | 0 | 7 | 453 | 120 | 76 |
| Binary | 11101001 | 1010000 | 11101100 | 1 | 1000010 | 0 | 111 | 100101011 | 1010000 | 111110 |
Color Harmonies of #E950EC
Complementary color
Monochromatic Colors of #E950EC
Black with #E950EC
Text Example
Text Example
White with #E950EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E950EC; }
p { color: rgb(233,80,236); }
H1.HeaderClassName
{
color: #E950EC;
}
.AnyTagClassName
{
color: #E950EC;
}
</style>
background-color css
<style>
a { background-color: #E950EC; }
a { background-color: rgb(233,80,236); }
div.DivClassName
{
background-color: #E950EC;
}
.BgClassName
{
background-color: #E950EC;
}
</style>
border-color css
<style>
span { border-color: #E950EC; }
span { border-color: rgb(233,80,236); }
td.TdClassName
{
border-color: #E950EC;
}
.TagClassName
{
border-color: #E950EC;
}
</style>