Html Css Color HEX #E046EB Free Speech Magenta
📋 copy color: '#E046EB'red 224 ◦ green 70 ◦ blue 235
Shades of Free Speech Magenta #E046EB
Tints of Free Speech Magenta #E046EB
RGB
CMYK
RGB Variations
Color information
#E046EB (or 0xE046EB) is known color: Free Speech Magenta. HEX triplet: E0, 46 and EB. RGB value is (224,70,235). Sum of RGB (Red+Green+Blue) = 224+70+235=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 70 (27.73% from 255 or 13.23% from 529); Blue value is 235 (92.19% from 255 or 44.42% from 529); Max value from RGB is 235 - color contains mainly: blue. Hex color #E046EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E046EB is #1FB914. Grayscale: #868686. Windows color (decimal): -2078997 or 15419104. OLE color: 15419104.
HSL color Cylindrical-coordinate representation of color #E046EB: hue angle of 296º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E046EB is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 70 | 235 | - |
| CMYK | 0.05 | 0.70 | 0 | 0.08 |
| HSL | 296º | 0.8% | 0.6% | - |
| HSV(B) | 296º | 0.7% | 0.92% | - |
| XYZ | 47.93 | 26.23 | 81.13 | - |
| YUV | 134.86 | 184.52 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 70 | 235 | 0.05 | 0.70 | 0 | 0.08 | 296 | 0.8 | 0.6 |
| Hex | E0 | 46 | EB | 5 | 46 | 0 | 8 | 128 | 50 | 3C |
| Octal | 340 | 106 | 353 | 5 | 106 | 0 | 10 | 450 | 120 | 74 |
| Binary | 11100000 | 1000110 | 11101011 | 101 | 1000110 | 0 | 1000 | 100101000 | 1010000 | 111100 |
Color Harmonies of #E046EB
Complementary color
Monochromatic Colors of #E046EB
Black with #E046EB
Text Example
Text Example
White with #E046EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E046EB; }
p { color: rgb(224,70,235); }
H1.HeaderClassName
{
color: #E046EB;
}
.AnyTagClassName
{
color: #E046EB;
}
</style>
background-color css
<style>
a { background-color: #E046EB; }
a { background-color: rgb(224,70,235); }
div.DivClassName
{
background-color: #E046EB;
}
.BgClassName
{
background-color: #E046EB;
}
</style>
border-color css
<style>
span { border-color: #E046EB; }
span { border-color: rgb(224,70,235); }
td.TdClassName
{
border-color: #E046EB;
}
.TagClassName
{
border-color: #E046EB;
}
</style>