Html Css Color HEX #E44AD4 Free Speech Magenta
📋 copy color: '#E44AD4'red 228 ◦ green 74 ◦ blue 212
Shades of Free Speech Magenta #E44AD4
Tints of Free Speech Magenta #E44AD4
RGB
CMYK
RGB Variations
Color information
#E44AD4 (or 0xE44AD4) is known color: Free Speech Magenta. HEX triplet: E4, 4A and D4. RGB value is (228,74,212). Sum of RGB (Red+Green+Blue) = 228+74+212=514 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.36% from 514); Green value is 74 (29.30% from 255 or 14.40% from 514); Blue value is 212 (83.20% from 255 or 41.25% from 514); Max value from RGB is 228 - color contains mainly: red. Hex color #E44AD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E44AD4 is #1BB52B. Grayscale: #878787. Windows color (decimal): -1815852 or 13912804. OLE color: 13912804.
HSL color Cylindrical-coordinate representation of color #E44AD4: hue angle of 306.23º 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 #E44AD4 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 74 | 212 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.11 |
| HSL | 306.23º | 0.74% | 0.59% | - |
| HSV(B) | 306.23º | 0.68% | 0.89% | - |
| XYZ | 46.33 | 26.15 | 64.89 | - |
| YUV | 135.78 | 171.02 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 74 | 212 | 0 | 0.68 | 0.07 | 0.11 | 306.23 | 0.74 | 0.59 |
| Hex | E4 | 4A | D4 | 0 | 44 | 7 | B | 132 | 4A | 3B |
| Octal | 344 | 112 | 324 | 0 | 104 | 7 | 13 | 462 | 112 | 73 |
| Binary | 11100100 | 1001010 | 11010100 | 0 | 1000100 | 111 | 1011 | 100110010 | 1001010 | 111011 |
Color Harmonies of #E44AD4
Complementary color
Monochromatic Colors of #E44AD4
Black with #E44AD4
Text Example
Text Example
White with #E44AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44AD4; }
p { color: rgb(228,74,212); }
H1.HeaderClassName
{
color: #E44AD4;
}
.AnyTagClassName
{
color: #E44AD4;
}
</style>
background-color css
<style>
a { background-color: #E44AD4; }
a { background-color: rgb(228,74,212); }
div.DivClassName
{
background-color: #E44AD4;
}
.BgClassName
{
background-color: #E44AD4;
}
</style>
border-color css
<style>
span { border-color: #E44AD4; }
span { border-color: rgb(228,74,212); }
td.TdClassName
{
border-color: #E44AD4;
}
.TagClassName
{
border-color: #E44AD4;
}
</style>