Html Css Color HEX #E44ACD Free Speech Magenta
📋 copy color: '#E44ACD'red 228 ◦ green 74 ◦ blue 205
Shades of Free Speech Magenta #E44ACD
Tints of Free Speech Magenta #E44ACD
RGB
CMYK
RGB Variations
Color information
#E44ACD (or 0xE44ACD) is known color: Free Speech Magenta. HEX triplet: E4, 4A and CD. RGB value is (228,74,205). Sum of RGB (Red+Green+Blue) = 228+74+205=507 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.97% from 507); Green value is 74 (29.30% from 255 or 14.60% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 228 - color contains mainly: red. Hex color #E44ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E44ACD is #1BB532. Grayscale: #868686. Windows color (decimal): -1815859 or 13454052. OLE color: 13454052.
HSL color Cylindrical-coordinate representation of color #E44ACD: hue angle of 308.96º 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 #E44ACD is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 74 | 205 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.11 |
| HSL | 308.96º | 0.74% | 0.59% | - |
| HSV(B) | 308.96º | 0.68% | 0.89% | - |
| XYZ | 45.46 | 25.8 | 60.34 | - |
| YUV | 134.98 | 167.52 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 74 | 205 | 0 | 0.68 | 0.10 | 0.11 | 308.96 | 0.74 | 0.59 |
| Hex | E4 | 4A | CD | 0 | 44 | A | B | 135 | 4A | 3B |
| Octal | 344 | 112 | 315 | 0 | 104 | 12 | 13 | 465 | 112 | 73 |
| Binary | 11100100 | 1001010 | 11001101 | 0 | 1000100 | 1010 | 1011 | 100110101 | 1001010 | 111011 |
Color Harmonies of #E44ACD
Complementary color
Monochromatic Colors of #E44ACD
Black with #E44ACD
Text Example
Text Example
White with #E44ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44ACD; }
p { color: rgb(228,74,205); }
H1.HeaderClassName
{
color: #E44ACD;
}
.AnyTagClassName
{
color: #E44ACD;
}
</style>
background-color css
<style>
a { background-color: #E44ACD; }
a { background-color: rgb(228,74,205); }
div.DivClassName
{
background-color: #E44ACD;
}
.BgClassName
{
background-color: #E44ACD;
}
</style>
border-color css
<style>
span { border-color: #E44ACD; }
span { border-color: rgb(228,74,205); }
td.TdClassName
{
border-color: #E44ACD;
}
.TagClassName
{
border-color: #E44ACD;
}
</style>