Html Css Color HEX #E04CDD Free Speech Magenta
📋 copy color: '#E04CDD'red 224 ◦ green 76 ◦ blue 221
Shades of Free Speech Magenta #E04CDD
Tints of Free Speech Magenta #E04CDD
RGB
CMYK
RGB Variations
Color information
#E04CDD (or 0xE04CDD) is known color: Free Speech Magenta. HEX triplet: E0, 4C and DD. RGB value is (224,76,221). Sum of RGB (Red+Green+Blue) = 224+76+221=521 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.99% from 521); Green value is 76 (30.08% from 255 or 14.59% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 224 - color contains mainly: red. Hex color #E04CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E04CDD is #1FB322. Grayscale: #888888. Windows color (decimal): -2077475 or 14503136. OLE color: 14503136.
HSL color Cylindrical-coordinate representation of color #E04CDD: hue angle of 301.22º 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 #E04CDD is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 76 | 221 | - |
| CMYK | 0 | 0.66 | 0.01 | 0.12 |
| HSL | 301.22º | 0.7% | 0.59% | - |
| HSV(B) | 301.22º | 0.66% | 0.88% | - |
| XYZ | 46.38 | 26.24 | 71.03 | - |
| YUV | 136.78 | 175.53 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 76 | 221 | 0 | 0.66 | 0.01 | 0.12 | 301.22 | 0.7 | 0.59 |
| Hex | E0 | 4C | DD | 0 | 42 | 1 | C | 12D | 46 | 3B |
| Octal | 340 | 114 | 335 | 0 | 102 | 1 | 14 | 455 | 106 | 73 |
| Binary | 11100000 | 1001100 | 11011101 | 0 | 1000010 | 1 | 1100 | 100101101 | 1000110 | 111011 |
Color Harmonies of #E04CDD
Complementary color
Monochromatic Colors of #E04CDD
Black with #E04CDD
Text Example
Text Example
White with #E04CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04CDD; }
p { color: rgb(224,76,221); }
H1.HeaderClassName
{
color: #E04CDD;
}
.AnyTagClassName
{
color: #E04CDD;
}
</style>
background-color css
<style>
a { background-color: #E04CDD; }
a { background-color: rgb(224,76,221); }
div.DivClassName
{
background-color: #E04CDD;
}
.BgClassName
{
background-color: #E04CDD;
}
</style>
border-color css
<style>
span { border-color: #E04CDD; }
span { border-color: rgb(224,76,221); }
td.TdClassName
{
border-color: #E04CDD;
}
.TagClassName
{
border-color: #E04CDD;
}
</style>