Html Css Color HEX #E145DA Free Speech Magenta
📋 copy color: '#E145DA'red 225 ◦ green 69 ◦ blue 218
Shades of Free Speech Magenta #E145DA
Tints of Free Speech Magenta #E145DA
RGB
CMYK
RGB Variations
Color information
#E145DA (or 0xE145DA) is known color: Free Speech Magenta. HEX triplet: E1, 45 and DA. RGB value is (225,69,218). Sum of RGB (Red+Green+Blue) = 225+69+218=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 69 (27.34% from 255 or 13.48% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E145DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E145DA is #1EBA25. Grayscale: #848484. Windows color (decimal): -2013734 or 14304737. OLE color: 14304737.
HSL color Cylindrical-coordinate representation of color #E145DA: hue angle of 302.69º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E145DA is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 69 | 218 | - |
| CMYK | 0 | 0.69 | 0.03 | 0.12 |
| HSL | 302.69º | 0.72% | 0.58% | - |
| HSV(B) | 302.69º | 0.69% | 0.88% | - |
| XYZ | 45.83 | 25.33 | 68.8 | - |
| YUV | 132.63 | 176.18 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 69 | 218 | 0 | 0.69 | 0.03 | 0.12 | 302.69 | 0.72 | 0.58 |
| Hex | E1 | 45 | DA | 0 | 45 | 3 | C | 12F | 48 | 3A |
| Octal | 341 | 105 | 332 | 0 | 105 | 3 | 14 | 457 | 110 | 72 |
| Binary | 11100001 | 1000101 | 11011010 | 0 | 1000101 | 11 | 1100 | 100101111 | 1001000 | 111010 |
Color Harmonies of #E145DA
Complementary color
Monochromatic Colors of #E145DA
Black with #E145DA
Text Example
Text Example
White with #E145DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E145DA; }
p { color: rgb(225,69,218); }
H1.HeaderClassName
{
color: #E145DA;
}
.AnyTagClassName
{
color: #E145DA;
}
</style>
background-color css
<style>
a { background-color: #E145DA; }
a { background-color: rgb(225,69,218); }
div.DivClassName
{
background-color: #E145DA;
}
.BgClassName
{
background-color: #E145DA;
}
</style>
border-color css
<style>
span { border-color: #E145DA; }
span { border-color: rgb(225,69,218); }
td.TdClassName
{
border-color: #E145DA;
}
.TagClassName
{
border-color: #E145DA;
}
</style>