Html Css Color HEX #E051EE Free Speech Magenta
📋 copy color: '#E051EE'red 224 ◦ green 81 ◦ blue 238
Shades of Free Speech Magenta #E051EE
Tints of Free Speech Magenta #E051EE
RGB
CMYK
RGB Variations
Color information
#E051EE (or 0xE051EE) is known color: Free Speech Magenta. HEX triplet: E0, 51 and EE. RGB value is (224,81,238). Sum of RGB (Red+Green+Blue) = 224+81+238=543 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.25% from 543); Green value is 81 (32.03% from 255 or 14.92% from 543); Blue value is 238 (93.36% from 255 or 43.83% from 543); Max value from RGB is 238 - color contains mainly: blue. Hex color #E051EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E051EE is #1FAE11. Grayscale: #8D8D8D. Windows color (decimal): -2076178 or 15618528. OLE color: 15618528.
HSL color Cylindrical-coordinate representation of color #E051EE: hue angle of 294.65º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E051EE is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 81 | 238 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.07 |
| HSL | 294.65º | 0.82% | 0.63% | - |
| HSV(B) | 294.65º | 0.66% | 0.93% | - |
| XYZ | 49.12 | 27.91 | 83.69 | - |
| YUV | 141.66 | 182.38 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 81 | 238 | 0.06 | 0.66 | 0 | 0.07 | 294.65 | 0.82 | 0.63 |
| Hex | E0 | 51 | EE | 6 | 42 | 0 | 7 | 127 | 52 | 3F |
| Octal | 340 | 121 | 356 | 6 | 102 | 0 | 7 | 447 | 122 | 77 |
| Binary | 11100000 | 1010001 | 11101110 | 110 | 1000010 | 0 | 111 | 100100111 | 1010010 | 111111 |
Color Harmonies of #E051EE
Complementary color
Monochromatic Colors of #E051EE
Black with #E051EE
Text Example
Text Example
White with #E051EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E051EE; }
p { color: rgb(224,81,238); }
H1.HeaderClassName
{
color: #E051EE;
}
.AnyTagClassName
{
color: #E051EE;
}
</style>
background-color css
<style>
a { background-color: #E051EE; }
a { background-color: rgb(224,81,238); }
div.DivClassName
{
background-color: #E051EE;
}
.BgClassName
{
background-color: #E051EE;
}
</style>
border-color css
<style>
span { border-color: #E051EE; }
span { border-color: rgb(224,81,238); }
td.TdClassName
{
border-color: #E051EE;
}
.TagClassName
{
border-color: #E051EE;
}
</style>