Html Css Color HEX #E849ED Free Speech Magenta
📋 copy color: '#E849ED'red 232 ◦ green 73 ◦ blue 237
Shades of Free Speech Magenta #E849ED
Tints of Free Speech Magenta #E849ED
RGB
CMYK
RGB Variations
Color information
#E849ED (or 0xE849ED) is known color: Free Speech Magenta. HEX triplet: E8, 49 and ED. RGB value is (232,73,237). Sum of RGB (Red+Green+Blue) = 232+73+237=542 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.80% from 542); Green value is 73 (28.91% from 255 or 13.47% from 542); Blue value is 237 (92.97% from 255 or 43.73% from 542); Max value from RGB is 237 - color contains mainly: blue. Hex color #E849ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E849ED is #17B612. Grayscale: #8A8A8A. Windows color (decimal): -1553939 or 15550952. OLE color: 15550952.
HSL color Cylindrical-coordinate representation of color #E849ED: hue angle of 298.17º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E849ED is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 73 | 237 | - |
| CMYK | 0.02 | 0.69 | 0 | 0.07 |
| HSL | 298.17º | 0.82% | 0.61% | - |
| HSV(B) | 298.17º | 0.69% | 0.93% | - |
| XYZ | 50.95 | 28.04 | 82.85 | - |
| YUV | 139.24 | 183.18 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 73 | 237 | 0.02 | 0.69 | 0 | 0.07 | 298.17 | 0.82 | 0.61 |
| Hex | E8 | 49 | ED | 2 | 45 | 0 | 7 | 12A | 52 | 3D |
| Octal | 350 | 111 | 355 | 2 | 105 | 0 | 7 | 452 | 122 | 75 |
| Binary | 11101000 | 1001001 | 11101101 | 10 | 1000101 | 0 | 111 | 100101010 | 1010010 | 111101 |
Color Harmonies of #E849ED
Complementary color
Monochromatic Colors of #E849ED
Black with #E849ED
Text Example
Text Example
White with #E849ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E849ED; }
p { color: rgb(232,73,237); }
H1.HeaderClassName
{
color: #E849ED;
}
.AnyTagClassName
{
color: #E849ED;
}
</style>
background-color css
<style>
a { background-color: #E849ED; }
a { background-color: rgb(232,73,237); }
div.DivClassName
{
background-color: #E849ED;
}
.BgClassName
{
background-color: #E849ED;
}
</style>
border-color css
<style>
span { border-color: #E849ED; }
span { border-color: rgb(232,73,237); }
td.TdClassName
{
border-color: #E849ED;
}
.TagClassName
{
border-color: #E849ED;
}
</style>