Html Css Color HEX #E03EEA Free Speech Magenta
📋 copy color: '#E03EEA'red 224 ◦ green 62 ◦ blue 234
Shades of Free Speech Magenta #E03EEA
Tints of Free Speech Magenta #E03EEA
RGB
CMYK
RGB Variations
Color information
#E03EEA (or 0xE03EEA) is known color: Free Speech Magenta. HEX triplet: E0, 3E and EA. RGB value is (224,62,234). Sum of RGB (Red+Green+Blue) = 224+62+234=520 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.08% from 520); Green value is 62 (24.61% from 255 or 11.92% from 520); Blue value is 234 (91.80% from 255 or 45% from 520); Max value from RGB is 234 - color contains mainly: blue. Hex color #E03EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E03EEA is #1FC115. Grayscale: #818181. Windows color (decimal): -2081046 or 15351520. OLE color: 15351520.
HSL color Cylindrical-coordinate representation of color #E03EEA: hue angle of 296.51º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E03EEA is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 62 | 234 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.08 |
| HSL | 296.51º | 0.8% | 0.58% | - |
| HSV(B) | 296.51º | 0.74% | 0.92% | - |
| XYZ | 47.31 | 25.23 | 80.22 | - |
| YUV | 130.05 | 186.67 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 62 | 234 | 0.04 | 0.74 | 0 | 0.08 | 296.51 | 0.8 | 0.58 |
| Hex | E0 | 3E | EA | 4 | 4A | 0 | 8 | 129 | 50 | 3A |
| Octal | 340 | 76 | 352 | 4 | 112 | 0 | 10 | 451 | 120 | 72 |
| Binary | 11100000 | 111110 | 11101010 | 100 | 1001010 | 0 | 1000 | 100101001 | 1010000 | 111010 |
Color Harmonies of #E03EEA
Complementary color
Monochromatic Colors of #E03EEA
Black with #E03EEA
Text Example
Text Example
White with #E03EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03EEA; }
p { color: rgb(224,62,234); }
H1.HeaderClassName
{
color: #E03EEA;
}
.AnyTagClassName
{
color: #E03EEA;
}
</style>
background-color css
<style>
a { background-color: #E03EEA; }
a { background-color: rgb(224,62,234); }
div.DivClassName
{
background-color: #E03EEA;
}
.BgClassName
{
background-color: #E03EEA;
}
</style>
border-color css
<style>
span { border-color: #E03EEA; }
span { border-color: rgb(224,62,234); }
td.TdClassName
{
border-color: #E03EEA;
}
.TagClassName
{
border-color: #E03EEA;
}
</style>