Html Css Color HEX #E141CE Free Speech Magenta
📋 copy color: '#E141CE'red 225 ◦ green 65 ◦ blue 206
Shades of Free Speech Magenta #E141CE
Tints of Free Speech Magenta #E141CE
RGB
CMYK
RGB Variations
Color information
#E141CE (or 0xE141CE) is known color: Free Speech Magenta. HEX triplet: E1, 41 and CE. RGB value is (225,65,206). Sum of RGB (Red+Green+Blue) = 225+65+206=496 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.36% from 496); Green value is 65 (25.78% from 255 or 13.10% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 225 - color contains mainly: red. Hex color #E141CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E141CE is #1EBE31. Grayscale: #808080. Windows color (decimal): -2014770 or 13517281. OLE color: 13517281.
HSL color Cylindrical-coordinate representation of color #E141CE: hue angle of 307.12º degrees, saturation: 0.73, 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 #E141CE is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 65 | 206 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.12 |
| HSL | 307.13º | 0.73% | 0.57% | - |
| HSV(B) | 307.13º | 0.71% | 0.88% | - |
| XYZ | 44.08 | 24.24 | 60.75 | - |
| YUV | 128.91 | 171.51 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 65 | 206 | 0 | 0.71 | 0.08 | 0.12 | 307.13 | 0.73 | 0.57 |
| Hex | E1 | 41 | CE | 0 | 47 | 8 | C | 133 | 49 | 39 |
| Octal | 341 | 101 | 316 | 0 | 107 | 10 | 14 | 463 | 111 | 71 |
| Binary | 11100001 | 1000001 | 11001110 | 0 | 1000111 | 1000 | 1100 | 100110011 | 1001001 | 111001 |
Color Harmonies of #E141CE
Complementary color
Monochromatic Colors of #E141CE
Black with #E141CE
Text Example
Text Example
White with #E141CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E141CE; }
p { color: rgb(225,65,206); }
H1.HeaderClassName
{
color: #E141CE;
}
.AnyTagClassName
{
color: #E141CE;
}
</style>
background-color css
<style>
a { background-color: #E141CE; }
a { background-color: rgb(225,65,206); }
div.DivClassName
{
background-color: #E141CE;
}
.BgClassName
{
background-color: #E141CE;
}
</style>
border-color css
<style>
span { border-color: #E141CE; }
span { border-color: rgb(225,65,206); }
td.TdClassName
{
border-color: #E141CE;
}
.TagClassName
{
border-color: #E141CE;
}
</style>