Html Css Color HEX #E03CDA Free Speech Magenta
📋 copy color: '#E03CDA'red 224 ◦ green 60 ◦ blue 218
Shades of Free Speech Magenta #E03CDA
Tints of Free Speech Magenta #E03CDA
RGB
CMYK
RGB Variations
Color information
#E03CDA (or 0xE03CDA) is known color: Free Speech Magenta. HEX triplet: E0, 3C and DA. RGB value is (224,60,218). Sum of RGB (Red+Green+Blue) = 224+60+218=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 60 (23.83% from 255 or 11.95% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E03CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E03CDA is #1FC325. Grayscale: #7E7E7E. Windows color (decimal): -2081574 or 14302432. OLE color: 14302432.
HSL color Cylindrical-coordinate representation of color #E03CDA: hue angle of 302.2º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E03CDA is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 60 | 218 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.12 |
| HSL | 302.2º | 0.73% | 0.56% | - |
| HSV(B) | 302.2º | 0.73% | 0.88% | - |
| XYZ | 45.01 | 24.14 | 68.62 | - |
| YUV | 127.05 | 179.33 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 60 | 218 | 0 | 0.73 | 0.03 | 0.12 | 302.2 | 0.73 | 0.56 |
| Hex | E0 | 3C | DA | 0 | 49 | 3 | C | 12E | 49 | 38 |
| Octal | 340 | 74 | 332 | 0 | 111 | 3 | 14 | 456 | 111 | 70 |
| Binary | 11100000 | 111100 | 11011010 | 0 | 1001001 | 11 | 1100 | 100101110 | 1001001 | 111000 |
Color Harmonies of #E03CDA
Complementary color
Monochromatic Colors of #E03CDA
Black with #E03CDA
Text Example
Text Example
White with #E03CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03CDA; }
p { color: rgb(224,60,218); }
H1.HeaderClassName
{
color: #E03CDA;
}
.AnyTagClassName
{
color: #E03CDA;
}
</style>
background-color css
<style>
a { background-color: #E03CDA; }
a { background-color: rgb(224,60,218); }
div.DivClassName
{
background-color: #E03CDA;
}
.BgClassName
{
background-color: #E03CDA;
}
</style>
border-color css
<style>
span { border-color: #E03CDA; }
span { border-color: rgb(224,60,218); }
td.TdClassName
{
border-color: #E03CDA;
}
.TagClassName
{
border-color: #E03CDA;
}
</style>