Html Css Color HEX #E03EED Free Speech Magenta
📋 copy color: '#E03EED'red 224 ◦ green 62 ◦ blue 237
Shades of Free Speech Magenta #E03EED
Tints of Free Speech Magenta #E03EED
RGB
CMYK
RGB Variations
Color information
#E03EED (or 0xE03EED) is known color: Free Speech Magenta. HEX triplet: E0, 3E and ED. RGB value is (224,62,237). Sum of RGB (Red+Green+Blue) = 224+62+237=523 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.83% from 523); Green value is 62 (24.61% from 255 or 11.85% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #E03EED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E03EED is #1FC112. Grayscale: #818181. Windows color (decimal): -2081043 or 15548128. OLE color: 15548128.
HSL color Cylindrical-coordinate representation of color #E03EED: hue angle of 295.54º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E03EED is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 62 | 237 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.07 |
| HSL | 295.54º | 0.83% | 0.59% | - |
| HSV(B) | 295.54º | 0.74% | 0.93% | - |
| XYZ | 47.75 | 25.41 | 82.51 | - |
| YUV | 130.39 | 188.17 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 62 | 237 | 0.05 | 0.74 | 0 | 0.07 | 295.54 | 0.83 | 0.59 |
| Hex | E0 | 3E | ED | 5 | 4A | 0 | 7 | 128 | 53 | 3B |
| Octal | 340 | 76 | 355 | 5 | 112 | 0 | 7 | 450 | 123 | 73 |
| Binary | 11100000 | 111110 | 11101101 | 101 | 1001010 | 0 | 111 | 100101000 | 1010011 | 111011 |
Color Harmonies of #E03EED
Complementary color
Monochromatic Colors of #E03EED
Black with #E03EED
Text Example
Text Example
White with #E03EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03EED; }
p { color: rgb(224,62,237); }
H1.HeaderClassName
{
color: #E03EED;
}
.AnyTagClassName
{
color: #E03EED;
}
</style>
background-color css
<style>
a { background-color: #E03EED; }
a { background-color: rgb(224,62,237); }
div.DivClassName
{
background-color: #E03EED;
}
.BgClassName
{
background-color: #E03EED;
}
</style>
border-color css
<style>
span { border-color: #E03EED; }
span { border-color: rgb(224,62,237); }
td.TdClassName
{
border-color: #E03EED;
}
.TagClassName
{
border-color: #E03EED;
}
</style>