Html Css Color HEX #E140D4 Free Speech Magenta
📋 copy color: '#E140D4'red 225 ◦ green 64 ◦ blue 212
Shades of Free Speech Magenta #E140D4
Tints of Free Speech Magenta #E140D4
RGB
CMYK
RGB Variations
Color information
#E140D4 (or 0xE140D4) is known color: Free Speech Magenta. HEX triplet: E1, 40 and D4. RGB value is (225,64,212). Sum of RGB (Red+Green+Blue) = 225+64+212=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 64 (25.39% from 255 or 12.77% from 501); Blue value is 212 (83.20% from 255 or 42.32% from 501); Max value from RGB is 225 - color contains mainly: red. Hex color #E140D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E140D4 is #1EBF2B. Grayscale: #808080. Windows color (decimal): -2015020 or 13910241. OLE color: 13910241.
HSL color Cylindrical-coordinate representation of color #E140D4: hue angle of 304.84º 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 #E140D4 is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 64 | 212 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.12 |
| HSL | 304.84º | 0.73% | 0.57% | - |
| HSV(B) | 304.84º | 0.72% | 0.88% | - |
| XYZ | 44.77 | 24.43 | 64.64 | - |
| YUV | 129.01 | 174.84 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 64 | 212 | 0 | 0.72 | 0.06 | 0.12 | 304.84 | 0.73 | 0.57 |
| Hex | E1 | 40 | D4 | 0 | 48 | 6 | C | 131 | 49 | 39 |
| Octal | 341 | 100 | 324 | 0 | 110 | 6 | 14 | 461 | 111 | 71 |
| Binary | 11100001 | 1000000 | 11010100 | 0 | 1001000 | 110 | 1100 | 100110001 | 1001001 | 111001 |
Color Harmonies of #E140D4
Complementary color
Monochromatic Colors of #E140D4
Black with #E140D4
Text Example
Text Example
White with #E140D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E140D4; }
p { color: rgb(225,64,212); }
H1.HeaderClassName
{
color: #E140D4;
}
.AnyTagClassName
{
color: #E140D4;
}
</style>
background-color css
<style>
a { background-color: #E140D4; }
a { background-color: rgb(225,64,212); }
div.DivClassName
{
background-color: #E140D4;
}
.BgClassName
{
background-color: #E140D4;
}
</style>
border-color css
<style>
span { border-color: #E140D4; }
span { border-color: rgb(225,64,212); }
td.TdClassName
{
border-color: #E140D4;
}
.TagClassName
{
border-color: #E140D4;
}
</style>