Html Css Color HEX #E046E2 Free Speech Magenta
📋 copy color: '#E046E2'red 224 ◦ green 70 ◦ blue 226
Shades of Free Speech Magenta #E046E2
Tints of Free Speech Magenta #E046E2
RGB
CMYK
RGB Variations
Color information
#E046E2 (or 0xE046E2) is known color: Free Speech Magenta. HEX triplet: E0, 46 and E2. RGB value is (224,70,226). Sum of RGB (Red+Green+Blue) = 224+70+226=520 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.08% from 520); Green value is 70 (27.73% from 255 or 13.46% from 520); Blue value is 226 (88.67% from 255 or 43.46% from 520); Max value from RGB is 226 - color contains mainly: blue. Hex color #E046E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E046E2 is #1FB91D. Grayscale: #858585. Windows color (decimal): -2079006 or 14829280. OLE color: 14829280.
HSL color Cylindrical-coordinate representation of color #E046E2: hue angle of 299.23º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E046E2 is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 70 | 226 | - |
| CMYK | 0.01 | 0.69 | 0 | 0.11 |
| HSL | 299.23º | 0.73% | 0.58% | - |
| HSV(B) | 299.23º | 0.69% | 0.89% | - |
| XYZ | 46.66 | 25.72 | 74.46 | - |
| YUV | 133.83 | 180.02 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 70 | 226 | 0.01 | 0.69 | 0 | 0.11 | 299.23 | 0.73 | 0.58 |
| Hex | E0 | 46 | E2 | 1 | 45 | 0 | B | 12B | 49 | 3A |
| Octal | 340 | 106 | 342 | 1 | 105 | 0 | 13 | 453 | 111 | 72 |
| Binary | 11100000 | 1000110 | 11100010 | 1 | 1000101 | 0 | 1011 | 100101011 | 1001001 | 111010 |
Color Harmonies of #E046E2
Complementary color
Monochromatic Colors of #E046E2
Black with #E046E2
Text Example
Text Example
White with #E046E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E046E2; }
p { color: rgb(224,70,226); }
H1.HeaderClassName
{
color: #E046E2;
}
.AnyTagClassName
{
color: #E046E2;
}
</style>
background-color css
<style>
a { background-color: #E046E2; }
a { background-color: rgb(224,70,226); }
div.DivClassName
{
background-color: #E046E2;
}
.BgClassName
{
background-color: #E046E2;
}
</style>
border-color css
<style>
span { border-color: #E046E2; }
span { border-color: rgb(224,70,226); }
td.TdClassName
{
border-color: #E046E2;
}
.TagClassName
{
border-color: #E046E2;
}
</style>