Html Css Color HEX #E04FEF Free Speech Magenta
📋 copy color: '#E04FEF'red 224 ◦ green 79 ◦ blue 239
Shades of Free Speech Magenta #E04FEF
Tints of Free Speech Magenta #E04FEF
RGB
CMYK
RGB Variations
Color information
#E04FEF (or 0xE04FEF) is known color: Free Speech Magenta. HEX triplet: E0, 4F and EF. RGB value is (224,79,239). Sum of RGB (Red+Green+Blue) = 224+79+239=542 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.33% from 542); Green value is 79 (31.25% from 255 or 14.58% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 239 - color contains mainly: blue. Hex color #E04FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E04FEF is #1FB010. Grayscale: #8C8C8C. Windows color (decimal): -2076689 or 15683552. OLE color: 15683552.
HSL color Cylindrical-coordinate representation of color #E04FEF: hue angle of 294.38º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E04FEF is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 79 | 239 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.06 |
| HSL | 294.38º | 0.83% | 0.62% | - |
| HSV(B) | 294.38º | 0.67% | 0.94% | - |
| XYZ | 49.12 | 27.67 | 84.41 | - |
| YUV | 140.6 | 183.54 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 79 | 239 | 0.06 | 0.67 | 0 | 0.06 | 294.38 | 0.83 | 0.62 |
| Hex | E0 | 4F | EF | 6 | 43 | 0 | 6 | 126 | 53 | 3E |
| Octal | 340 | 117 | 357 | 6 | 103 | 0 | 6 | 446 | 123 | 76 |
| Binary | 11100000 | 1001111 | 11101111 | 110 | 1000011 | 0 | 110 | 100100110 | 1010011 | 111110 |
Color Harmonies of #E04FEF
Complementary color
Monochromatic Colors of #E04FEF
Black with #E04FEF
Text Example
Text Example
White with #E04FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04FEF; }
p { color: rgb(224,79,239); }
H1.HeaderClassName
{
color: #E04FEF;
}
.AnyTagClassName
{
color: #E04FEF;
}
</style>
background-color css
<style>
a { background-color: #E04FEF; }
a { background-color: rgb(224,79,239); }
div.DivClassName
{
background-color: #E04FEF;
}
.BgClassName
{
background-color: #E04FEF;
}
</style>
border-color css
<style>
span { border-color: #E04FEF; }
span { border-color: rgb(224,79,239); }
td.TdClassName
{
border-color: #E04FEF;
}
.TagClassName
{
border-color: #E04FEF;
}
</style>