Html Css Color HEX #E04CDA Free Speech Magenta
📋 copy color: '#E04CDA'red 224 ◦ green 76 ◦ blue 218
Shades of Free Speech Magenta #E04CDA
Tints of Free Speech Magenta #E04CDA
RGB
CMYK
RGB Variations
Color information
#E04CDA (or 0xE04CDA) is known color: Free Speech Magenta. HEX triplet: E0, 4C and DA. RGB value is (224,76,218). Sum of RGB (Red+Green+Blue) = 224+76+218=518 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.24% from 518); Green value is 76 (30.08% from 255 or 14.67% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 224 - color contains mainly: red. Hex color #E04CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E04CDA is #1FB325. Grayscale: #888888. Windows color (decimal): -2077478 or 14306528. OLE color: 14306528.
HSL color Cylindrical-coordinate representation of color #E04CDA: hue angle of 302.43º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E04CDA is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 76 | 218 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.12 |
| HSL | 302.43º | 0.7% | 0.59% | - |
| HSV(B) | 302.43º | 0.66% | 0.88% | - |
| XYZ | 45.98 | 26.08 | 68.94 | - |
| YUV | 136.44 | 174.03 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 76 | 218 | 0 | 0.66 | 0.03 | 0.12 | 302.43 | 0.7 | 0.59 |
| Hex | E0 | 4C | DA | 0 | 42 | 3 | C | 12E | 46 | 3B |
| Octal | 340 | 114 | 332 | 0 | 102 | 3 | 14 | 456 | 106 | 73 |
| Binary | 11100000 | 1001100 | 11011010 | 0 | 1000010 | 11 | 1100 | 100101110 | 1000110 | 111011 |
Color Harmonies of #E04CDA
Complementary color
Monochromatic Colors of #E04CDA
Black with #E04CDA
Text Example
Text Example
White with #E04CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04CDA; }
p { color: rgb(224,76,218); }
H1.HeaderClassName
{
color: #E04CDA;
}
.AnyTagClassName
{
color: #E04CDA;
}
</style>
background-color css
<style>
a { background-color: #E04CDA; }
a { background-color: rgb(224,76,218); }
div.DivClassName
{
background-color: #E04CDA;
}
.BgClassName
{
background-color: #E04CDA;
}
</style>
border-color css
<style>
span { border-color: #E04CDA; }
span { border-color: rgb(224,76,218); }
td.TdClassName
{
border-color: #E04CDA;
}
.TagClassName
{
border-color: #E04CDA;
}
</style>