Html Css Color HEX #E046EE Free Speech Magenta
📋 copy color: '#E046EE'red 224 ◦ green 70 ◦ blue 238
Shades of Free Speech Magenta #E046EE
Tints of Free Speech Magenta #E046EE
RGB
CMYK
RGB Variations
Color information
#E046EE (or 0xE046EE) is known color: Free Speech Magenta. HEX triplet: E0, 46 and EE. RGB value is (224,70,238). Sum of RGB (Red+Green+Blue) = 224+70+238=532 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.11% from 532); Green value is 70 (27.73% from 255 or 13.16% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 238 - color contains mainly: blue. Hex color #E046EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E046EE is #1FB911. Grayscale: #868686. Windows color (decimal): -2078994 or 15615712. OLE color: 15615712.
HSL color Cylindrical-coordinate representation of color #E046EE: hue angle of 295º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E046EE is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 70 | 238 | - |
| CMYK | 0.06 | 0.71 | 0 | 0.07 |
| HSL | 295º | 0.83% | 0.6% | - |
| HSV(B) | 295º | 0.71% | 0.93% | - |
| XYZ | 48.36 | 26.4 | 83.44 | - |
| YUV | 135.2 | 186.02 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 70 | 238 | 0.06 | 0.71 | 0 | 0.07 | 295 | 0.83 | 0.6 |
| Hex | E0 | 46 | EE | 6 | 47 | 0 | 7 | 127 | 53 | 3C |
| Octal | 340 | 106 | 356 | 6 | 107 | 0 | 7 | 447 | 123 | 74 |
| Binary | 11100000 | 1000110 | 11101110 | 110 | 1000111 | 0 | 111 | 100100111 | 1010011 | 111100 |
Color Harmonies of #E046EE
Complementary color
Monochromatic Colors of #E046EE
Black with #E046EE
Text Example
Text Example
White with #E046EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E046EE; }
p { color: rgb(224,70,238); }
H1.HeaderClassName
{
color: #E046EE;
}
.AnyTagClassName
{
color: #E046EE;
}
</style>
background-color css
<style>
a { background-color: #E046EE; }
a { background-color: rgb(224,70,238); }
div.DivClassName
{
background-color: #E046EE;
}
.BgClassName
{
background-color: #E046EE;
}
</style>
border-color css
<style>
span { border-color: #E046EE; }
span { border-color: rgb(224,70,238); }
td.TdClassName
{
border-color: #E046EE;
}
.TagClassName
{
border-color: #E046EE;
}
</style>