Html Css Color HEX #E041C7 Free Speech Magenta
📋 copy color: '#E041C7'red 224 ◦ green 65 ◦ blue 199
Shades of Free Speech Magenta #E041C7
Tints of Free Speech Magenta #E041C7
RGB
CMYK
RGB Variations
Color information
#E041C7 (or 0xE041C7) is known color: Free Speech Magenta. HEX triplet: E0, 41 and C7. RGB value is (224,65,199). Sum of RGB (Red+Green+Blue) = 224+65+199=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 65 (25.78% from 255 or 13.32% from 488); Blue value is 199 (78.12% from 255 or 40.78% from 488); Max value from RGB is 224 - color contains mainly: red. Hex color #E041C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E041C7 is #1FBE38. Grayscale: #7F7F7F. Windows color (decimal): -2080313 or 13058528. OLE color: 13058528.
HSL color Cylindrical-coordinate representation of color #E041C7: hue angle of 309.43º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E041C7 is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 65 | 199 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.12 |
| HSL | 309.43º | 0.72% | 0.57% | - |
| HSV(B) | 309.43º | 0.71% | 0.88% | - |
| XYZ | 42.94 | 23.75 | 56.35 | - |
| YUV | 127.82 | 168.18 | 196.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 65 | 199 | 0 | 0.71 | 0.11 | 0.12 | 309.43 | 0.72 | 0.57 |
| Hex | E0 | 41 | C7 | 0 | 47 | B | C | 135 | 48 | 39 |
| Octal | 340 | 101 | 307 | 0 | 107 | 13 | 14 | 465 | 110 | 71 |
| Binary | 11100000 | 1000001 | 11000111 | 0 | 1000111 | 1011 | 1100 | 100110101 | 1001000 | 111001 |
Color Harmonies of #E041C7
Complementary color
Monochromatic Colors of #E041C7
Black with #E041C7
Text Example
Text Example
White with #E041C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E041C7; }
p { color: rgb(224,65,199); }
H1.HeaderClassName
{
color: #E041C7;
}
.AnyTagClassName
{
color: #E041C7;
}
</style>
background-color css
<style>
a { background-color: #E041C7; }
a { background-color: rgb(224,65,199); }
div.DivClassName
{
background-color: #E041C7;
}
.BgClassName
{
background-color: #E041C7;
}
</style>
border-color css
<style>
span { border-color: #E041C7; }
span { border-color: rgb(224,65,199); }
td.TdClassName
{
border-color: #E041C7;
}
.TagClassName
{
border-color: #E041C7;
}
</style>