Html Css Color HEX #E041CE Free Speech Magenta
📋 copy color: '#E041CE'red 224 ◦ green 65 ◦ blue 206
Shades of Free Speech Magenta #E041CE
Tints of Free Speech Magenta #E041CE
RGB
CMYK
RGB Variations
Color information
#E041CE (or 0xE041CE) is known color: Free Speech Magenta. HEX triplet: E0, 41 and CE. RGB value is (224,65,206). Sum of RGB (Red+Green+Blue) = 224+65+206=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 65 (25.78% from 255 or 13.13% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 224 - color contains mainly: red. Hex color #E041CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E041CE is #1FBE31. Grayscale: #808080. Windows color (decimal): -2080306 or 13517280. OLE color: 13517280.
HSL color Cylindrical-coordinate representation of color #E041CE: hue angle of 306.79º 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 #E041CE is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 65 | 206 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.12 |
| HSL | 306.79º | 0.72% | 0.57% | - |
| HSV(B) | 306.79º | 0.71% | 0.88% | - |
| XYZ | 43.77 | 24.08 | 60.73 | - |
| YUV | 128.62 | 171.68 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 65 | 206 | 0 | 0.71 | 0.08 | 0.12 | 306.79 | 0.72 | 0.57 |
| Hex | E0 | 41 | CE | 0 | 47 | 8 | C | 133 | 48 | 39 |
| Octal | 340 | 101 | 316 | 0 | 107 | 10 | 14 | 463 | 110 | 71 |
| Binary | 11100000 | 1000001 | 11001110 | 0 | 1000111 | 1000 | 1100 | 100110011 | 1001000 | 111001 |
Color Harmonies of #E041CE
Complementary color
Monochromatic Colors of #E041CE
Black with #E041CE
Text Example
Text Example
White with #E041CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E041CE; }
p { color: rgb(224,65,206); }
H1.HeaderClassName
{
color: #E041CE;
}
.AnyTagClassName
{
color: #E041CE;
}
</style>
background-color css
<style>
a { background-color: #E041CE; }
a { background-color: rgb(224,65,206); }
div.DivClassName
{
background-color: #E041CE;
}
.BgClassName
{
background-color: #E041CE;
}
</style>
border-color css
<style>
span { border-color: #E041CE; }
span { border-color: rgb(224,65,206); }
td.TdClassName
{
border-color: #E041CE;
}
.TagClassName
{
border-color: #E041CE;
}
</style>