Html Css Color HEX #E04FE6 Free Speech Magenta
📋 copy color: '#E04FE6'red 224 ◦ green 79 ◦ blue 230
Shades of Free Speech Magenta #E04FE6
Tints of Free Speech Magenta #E04FE6
RGB
CMYK
RGB Variations
Color information
#E04FE6 (or 0xE04FE6) is known color: Free Speech Magenta. HEX triplet: E0, 4F and E6. RGB value is (224,79,230). Sum of RGB (Red+Green+Blue) = 224+79+230=533 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.03% from 533); Green value is 79 (31.25% from 255 or 14.82% from 533); Blue value is 230 (90.23% from 255 or 43.15% from 533); Max value from RGB is 230 - color contains mainly: blue. Hex color #E04FE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E04FE6 is #1FB019. Grayscale: #8B8B8B. Windows color (decimal): -2076698 or 15093728. OLE color: 15093728.
HSL color Cylindrical-coordinate representation of color #E04FE6: hue angle of 297.62º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E04FE6 is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 79 | 230 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.10 |
| HSL | 297.62º | 0.75% | 0.61% | - |
| HSV(B) | 297.62º | 0.66% | 0.9% | - |
| XYZ | 47.82 | 27.15 | 77.58 | - |
| YUV | 139.57 | 179.04 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 79 | 230 | 0.03 | 0.66 | 0 | 0.10 | 297.62 | 0.75 | 0.61 |
| Hex | E0 | 4F | E6 | 3 | 42 | 0 | A | 12A | 4B | 3D |
| Octal | 340 | 117 | 346 | 3 | 102 | 0 | 12 | 452 | 113 | 75 |
| Binary | 11100000 | 1001111 | 11100110 | 11 | 1000010 | 0 | 1010 | 100101010 | 1001011 | 111101 |
Color Harmonies of #E04FE6
Complementary color
Monochromatic Colors of #E04FE6
Black with #E04FE6
Text Example
Text Example
White with #E04FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04FE6; }
p { color: rgb(224,79,230); }
H1.HeaderClassName
{
color: #E04FE6;
}
.AnyTagClassName
{
color: #E04FE6;
}
</style>
background-color css
<style>
a { background-color: #E04FE6; }
a { background-color: rgb(224,79,230); }
div.DivClassName
{
background-color: #E04FE6;
}
.BgClassName
{
background-color: #E04FE6;
}
</style>
border-color css
<style>
span { border-color: #E04FE6; }
span { border-color: rgb(224,79,230); }
td.TdClassName
{
border-color: #E04FE6;
}
.TagClassName
{
border-color: #E04FE6;
}
</style>