Html Css Color HEX #E140D5 Free Speech Magenta
📋 copy color: '#E140D5'red 225 ◦ green 64 ◦ blue 213
Shades of Free Speech Magenta #E140D5
Tints of Free Speech Magenta #E140D5
RGB
CMYK
RGB Variations
Color information
#E140D5 (or 0xE140D5) is known color: Free Speech Magenta. HEX triplet: E1, 40 and D5. RGB value is (225,64,213). Sum of RGB (Red+Green+Blue) = 225+64+213=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 64 (25.39% from 255 or 12.75% from 502); Blue value is 213 (83.59% from 255 or 42.43% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E140D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E140D5 is #1EBF2A. Grayscale: #808080. Windows color (decimal): -2015019 or 13975777. OLE color: 13975777.
HSL color Cylindrical-coordinate representation of color #E140D5: hue angle of 304.47º 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 #E140D5 is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 64 | 213 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.12 |
| HSL | 304.47º | 0.73% | 0.57% | - |
| HSV(B) | 304.47º | 0.72% | 0.88% | - |
| XYZ | 44.89 | 24.48 | 65.31 | - |
| YUV | 129.13 | 175.34 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 64 | 213 | 0 | 0.72 | 0.05 | 0.12 | 304.47 | 0.73 | 0.57 |
| Hex | E1 | 40 | D5 | 0 | 48 | 5 | C | 130 | 49 | 39 |
| Octal | 341 | 100 | 325 | 0 | 110 | 5 | 14 | 460 | 111 | 71 |
| Binary | 11100001 | 1000000 | 11010101 | 0 | 1001000 | 101 | 1100 | 100110000 | 1001001 | 111001 |
Color Harmonies of #E140D5
Complementary color
Monochromatic Colors of #E140D5
Black with #E140D5
Text Example
Text Example
White with #E140D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E140D5; }
p { color: rgb(225,64,213); }
H1.HeaderClassName
{
color: #E140D5;
}
.AnyTagClassName
{
color: #E140D5;
}
</style>
background-color css
<style>
a { background-color: #E140D5; }
a { background-color: rgb(225,64,213); }
div.DivClassName
{
background-color: #E140D5;
}
.BgClassName
{
background-color: #E140D5;
}
</style>
border-color css
<style>
span { border-color: #E140D5; }
span { border-color: rgb(225,64,213); }
td.TdClassName
{
border-color: #E140D5;
}
.TagClassName
{
border-color: #E140D5;
}
</style>