Html Css Color HEX #E04FE2 Free Speech Magenta
📋 copy color: '#E04FE2'red 224 ◦ green 79 ◦ blue 226
Shades of Free Speech Magenta #E04FE2
Tints of Free Speech Magenta #E04FE2
RGB
CMYK
RGB Variations
Color information
#E04FE2 (or 0xE04FE2) is known color: Free Speech Magenta. HEX triplet: E0, 4F and E2. RGB value is (224,79,226). Sum of RGB (Red+Green+Blue) = 224+79+226=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 79 (31.25% from 255 or 14.93% from 529); Blue value is 226 (88.67% from 255 or 42.72% from 529); Max value from RGB is 226 - color contains mainly: blue. Hex color #E04FE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E04FE2 is #1FB01D. Grayscale: #8A8A8A. Windows color (decimal): -2076702 or 14831584. OLE color: 14831584.
HSL color Cylindrical-coordinate representation of color #E04FE2: hue angle of 299.18º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E04FE2 is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 79 | 226 | - |
| CMYK | 0.01 | 0.65 | 0 | 0.11 |
| HSL | 299.18º | 0.72% | 0.6% | - |
| HSV(B) | 299.18º | 0.65% | 0.89% | - |
| XYZ | 47.26 | 26.93 | 74.66 | - |
| YUV | 139.11 | 177.04 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 79 | 226 | 0.01 | 0.65 | 0 | 0.11 | 299.18 | 0.72 | 0.6 |
| Hex | E0 | 4F | E2 | 1 | 41 | 0 | B | 12B | 48 | 3C |
| Octal | 340 | 117 | 342 | 1 | 101 | 0 | 13 | 453 | 110 | 74 |
| Binary | 11100000 | 1001111 | 11100010 | 1 | 1000001 | 0 | 1011 | 100101011 | 1001000 | 111100 |
Color Harmonies of #E04FE2
Complementary color
Monochromatic Colors of #E04FE2
Black with #E04FE2
Text Example
Text Example
White with #E04FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04FE2; }
p { color: rgb(224,79,226); }
H1.HeaderClassName
{
color: #E04FE2;
}
.AnyTagClassName
{
color: #E04FE2;
}
</style>
background-color css
<style>
a { background-color: #E04FE2; }
a { background-color: rgb(224,79,226); }
div.DivClassName
{
background-color: #E04FE2;
}
.BgClassName
{
background-color: #E04FE2;
}
</style>
border-color css
<style>
span { border-color: #E04FE2; }
span { border-color: rgb(224,79,226); }
td.TdClassName
{
border-color: #E04FE2;
}
.TagClassName
{
border-color: #E04FE2;
}
</style>