Html Css Color HEX #E03EE5 Free Speech Magenta
📋 copy color: '#E03EE5'red 224 ◦ green 62 ◦ blue 229
Shades of Free Speech Magenta #E03EE5
Tints of Free Speech Magenta #E03EE5
RGB
CMYK
RGB Variations
Color information
#E03EE5 (or 0xE03EE5) is known color: Free Speech Magenta. HEX triplet: E0, 3E and E5. RGB value is (224,62,229). Sum of RGB (Red+Green+Blue) = 224+62+229=515 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.50% from 515); Green value is 62 (24.61% from 255 or 12.04% from 515); Blue value is 229 (89.84% from 255 or 44.47% from 515); Max value from RGB is 229 - color contains mainly: blue. Hex color #E03EE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E03EE5 is #1FC11A. Grayscale: #808080. Windows color (decimal): -2081051 or 15023840. OLE color: 15023840.
HSL color Cylindrical-coordinate representation of color #E03EE5: hue angle of 298.2º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E03EE5 is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 62 | 229 | - |
| CMYK | 0.02 | 0.73 | 0 | 0.10 |
| HSL | 298.2º | 0.76% | 0.57% | - |
| HSV(B) | 298.2º | 0.73% | 0.9% | - |
| XYZ | 46.61 | 24.95 | 76.49 | - |
| YUV | 129.48 | 184.17 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 62 | 229 | 0.02 | 0.73 | 0 | 0.10 | 298.2 | 0.76 | 0.57 |
| Hex | E0 | 3E | E5 | 2 | 49 | 0 | A | 12A | 4C | 39 |
| Octal | 340 | 76 | 345 | 2 | 111 | 0 | 12 | 452 | 114 | 71 |
| Binary | 11100000 | 111110 | 11100101 | 10 | 1001001 | 0 | 1010 | 100101010 | 1001100 | 111001 |
Color Harmonies of #E03EE5
Complementary color
Monochromatic Colors of #E03EE5
Black with #E03EE5
Text Example
Text Example
White with #E03EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03EE5; }
p { color: rgb(224,62,229); }
H1.HeaderClassName
{
color: #E03EE5;
}
.AnyTagClassName
{
color: #E03EE5;
}
</style>
background-color css
<style>
a { background-color: #E03EE5; }
a { background-color: rgb(224,62,229); }
div.DivClassName
{
background-color: #E03EE5;
}
.BgClassName
{
background-color: #E03EE5;
}
</style>
border-color css
<style>
span { border-color: #E03EE5; }
span { border-color: rgb(224,62,229); }
td.TdClassName
{
border-color: #E03EE5;
}
.TagClassName
{
border-color: #E03EE5;
}
</style>