Html Css Color HEX #E44DCD Free Speech Magenta
📋 copy color: '#E44DCD'red 228 ◦ green 77 ◦ blue 205
Shades of Free Speech Magenta #E44DCD
Tints of Free Speech Magenta #E44DCD
RGB
CMYK
RGB Variations
Color information
#E44DCD (or 0xE44DCD) is known color: Free Speech Magenta. HEX triplet: E4, 4D and CD. RGB value is (228,77,205). Sum of RGB (Red+Green+Blue) = 228+77+205=510 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.71% from 510); Green value is 77 (30.47% from 255 or 15.10% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 228 - color contains mainly: red. Hex color #E44DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E44DCD is #1BB232. Grayscale: #888888. Windows color (decimal): -1815091 or 13454820. OLE color: 13454820.
HSL color Cylindrical-coordinate representation of color #E44DCD: hue angle of 309.14º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E44DCD is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 77 | 205 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.11 |
| HSL | 309.14º | 0.74% | 0.6% | - |
| HSV(B) | 309.14º | 0.66% | 0.89% | - |
| XYZ | 45.67 | 26.21 | 60.41 | - |
| YUV | 136.74 | 166.53 | 193.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 77 | 205 | 0 | 0.66 | 0.10 | 0.11 | 309.14 | 0.74 | 0.6 |
| Hex | E4 | 4D | CD | 0 | 42 | A | B | 135 | 4A | 3C |
| Octal | 344 | 115 | 315 | 0 | 102 | 12 | 13 | 465 | 112 | 74 |
| Binary | 11100100 | 1001101 | 11001101 | 0 | 1000010 | 1010 | 1011 | 100110101 | 1001010 | 111100 |
Color Harmonies of #E44DCD
Complementary color
Monochromatic Colors of #E44DCD
Black with #E44DCD
Text Example
Text Example
White with #E44DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44DCD; }
p { color: rgb(228,77,205); }
H1.HeaderClassName
{
color: #E44DCD;
}
.AnyTagClassName
{
color: #E44DCD;
}
</style>
background-color css
<style>
a { background-color: #E44DCD; }
a { background-color: rgb(228,77,205); }
div.DivClassName
{
background-color: #E44DCD;
}
.BgClassName
{
background-color: #E44DCD;
}
</style>
border-color css
<style>
span { border-color: #E44DCD; }
span { border-color: rgb(228,77,205); }
td.TdClassName
{
border-color: #E44DCD;
}
.TagClassName
{
border-color: #E44DCD;
}
</style>