Html Css Color HEX #E140D0 Free Speech Magenta
📋 copy color: '#E140D0'red 225 ◦ green 64 ◦ blue 208
Shades of Free Speech Magenta #E140D0
Tints of Free Speech Magenta #E140D0
RGB
CMYK
RGB Variations
Color information
#E140D0 (or 0xE140D0) is known color: Free Speech Magenta. HEX triplet: E1, 40 and D0. RGB value is (225,64,208). Sum of RGB (Red+Green+Blue) = 225+64+208=497 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.27% from 497); Green value is 64 (25.39% from 255 or 12.88% from 497); Blue value is 208 (81.64% from 255 or 41.85% from 497); Max value from RGB is 225 - color contains mainly: red. Hex color #E140D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E140D0 is #1EBF2F. Grayscale: #808080. Windows color (decimal): -2015024 or 13648097. OLE color: 13648097.
HSL color Cylindrical-coordinate representation of color #E140D0: hue angle of 306.34º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E140D0 is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 64 | 208 | - |
| CMYK | 0 | 0.72 | 0.08 | 0.12 |
| HSL | 306.34º | 0.73% | 0.57% | - |
| HSV(B) | 306.34º | 0.72% | 0.88% | - |
| XYZ | 44.27 | 24.23 | 62.02 | - |
| YUV | 128.56 | 172.84 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 64 | 208 | 0 | 0.72 | 0.08 | 0.12 | 306.34 | 0.73 | 0.57 |
| Hex | E1 | 40 | D0 | 0 | 48 | 8 | C | 132 | 49 | 39 |
| Octal | 341 | 100 | 320 | 0 | 110 | 10 | 14 | 462 | 111 | 71 |
| Binary | 11100001 | 1000000 | 11010000 | 0 | 1001000 | 1000 | 1100 | 100110010 | 1001001 | 111001 |
Color Harmonies of #E140D0
Complementary color
Monochromatic Colors of #E140D0
Black with #E140D0
Text Example
Text Example
White with #E140D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E140D0; }
p { color: rgb(225,64,208); }
H1.HeaderClassName
{
color: #E140D0;
}
.AnyTagClassName
{
color: #E140D0;
}
</style>
background-color css
<style>
a { background-color: #E140D0; }
a { background-color: rgb(225,64,208); }
div.DivClassName
{
background-color: #E140D0;
}
.BgClassName
{
background-color: #E140D0;
}
</style>
border-color css
<style>
span { border-color: #E140D0; }
span { border-color: rgb(225,64,208); }
td.TdClassName
{
border-color: #E140D0;
}
.TagClassName
{
border-color: #E140D0;
}
</style>