Html Css Color HEX #E040CE Free Speech Magenta
📋 copy color: '#E040CE'red 224 ◦ green 64 ◦ blue 206
Shades of Free Speech Magenta #E040CE
Tints of Free Speech Magenta #E040CE
RGB
CMYK
RGB Variations
Color information
#E040CE (or 0xE040CE) is known color: Free Speech Magenta. HEX triplet: E0, 40 and CE. RGB value is (224,64,206). Sum of RGB (Red+Green+Blue) = 224+64+206=494 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.34% from 494); Green value is 64 (25.39% from 255 or 12.96% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 224 - color contains mainly: red. Hex color #E040CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E040CE is #1FBF31. Grayscale: #7F7F7F. Windows color (decimal): -2080562 or 13517024. OLE color: 13517024.
HSL color Cylindrical-coordinate representation of color #E040CE: hue angle of 306.75º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E040CE is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 64 | 206 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.12 |
| HSL | 306.75º | 0.72% | 0.56% | - |
| HSV(B) | 306.75º | 0.71% | 0.88% | - |
| XYZ | 43.71 | 23.97 | 60.72 | - |
| YUV | 128.03 | 172.01 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 64 | 206 | 0 | 0.71 | 0.08 | 0.12 | 306.75 | 0.72 | 0.56 |
| Hex | E0 | 40 | CE | 0 | 47 | 8 | C | 133 | 48 | 38 |
| Octal | 340 | 100 | 316 | 0 | 107 | 10 | 14 | 463 | 110 | 70 |
| Binary | 11100000 | 1000000 | 11001110 | 0 | 1000111 | 1000 | 1100 | 100110011 | 1001000 | 111000 |
Color Harmonies of #E040CE
Complementary color
Monochromatic Colors of #E040CE
Black with #E040CE
Text Example
Text Example
White with #E040CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E040CE; }
p { color: rgb(224,64,206); }
H1.HeaderClassName
{
color: #E040CE;
}
.AnyTagClassName
{
color: #E040CE;
}
</style>
background-color css
<style>
a { background-color: #E040CE; }
a { background-color: rgb(224,64,206); }
div.DivClassName
{
background-color: #E040CE;
}
.BgClassName
{
background-color: #E040CE;
}
</style>
border-color css
<style>
span { border-color: #E040CE; }
span { border-color: rgb(224,64,206); }
td.TdClassName
{
border-color: #E040CE;
}
.TagClassName
{
border-color: #E040CE;
}
</style>