Html Css Color HEX #E842EE Free Speech Magenta
📋 copy color: '#E842EE'red 232 ◦ green 66 ◦ blue 238
Shades of Free Speech Magenta #E842EE
Tints of Free Speech Magenta #E842EE
RGB
CMYK
RGB Variations
Color information
#E842EE (or 0xE842EE) is known color: Free Speech Magenta. HEX triplet: E8, 42 and EE. RGB value is (232,66,238). Sum of RGB (Red+Green+Blue) = 232+66+238=536 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.28% from 536); Green value is 66 (26.17% from 255 or 12.31% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 238 - color contains mainly: blue. Hex color #E842EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E842EE is #17BD11. Grayscale: #868686. Windows color (decimal): -1555730 or 15614696. OLE color: 15614696.
HSL color Cylindrical-coordinate representation of color #E842EE: hue angle of 297.91º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E842EE is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 66 | 238 | - |
| CMYK | 0.03 | 0.72 | 0 | 0.07 |
| HSL | 297.91º | 0.83% | 0.6% | - |
| HSV(B) | 297.91º | 0.72% | 0.93% | - |
| XYZ | 50.66 | 27.23 | 83.47 | - |
| YUV | 135.24 | 186 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 66 | 238 | 0.03 | 0.72 | 0 | 0.07 | 297.91 | 0.83 | 0.6 |
| Hex | E8 | 42 | EE | 3 | 48 | 0 | 7 | 12A | 53 | 3C |
| Octal | 350 | 102 | 356 | 3 | 110 | 0 | 7 | 452 | 123 | 74 |
| Binary | 11101000 | 1000010 | 11101110 | 11 | 1001000 | 0 | 111 | 100101010 | 1010011 | 111100 |
Color Harmonies of #E842EE
Complementary color
Monochromatic Colors of #E842EE
Black with #E842EE
Text Example
Text Example
White with #E842EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E842EE; }
p { color: rgb(232,66,238); }
H1.HeaderClassName
{
color: #E842EE;
}
.AnyTagClassName
{
color: #E842EE;
}
</style>
background-color css
<style>
a { background-color: #E842EE; }
a { background-color: rgb(232,66,238); }
div.DivClassName
{
background-color: #E842EE;
}
.BgClassName
{
background-color: #E842EE;
}
</style>
border-color css
<style>
span { border-color: #E842EE; }
span { border-color: rgb(232,66,238); }
td.TdClassName
{
border-color: #E842EE;
}
.TagClassName
{
border-color: #E842EE;
}
</style>