Html Css Color HEX #E145DD Free Speech Magenta
📋 copy color: '#E145DD'red 225 ◦ green 69 ◦ blue 221
Shades of Free Speech Magenta #E145DD
Tints of Free Speech Magenta #E145DD
RGB
CMYK
RGB Variations
Color information
#E145DD (or 0xE145DD) is known color: Free Speech Magenta. HEX triplet: E1, 45 and DD. RGB value is (225,69,221). Sum of RGB (Red+Green+Blue) = 225+69+221=515 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.69% from 515); Green value is 69 (27.34% from 255 or 13.40% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 225 - color contains mainly: red. Hex color #E145DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E145DD is #1EBA22. Grayscale: #848484. Windows color (decimal): -2013731 or 14501345. OLE color: 14501345.
HSL color Cylindrical-coordinate representation of color #E145DD: hue angle of 301.54º 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 #E145DD is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 69 | 221 | - |
| CMYK | 0 | 0.69 | 0.02 | 0.12 |
| HSL | 301.54º | 0.72% | 0.58% | - |
| HSV(B) | 301.54º | 0.69% | 0.88% | - |
| XYZ | 46.23 | 25.48 | 70.89 | - |
| YUV | 132.97 | 177.68 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 69 | 221 | 0 | 0.69 | 0.02 | 0.12 | 301.54 | 0.72 | 0.58 |
| Hex | E1 | 45 | DD | 0 | 45 | 2 | C | 12E | 48 | 3A |
| Octal | 341 | 105 | 335 | 0 | 105 | 2 | 14 | 456 | 110 | 72 |
| Binary | 11100001 | 1000101 | 11011101 | 0 | 1000101 | 10 | 1100 | 100101110 | 1001000 | 111010 |
Color Harmonies of #E145DD
Complementary color
Monochromatic Colors of #E145DD
Black with #E145DD
Text Example
Text Example
White with #E145DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E145DD; }
p { color: rgb(225,69,221); }
H1.HeaderClassName
{
color: #E145DD;
}
.AnyTagClassName
{
color: #E145DD;
}
</style>
background-color css
<style>
a { background-color: #E145DD; }
a { background-color: rgb(225,69,221); }
div.DivClassName
{
background-color: #E145DD;
}
.BgClassName
{
background-color: #E145DD;
}
</style>
border-color css
<style>
span { border-color: #E145DD; }
span { border-color: rgb(225,69,221); }
td.TdClassName
{
border-color: #E145DD;
}
.TagClassName
{
border-color: #E145DD;
}
</style>