Html Css Color HEX #E043EF Free Speech Magenta
📋 copy color: '#E043EF'red 224 ◦ green 67 ◦ blue 239
Shades of Free Speech Magenta #E043EF
Tints of Free Speech Magenta #E043EF
RGB
CMYK
RGB Variations
Color information
#E043EF (or 0xE043EF) is known color: Free Speech Magenta. HEX triplet: E0, 43 and EF. RGB value is (224,67,239). Sum of RGB (Red+Green+Blue) = 224+67+239=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 67 (26.56% from 255 or 12.64% from 530); Blue value is 239 (93.75% from 255 or 45.09% from 530); Max value from RGB is 239 - color contains mainly: blue. Hex color #E043EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E043EF is #1FBC10. Grayscale: #858585. Windows color (decimal): -2079761 or 15680480. OLE color: 15680480.
HSL color Cylindrical-coordinate representation of color #E043EF: hue angle of 294.77º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E043EF is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 67 | 239 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.06 |
| HSL | 294.77º | 0.84% | 0.6% | - |
| HSV(B) | 294.77º | 0.72% | 0.94% | - |
| XYZ | 48.33 | 26.09 | 84.15 | - |
| YUV | 133.55 | 187.51 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 67 | 239 | 0.06 | 0.72 | 0 | 0.06 | 294.77 | 0.84 | 0.6 |
| Hex | E0 | 43 | EF | 6 | 48 | 0 | 6 | 127 | 54 | 3C |
| Octal | 340 | 103 | 357 | 6 | 110 | 0 | 6 | 447 | 124 | 74 |
| Binary | 11100000 | 1000011 | 11101111 | 110 | 1001000 | 0 | 110 | 100100111 | 1010100 | 111100 |
Color Harmonies of #E043EF
Complementary color
Monochromatic Colors of #E043EF
Black with #E043EF
Text Example
Text Example
White with #E043EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E043EF; }
p { color: rgb(224,67,239); }
H1.HeaderClassName
{
color: #E043EF;
}
.AnyTagClassName
{
color: #E043EF;
}
</style>
background-color css
<style>
a { background-color: #E043EF; }
a { background-color: rgb(224,67,239); }
div.DivClassName
{
background-color: #E043EF;
}
.BgClassName
{
background-color: #E043EF;
}
</style>
border-color css
<style>
span { border-color: #E043EF; }
span { border-color: rgb(224,67,239); }
td.TdClassName
{
border-color: #E043EF;
}
.TagClassName
{
border-color: #E043EF;
}
</style>