Html Css Color HEX #E044D4 Free Speech Magenta
📋 copy color: '#E044D4'red 224 ◦ green 68 ◦ blue 212
Shades of Free Speech Magenta #E044D4
Tints of Free Speech Magenta #E044D4
RGB
CMYK
RGB Variations
Color information
#E044D4 (or 0xE044D4) is known color: Free Speech Magenta. HEX triplet: E0, 44 and D4. RGB value is (224,68,212). Sum of RGB (Red+Green+Blue) = 224+68+212=504 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.44% from 504); Green value is 68 (26.95% from 255 or 13.49% from 504); Blue value is 212 (83.20% from 255 or 42.06% from 504); Max value from RGB is 224 - color contains mainly: red. Hex color #E044D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E044D4 is #1FBB2B. Grayscale: #828282. Windows color (decimal): -2079532 or 13911264. OLE color: 13911264.
HSL color Cylindrical-coordinate representation of color #E044D4: hue angle of 304.62º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E044D4 is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 68 | 212 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.12 |
| HSL | 304.62º | 0.72% | 0.57% | - |
| HSV(B) | 304.62º | 0.7% | 0.88% | - |
| XYZ | 44.69 | 24.74 | 64.71 | - |
| YUV | 131.06 | 173.68 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 68 | 212 | 0 | 0.70 | 0.05 | 0.12 | 304.62 | 0.72 | 0.57 |
| Hex | E0 | 44 | D4 | 0 | 46 | 5 | C | 131 | 48 | 39 |
| Octal | 340 | 104 | 324 | 0 | 106 | 5 | 14 | 461 | 110 | 71 |
| Binary | 11100000 | 1000100 | 11010100 | 0 | 1000110 | 101 | 1100 | 100110001 | 1001000 | 111001 |
Color Harmonies of #E044D4
Complementary color
Monochromatic Colors of #E044D4
Black with #E044D4
Text Example
Text Example
White with #E044D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E044D4; }
p { color: rgb(224,68,212); }
H1.HeaderClassName
{
color: #E044D4;
}
.AnyTagClassName
{
color: #E044D4;
}
</style>
background-color css
<style>
a { background-color: #E044D4; }
a { background-color: rgb(224,68,212); }
div.DivClassName
{
background-color: #E044D4;
}
.BgClassName
{
background-color: #E044D4;
}
</style>
border-color css
<style>
span { border-color: #E044D4; }
span { border-color: rgb(224,68,212); }
td.TdClassName
{
border-color: #E044D4;
}
.TagClassName
{
border-color: #E044D4;
}
</style>