Html Css Color HEX #E145DC Free Speech Magenta
📋 copy color: '#E145DC'red 225 ◦ green 69 ◦ blue 220
Shades of Free Speech Magenta #E145DC
Tints of Free Speech Magenta #E145DC
RGB
CMYK
RGB Variations
Color information
#E145DC (or 0xE145DC) is known color: Free Speech Magenta. HEX triplet: E1, 45 and DC. RGB value is (225,69,220). Sum of RGB (Red+Green+Blue) = 225+69+220=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 69 (27.34% from 255 or 13.42% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 225 - color contains mainly: red. Hex color #E145DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E145DC is #1EBA23. Grayscale: #848484. Windows color (decimal): -2013732 or 14435809. OLE color: 14435809.
HSL color Cylindrical-coordinate representation of color #E145DC: hue angle of 301.92º 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 #E145DC is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 69 | 220 | - |
| CMYK | 0 | 0.69 | 0.02 | 0.12 |
| HSL | 301.92º | 0.72% | 0.58% | - |
| HSV(B) | 301.92º | 0.69% | 0.88% | - |
| XYZ | 46.1 | 25.43 | 70.19 | - |
| YUV | 132.86 | 177.18 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 69 | 220 | 0 | 0.69 | 0.02 | 0.12 | 301.92 | 0.72 | 0.58 |
| Hex | E1 | 45 | DC | 0 | 45 | 2 | C | 12E | 48 | 3A |
| Octal | 341 | 105 | 334 | 0 | 105 | 2 | 14 | 456 | 110 | 72 |
| Binary | 11100001 | 1000101 | 11011100 | 0 | 1000101 | 10 | 1100 | 100101110 | 1001000 | 111010 |
Color Harmonies of #E145DC
Complementary color
Monochromatic Colors of #E145DC
Black with #E145DC
Text Example
Text Example
White with #E145DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E145DC; }
p { color: rgb(225,69,220); }
H1.HeaderClassName
{
color: #E145DC;
}
.AnyTagClassName
{
color: #E145DC;
}
</style>
background-color css
<style>
a { background-color: #E145DC; }
a { background-color: rgb(225,69,220); }
div.DivClassName
{
background-color: #E145DC;
}
.BgClassName
{
background-color: #E145DC;
}
</style>
border-color css
<style>
span { border-color: #E145DC; }
span { border-color: rgb(225,69,220); }
td.TdClassName
{
border-color: #E145DC;
}
.TagClassName
{
border-color: #E145DC;
}
</style>