Html Css Color HEX #E044CC Free Speech Magenta
📋 copy color: '#E044CC'red 224 ◦ green 68 ◦ blue 204
Shades of Free Speech Magenta #E044CC
Tints of Free Speech Magenta #E044CC
RGB
CMYK
RGB Variations
Color information
#E044CC (or 0xE044CC) is known color: Free Speech Magenta. HEX triplet: E0, 44 and CC. RGB value is (224,68,204). Sum of RGB (Red+Green+Blue) = 224+68+204=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 68 (26.95% from 255 or 13.71% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E044CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E044CC is #1FBB33. Grayscale: #818181. Windows color (decimal): -2079540 or 13386976. OLE color: 13386976.
HSL color Cylindrical-coordinate representation of color #E044CC: hue angle of 307.69º 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 #E044CC is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 68 | 204 | - |
| CMYK | 0 | 0.70 | 0.09 | 0.12 |
| HSL | 307.69º | 0.72% | 0.57% | - |
| HSV(B) | 307.69º | 0.7% | 0.88% | - |
| XYZ | 43.71 | 24.34 | 59.52 | - |
| YUV | 130.15 | 169.68 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 68 | 204 | 0 | 0.70 | 0.09 | 0.12 | 307.69 | 0.72 | 0.57 |
| Hex | E0 | 44 | CC | 0 | 46 | 9 | C | 134 | 48 | 39 |
| Octal | 340 | 104 | 314 | 0 | 106 | 11 | 14 | 464 | 110 | 71 |
| Binary | 11100000 | 1000100 | 11001100 | 0 | 1000110 | 1001 | 1100 | 100110100 | 1001000 | 111001 |
Color Harmonies of #E044CC
Complementary color
Monochromatic Colors of #E044CC
Black with #E044CC
Text Example
Text Example
White with #E044CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E044CC; }
p { color: rgb(224,68,204); }
H1.HeaderClassName
{
color: #E044CC;
}
.AnyTagClassName
{
color: #E044CC;
}
</style>
background-color css
<style>
a { background-color: #E044CC; }
a { background-color: rgb(224,68,204); }
div.DivClassName
{
background-color: #E044CC;
}
.BgClassName
{
background-color: #E044CC;
}
</style>
border-color css
<style>
span { border-color: #E044CC; }
span { border-color: rgb(224,68,204); }
td.TdClassName
{
border-color: #E044CC;
}
.TagClassName
{
border-color: #E044CC;
}
</style>