Html Css Color HEX #E542EE Free Speech Magenta
📋 copy color: '#E542EE'red 229 ◦ green 66 ◦ blue 238
Shades of Free Speech Magenta #E542EE
Tints of Free Speech Magenta #E542EE
RGB
CMYK
RGB Variations
Color information
#E542EE (or 0xE542EE) is known color: Free Speech Magenta. HEX triplet: E5, 42 and EE. RGB value is (229,66,238). Sum of RGB (Red+Green+Blue) = 229+66+238=533 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.96% from 533); Green value is 66 (26.17% from 255 or 12.38% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #E542EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E542EE is #1ABD11. Grayscale: #858585. Windows color (decimal): -1752338 or 15614693. OLE color: 15614693.
HSL color Cylindrical-coordinate representation of color #E542EE: hue angle of 296.86º 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 #E542EE is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 66 | 238 | - |
| CMYK | 0.04 | 0.72 | 0 | 0.07 |
| HSL | 296.86º | 0.83% | 0.6% | - |
| HSV(B) | 296.86º | 0.72% | 0.93% | - |
| XYZ | 49.69 | 26.73 | 83.43 | - |
| YUV | 134.35 | 186.5 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 66 | 238 | 0.04 | 0.72 | 0 | 0.07 | 296.86 | 0.83 | 0.6 |
| Hex | E5 | 42 | EE | 4 | 48 | 0 | 7 | 129 | 53 | 3C |
| Octal | 345 | 102 | 356 | 4 | 110 | 0 | 7 | 451 | 123 | 74 |
| Binary | 11100101 | 1000010 | 11101110 | 100 | 1001000 | 0 | 111 | 100101001 | 1010011 | 111100 |
Color Harmonies of #E542EE
Complementary color
Monochromatic Colors of #E542EE
Black with #E542EE
Text Example
Text Example
White with #E542EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E542EE; }
p { color: rgb(229,66,238); }
H1.HeaderClassName
{
color: #E542EE;
}
.AnyTagClassName
{
color: #E542EE;
}
</style>
background-color css
<style>
a { background-color: #E542EE; }
a { background-color: rgb(229,66,238); }
div.DivClassName
{
background-color: #E542EE;
}
.BgClassName
{
background-color: #E542EE;
}
</style>
border-color css
<style>
span { border-color: #E542EE; }
span { border-color: rgb(229,66,238); }
td.TdClassName
{
border-color: #E542EE;
}
.TagClassName
{
border-color: #E542EE;
}
</style>