Html Css Color HEX #E04FE1 Free Speech Magenta
📋 copy color: '#E04FE1'red 224 ◦ green 79 ◦ blue 225
Shades of Free Speech Magenta #E04FE1
Tints of Free Speech Magenta #E04FE1
RGB
CMYK
RGB Variations
Color information
#E04FE1 (or 0xE04FE1) is known color: Free Speech Magenta. HEX triplet: E0, 4F and E1. RGB value is (224,79,225). Sum of RGB (Red+Green+Blue) = 224+79+225=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 79 (31.25% from 255 or 14.96% from 528); Blue value is 225 (88.28% from 255 or 42.61% from 528); Max value from RGB is 225 - color contains mainly: blue. Hex color #E04FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E04FE1 is #1FB01E. Grayscale: #8A8A8A. Windows color (decimal): -2076703 or 14766048. OLE color: 14766048.
HSL color Cylindrical-coordinate representation of color #E04FE1: hue angle of 299.59º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E04FE1 is Cyan = 0.00, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 79 | 225 | - |
| CMYK | 0.00 | 0.65 | 0 | 0.12 |
| HSL | 299.59º | 0.71% | 0.6% | - |
| HSV(B) | 299.59º | 0.65% | 0.88% | - |
| XYZ | 47.13 | 26.88 | 73.94 | - |
| YUV | 139 | 176.54 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 79 | 225 | 0.00 | 0.65 | 0 | 0.12 | 299.59 | 0.71 | 0.6 |
| Hex | E0 | 4F | E1 | 0 | 41 | 0 | C | 12C | 47 | 3C |
| Octal | 340 | 117 | 341 | 0 | 101 | 0 | 14 | 454 | 107 | 74 |
| Binary | 11100000 | 1001111 | 11100001 | 0 | 1000001 | 0 | 1100 | 100101100 | 1000111 | 111100 |
Color Harmonies of #E04FE1
Complementary color
Monochromatic Colors of #E04FE1
Black with #E04FE1
Text Example
Text Example
White with #E04FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04FE1; }
p { color: rgb(224,79,225); }
H1.HeaderClassName
{
color: #E04FE1;
}
.AnyTagClassName
{
color: #E04FE1;
}
</style>
background-color css
<style>
a { background-color: #E04FE1; }
a { background-color: rgb(224,79,225); }
div.DivClassName
{
background-color: #E04FE1;
}
.BgClassName
{
background-color: #E04FE1;
}
</style>
border-color css
<style>
span { border-color: #E04FE1; }
span { border-color: rgb(224,79,225); }
td.TdClassName
{
border-color: #E04FE1;
}
.TagClassName
{
border-color: #E04FE1;
}
</style>