Html Css Color HEX #E141DA Free Speech Magenta
📋 copy color: '#E141DA'red 225 ◦ green 65 ◦ blue 218
Shades of Free Speech Magenta #E141DA
Tints of Free Speech Magenta #E141DA
RGB
CMYK
RGB Variations
Color information
#E141DA (or 0xE141DA) is known color: Free Speech Magenta. HEX triplet: E1, 41 and DA. RGB value is (225,65,218). Sum of RGB (Red+Green+Blue) = 225+65+218=508 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.29% from 508); Green value is 65 (25.78% from 255 or 12.80% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 225 - color contains mainly: red. Hex color #E141DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E141DA is #1EBE25. Grayscale: #818181. Windows color (decimal): -2014758 or 14303713. OLE color: 14303713.
HSL color Cylindrical-coordinate representation of color #E141DA: hue angle of 302.62º 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 #E141DA is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 65 | 218 | - |
| CMYK | 0 | 0.71 | 0.03 | 0.12 |
| HSL | 302.63º | 0.73% | 0.57% | - |
| HSV(B) | 302.63º | 0.71% | 0.88% | - |
| XYZ | 45.6 | 24.85 | 68.72 | - |
| YUV | 130.28 | 177.51 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 65 | 218 | 0 | 0.71 | 0.03 | 0.12 | 302.63 | 0.73 | 0.57 |
| Hex | E1 | 41 | DA | 0 | 47 | 3 | C | 12F | 49 | 39 |
| Octal | 341 | 101 | 332 | 0 | 107 | 3 | 14 | 457 | 111 | 71 |
| Binary | 11100001 | 1000001 | 11011010 | 0 | 1000111 | 11 | 1100 | 100101111 | 1001001 | 111001 |
Color Harmonies of #E141DA
Complementary color
Monochromatic Colors of #E141DA
Black with #E141DA
Text Example
Text Example
White with #E141DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E141DA; }
p { color: rgb(225,65,218); }
H1.HeaderClassName
{
color: #E141DA;
}
.AnyTagClassName
{
color: #E141DA;
}
</style>
background-color css
<style>
a { background-color: #E141DA; }
a { background-color: rgb(225,65,218); }
div.DivClassName
{
background-color: #E141DA;
}
.BgClassName
{
background-color: #E141DA;
}
</style>
border-color css
<style>
span { border-color: #E141DA; }
span { border-color: rgb(225,65,218); }
td.TdClassName
{
border-color: #E141DA;
}
.TagClassName
{
border-color: #E141DA;
}
</style>