Html Css Color HEX #E04DCE Free Speech Magenta
📋 copy color: '#E04DCE'red 224 ◦ green 77 ◦ blue 206
Shades of Free Speech Magenta #E04DCE
Tints of Free Speech Magenta #E04DCE
RGB
CMYK
RGB Variations
Color information
#E04DCE (or 0xE04DCE) is known color: Free Speech Magenta. HEX triplet: E0, 4D and CE. RGB value is (224,77,206). Sum of RGB (Red+Green+Blue) = 224+77+206=507 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.18% from 507); Green value is 77 (30.47% from 255 or 15.19% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 224 - color contains mainly: red. Hex color #E04DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E04DCE is #1FB231. Grayscale: #878787. Windows color (decimal): -2077234 or 13520352. OLE color: 13520352.
HSL color Cylindrical-coordinate representation of color #E04DCE: hue angle of 307.35º 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 #E04DCE is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 77 | 206 | - |
| CMYK | 0 | 0.66 | 0.08 | 0.12 |
| HSL | 307.35º | 0.7% | 0.59% | - |
| HSV(B) | 307.35º | 0.66% | 0.88% | - |
| XYZ | 44.53 | 25.61 | 60.99 | - |
| YUV | 135.66 | 167.7 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 77 | 206 | 0 | 0.66 | 0.08 | 0.12 | 307.35 | 0.7 | 0.59 |
| Hex | E0 | 4D | CE | 0 | 42 | 8 | C | 133 | 46 | 3B |
| Octal | 340 | 115 | 316 | 0 | 102 | 10 | 14 | 463 | 106 | 73 |
| Binary | 11100000 | 1001101 | 11001110 | 0 | 1000010 | 1000 | 1100 | 100110011 | 1000110 | 111011 |
Color Harmonies of #E04DCE
Complementary color
Monochromatic Colors of #E04DCE
Black with #E04DCE
Text Example
Text Example
White with #E04DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04DCE; }
p { color: rgb(224,77,206); }
H1.HeaderClassName
{
color: #E04DCE;
}
.AnyTagClassName
{
color: #E04DCE;
}
</style>
background-color css
<style>
a { background-color: #E04DCE; }
a { background-color: rgb(224,77,206); }
div.DivClassName
{
background-color: #E04DCE;
}
.BgClassName
{
background-color: #E04DCE;
}
</style>
border-color css
<style>
span { border-color: #E04DCE; }
span { border-color: rgb(224,77,206); }
td.TdClassName
{
border-color: #E04DCE;
}
.TagClassName
{
border-color: #E04DCE;
}
</style>