Html Css Color HEX #E44AD1 Free Speech Magenta
📋 copy color: '#E44AD1'red 228 ◦ green 74 ◦ blue 209
Shades of Free Speech Magenta #E44AD1
Tints of Free Speech Magenta #E44AD1
RGB
CMYK
RGB Variations
Color information
#E44AD1 (or 0xE44AD1) is known color: Free Speech Magenta. HEX triplet: E4, 4A and D1. RGB value is (228,74,209). Sum of RGB (Red+Green+Blue) = 228+74+209=511 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.62% from 511); Green value is 74 (29.30% from 255 or 14.48% from 511); Blue value is 209 (82.03% from 255 or 40.90% from 511); Max value from RGB is 228 - color contains mainly: red. Hex color #E44AD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E44AD1 is #1BB52E. Grayscale: #878787. Windows color (decimal): -1815855 or 13716196. OLE color: 13716196.
HSL color Cylindrical-coordinate representation of color #E44AD1: hue angle of 307.4º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E44AD1 is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 74 | 209 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.11 |
| HSL | 307.4º | 0.74% | 0.59% | - |
| HSV(B) | 307.4º | 0.68% | 0.89% | - |
| XYZ | 45.95 | 25.99 | 62.92 | - |
| YUV | 135.44 | 169.52 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 74 | 209 | 0 | 0.68 | 0.08 | 0.11 | 307.4 | 0.74 | 0.59 |
| Hex | E4 | 4A | D1 | 0 | 44 | 8 | B | 133 | 4A | 3B |
| Octal | 344 | 112 | 321 | 0 | 104 | 10 | 13 | 463 | 112 | 73 |
| Binary | 11100100 | 1001010 | 11010001 | 0 | 1000100 | 1000 | 1011 | 100110011 | 1001010 | 111011 |
Color Harmonies of #E44AD1
Complementary color
Monochromatic Colors of #E44AD1
Black with #E44AD1
Text Example
Text Example
White with #E44AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44AD1; }
p { color: rgb(228,74,209); }
H1.HeaderClassName
{
color: #E44AD1;
}
.AnyTagClassName
{
color: #E44AD1;
}
</style>
background-color css
<style>
a { background-color: #E44AD1; }
a { background-color: rgb(228,74,209); }
div.DivClassName
{
background-color: #E44AD1;
}
.BgClassName
{
background-color: #E44AD1;
}
</style>
border-color css
<style>
span { border-color: #E44AD1; }
span { border-color: rgb(228,74,209); }
td.TdClassName
{
border-color: #E44AD1;
}
.TagClassName
{
border-color: #E44AD1;
}
</style>