Html Css Color HEX #E044D7 Free Speech Magenta
📋 copy color: '#E044D7'red 224 ◦ green 68 ◦ blue 215
Shades of Free Speech Magenta #E044D7
Tints of Free Speech Magenta #E044D7
RGB
CMYK
RGB Variations
Color information
#E044D7 (or 0xE044D7) is known color: Free Speech Magenta. HEX triplet: E0, 44 and D7. RGB value is (224,68,215). Sum of RGB (Red+Green+Blue) = 224+68+215=507 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.18% from 507); Green value is 68 (26.95% from 255 or 13.41% from 507); Blue value is 215 (84.38% from 255 or 42.41% from 507); Max value from RGB is 224 - color contains mainly: red. Hex color #E044D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E044D7 is #1FBB28. Grayscale: #828282. Windows color (decimal): -2079529 or 14107872. OLE color: 14107872.
HSL color Cylindrical-coordinate representation of color #E044D7: hue angle of 303.46º 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 #E044D7 is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 68 | 215 | - |
| CMYK | 0 | 0.70 | 0.04 | 0.12 |
| HSL | 303.46º | 0.72% | 0.57% | - |
| HSV(B) | 303.46º | 0.7% | 0.88% | - |
| XYZ | 45.07 | 24.89 | 66.72 | - |
| YUV | 131.4 | 175.18 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 68 | 215 | 0 | 0.70 | 0.04 | 0.12 | 303.46 | 0.72 | 0.57 |
| Hex | E0 | 44 | D7 | 0 | 46 | 4 | C | 12F | 48 | 39 |
| Octal | 340 | 104 | 327 | 0 | 106 | 4 | 14 | 457 | 110 | 71 |
| Binary | 11100000 | 1000100 | 11010111 | 0 | 1000110 | 100 | 1100 | 100101111 | 1001000 | 111001 |
Color Harmonies of #E044D7
Complementary color
Monochromatic Colors of #E044D7
Black with #E044D7
Text Example
Text Example
White with #E044D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E044D7; }
p { color: rgb(224,68,215); }
H1.HeaderClassName
{
color: #E044D7;
}
.AnyTagClassName
{
color: #E044D7;
}
</style>
background-color css
<style>
a { background-color: #E044D7; }
a { background-color: rgb(224,68,215); }
div.DivClassName
{
background-color: #E044D7;
}
.BgClassName
{
background-color: #E044D7;
}
</style>
border-color css
<style>
span { border-color: #E044D7; }
span { border-color: rgb(224,68,215); }
td.TdClassName
{
border-color: #E044D7;
}
.TagClassName
{
border-color: #E044D7;
}
</style>