Html Css Color HEX #E147DD Free Speech Magenta
📋 copy color: '#E147DD'red 225 ◦ green 71 ◦ blue 221
Shades of Free Speech Magenta #E147DD
Tints of Free Speech Magenta #E147DD
RGB
CMYK
RGB Variations
Color information
#E147DD (or 0xE147DD) is known color: Free Speech Magenta. HEX triplet: E1, 47 and DD. RGB value is (225,71,221). Sum of RGB (Red+Green+Blue) = 225+71+221=517 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.52% from 517); Green value is 71 (28.12% from 255 or 13.73% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 225 - color contains mainly: red. Hex color #E147DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E147DD is #1EB822. Grayscale: #858585. Windows color (decimal): -2013219 or 14501857. OLE color: 14501857.
HSL color Cylindrical-coordinate representation of color #E147DD: hue angle of 301.56º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E147DD is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 71 | 221 | - |
| CMYK | 0 | 0.68 | 0.02 | 0.12 |
| HSL | 301.56º | 0.72% | 0.58% | - |
| HSV(B) | 301.56º | 0.68% | 0.88% | - |
| XYZ | 46.36 | 25.73 | 70.93 | - |
| YUV | 134.15 | 177.02 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 71 | 221 | 0 | 0.68 | 0.02 | 0.12 | 301.56 | 0.72 | 0.58 |
| Hex | E1 | 47 | DD | 0 | 44 | 2 | C | 12E | 48 | 3A |
| Octal | 341 | 107 | 335 | 0 | 104 | 2 | 14 | 456 | 110 | 72 |
| Binary | 11100001 | 1000111 | 11011101 | 0 | 1000100 | 10 | 1100 | 100101110 | 1001000 | 111010 |
Color Harmonies of #E147DD
Complementary color
Monochromatic Colors of #E147DD
Black with #E147DD
Text Example
Text Example
White with #E147DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E147DD; }
p { color: rgb(225,71,221); }
H1.HeaderClassName
{
color: #E147DD;
}
.AnyTagClassName
{
color: #E147DD;
}
</style>
background-color css
<style>
a { background-color: #E147DD; }
a { background-color: rgb(225,71,221); }
div.DivClassName
{
background-color: #E147DD;
}
.BgClassName
{
background-color: #E147DD;
}
</style>
border-color css
<style>
span { border-color: #E147DD; }
span { border-color: rgb(225,71,221); }
td.TdClassName
{
border-color: #E147DD;
}
.TagClassName
{
border-color: #E147DD;
}
</style>