Html Css Color HEX #E946ED Free Speech Magenta
📋 copy color: '#E946ED'red 233 ◦ green 70 ◦ blue 237
Shades of Free Speech Magenta #E946ED
Tints of Free Speech Magenta #E946ED
RGB
CMYK
RGB Variations
Color information
#E946ED (or 0xE946ED) is known color: Free Speech Magenta. HEX triplet: E9, 46 and ED. RGB value is (233,70,237). Sum of RGB (Red+Green+Blue) = 233+70+237=540 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.15% from 540); Green value is 70 (27.73% from 255 or 12.96% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 237 - color contains mainly: blue. Hex color #E946ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E946ED is #16B912. Grayscale: #898989. Windows color (decimal): -1489171 or 15550185. OLE color: 15550185.
HSL color Cylindrical-coordinate representation of color #E946ED: hue angle of 298.56º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E946ED is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 70 | 237 | - |
| CMYK | 0.02 | 0.70 | 0 | 0.07 |
| HSL | 298.56º | 0.82% | 0.6% | - |
| HSV(B) | 298.56º | 0.7% | 0.93% | - |
| XYZ | 51.08 | 27.82 | 82.8 | - |
| YUV | 137.78 | 184 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 70 | 237 | 0.02 | 0.70 | 0 | 0.07 | 298.56 | 0.82 | 0.6 |
| Hex | E9 | 46 | ED | 2 | 46 | 0 | 7 | 12B | 52 | 3C |
| Octal | 351 | 106 | 355 | 2 | 106 | 0 | 7 | 453 | 122 | 74 |
| Binary | 11101001 | 1000110 | 11101101 | 10 | 1000110 | 0 | 111 | 100101011 | 1010010 | 111100 |
Color Harmonies of #E946ED
Complementary color
Monochromatic Colors of #E946ED
Black with #E946ED
Text Example
Text Example
White with #E946ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E946ED; }
p { color: rgb(233,70,237); }
H1.HeaderClassName
{
color: #E946ED;
}
.AnyTagClassName
{
color: #E946ED;
}
</style>
background-color css
<style>
a { background-color: #E946ED; }
a { background-color: rgb(233,70,237); }
div.DivClassName
{
background-color: #E946ED;
}
.BgClassName
{
background-color: #E946ED;
}
</style>
border-color css
<style>
span { border-color: #E946ED; }
span { border-color: rgb(233,70,237); }
td.TdClassName
{
border-color: #E946ED;
}
.TagClassName
{
border-color: #E946ED;
}
</style>