Html Css Color HEX #E842ED Free Speech Magenta
📋 copy color: '#E842ED'red 232 ◦ green 66 ◦ blue 237
Shades of Free Speech Magenta #E842ED
Tints of Free Speech Magenta #E842ED
RGB
CMYK
RGB Variations
Color information
#E842ED (or 0xE842ED) is known color: Free Speech Magenta. HEX triplet: E8, 42 and ED. RGB value is (232,66,237). Sum of RGB (Red+Green+Blue) = 232+66+237=535 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.36% from 535); Green value is 66 (26.17% from 255 or 12.34% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #E842ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E842ED is #17BD12. Grayscale: #868686. Windows color (decimal): -1555731 or 15549160. OLE color: 15549160.
HSL color Cylindrical-coordinate representation of color #E842ED: hue angle of 298.25º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E842ED is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 66 | 237 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.07 |
| HSL | 298.25º | 0.83% | 0.59% | - |
| HSV(B) | 298.25º | 0.72% | 0.93% | - |
| XYZ | 50.51 | 27.17 | 82.7 | - |
| YUV | 135.13 | 185.5 | 197.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 66 | 237 | 0.02 | 0.72 | 0 | 0.07 | 298.25 | 0.83 | 0.59 |
| Hex | E8 | 42 | ED | 2 | 48 | 0 | 7 | 12A | 53 | 3B |
| Octal | 350 | 102 | 355 | 2 | 110 | 0 | 7 | 452 | 123 | 73 |
| Binary | 11101000 | 1000010 | 11101101 | 10 | 1001000 | 0 | 111 | 100101010 | 1010011 | 111011 |
Color Harmonies of #E842ED
Complementary color
Monochromatic Colors of #E842ED
Black with #E842ED
Text Example
Text Example
White with #E842ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E842ED; }
p { color: rgb(232,66,237); }
H1.HeaderClassName
{
color: #E842ED;
}
.AnyTagClassName
{
color: #E842ED;
}
</style>
background-color css
<style>
a { background-color: #E842ED; }
a { background-color: rgb(232,66,237); }
div.DivClassName
{
background-color: #E842ED;
}
.BgClassName
{
background-color: #E842ED;
}
</style>
border-color css
<style>
span { border-color: #E842ED; }
span { border-color: rgb(232,66,237); }
td.TdClassName
{
border-color: #E842ED;
}
.TagClassName
{
border-color: #E842ED;
}
</style>