Html Css Color HEX #E140EC Free Speech Magenta
📋 copy color: '#E140EC'red 225 ◦ green 64 ◦ blue 236
Shades of Free Speech Magenta #E140EC
Tints of Free Speech Magenta #E140EC
RGB
CMYK
RGB Variations
Color information
#E140EC (or 0xE140EC) is known color: Free Speech Magenta. HEX triplet: E1, 40 and EC. RGB value is (225,64,236). Sum of RGB (Red+Green+Blue) = 225+64+236=525 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.86% from 525); Green value is 64 (25.39% from 255 or 12.19% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #E140EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E140EC is #1EBF13. Grayscale: #838383. Windows color (decimal): -2014996 or 15483105. OLE color: 15483105.
HSL color Cylindrical-coordinate representation of color #E140EC: hue angle of 296.16º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E140EC is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 64 | 236 | - |
| CMYK | 0.05 | 0.73 | 0 | 0.07 |
| HSL | 296.16º | 0.82% | 0.59% | - |
| HSV(B) | 296.16º | 0.73% | 0.93% | - |
| XYZ | 48.03 | 25.73 | 81.79 | - |
| YUV | 131.75 | 186.84 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 64 | 236 | 0.05 | 0.73 | 0 | 0.07 | 296.16 | 0.82 | 0.59 |
| Hex | E1 | 40 | EC | 5 | 49 | 0 | 7 | 128 | 52 | 3B |
| Octal | 341 | 100 | 354 | 5 | 111 | 0 | 7 | 450 | 122 | 73 |
| Binary | 11100001 | 1000000 | 11101100 | 101 | 1001001 | 0 | 111 | 100101000 | 1010010 | 111011 |
Color Harmonies of #E140EC
Complementary color
Monochromatic Colors of #E140EC
Black with #E140EC
Text Example
Text Example
White with #E140EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E140EC; }
p { color: rgb(225,64,236); }
H1.HeaderClassName
{
color: #E140EC;
}
.AnyTagClassName
{
color: #E140EC;
}
</style>
background-color css
<style>
a { background-color: #E140EC; }
a { background-color: rgb(225,64,236); }
div.DivClassName
{
background-color: #E140EC;
}
.BgClassName
{
background-color: #E140EC;
}
</style>
border-color css
<style>
span { border-color: #E140EC; }
span { border-color: rgb(225,64,236); }
td.TdClassName
{
border-color: #E140EC;
}
.TagClassName
{
border-color: #E140EC;
}
</style>