Html Css Color HEX #E04DC2 Free Speech Magenta
📋 copy color: '#E04DC2'red 224 ◦ green 77 ◦ blue 194
Shades of Free Speech Magenta #E04DC2
Tints of Free Speech Magenta #E04DC2
RGB
CMYK
RGB Variations
Color information
#E04DC2 (or 0xE04DC2) is known color: Free Speech Magenta. HEX triplet: E0, 4D and C2. RGB value is (224,77,194). Sum of RGB (Red+Green+Blue) = 224+77+194=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 77 (30.47% from 255 or 15.56% from 495); Blue value is 194 (76.17% from 255 or 39.19% from 495); Max value from RGB is 224 - color contains mainly: red. Hex color #E04DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E04DC2 is #1FB23D. Grayscale: #858585. Windows color (decimal): -2077246 or 12733920. OLE color: 12733920.
HSL color Cylindrical-coordinate representation of color #E04DC2: hue angle of 312.24º 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 #E04DC2 is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 77 | 194 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.12 |
| HSL | 312.24º | 0.7% | 0.59% | - |
| HSV(B) | 312.24º | 0.66% | 0.88% | - |
| XYZ | 43.13 | 25.05 | 53.6 | - |
| YUV | 134.29 | 161.7 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 77 | 194 | 0 | 0.66 | 0.13 | 0.12 | 312.24 | 0.7 | 0.59 |
| Hex | E0 | 4D | C2 | 0 | 42 | D | C | 138 | 46 | 3B |
| Octal | 340 | 115 | 302 | 0 | 102 | 15 | 14 | 470 | 106 | 73 |
| Binary | 11100000 | 1001101 | 11000010 | 0 | 1000010 | 1101 | 1100 | 100111000 | 1000110 | 111011 |
Color Harmonies of #E04DC2
Complementary color
Monochromatic Colors of #E04DC2
Black with #E04DC2
Text Example
Text Example
White with #E04DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04DC2; }
p { color: rgb(224,77,194); }
H1.HeaderClassName
{
color: #E04DC2;
}
.AnyTagClassName
{
color: #E04DC2;
}
</style>
background-color css
<style>
a { background-color: #E04DC2; }
a { background-color: rgb(224,77,194); }
div.DivClassName
{
background-color: #E04DC2;
}
.BgClassName
{
background-color: #E04DC2;
}
</style>
border-color css
<style>
span { border-color: #E04DC2; }
span { border-color: rgb(224,77,194); }
td.TdClassName
{
border-color: #E04DC2;
}
.TagClassName
{
border-color: #E04DC2;
}
</style>