Html Css Color HEX #E44DCE Free Speech Magenta
📋 copy color: '#E44DCE'red 228 ◦ green 77 ◦ blue 206
Shades of Free Speech Magenta #E44DCE
Tints of Free Speech Magenta #E44DCE
RGB
CMYK
RGB Variations
Color information
#E44DCE (or 0xE44DCE) is known color: Free Speech Magenta. HEX triplet: E4, 4D and CE. RGB value is (228,77,206). Sum of RGB (Red+Green+Blue) = 228+77+206=511 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.62% from 511); Green value is 77 (30.47% from 255 or 15.07% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 228 - color contains mainly: red. Hex color #E44DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E44DCE is #1BB231. Grayscale: #888888. Windows color (decimal): -1815090 or 13520356. OLE color: 13520356.
HSL color Cylindrical-coordinate representation of color #E44DCE: hue angle of 308.74º 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 #E44DCE is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 77 | 206 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.11 |
| HSL | 308.74º | 0.74% | 0.6% | - |
| HSV(B) | 308.74º | 0.66% | 0.89% | - |
| XYZ | 45.79 | 26.26 | 61.05 | - |
| YUV | 136.86 | 167.03 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 77 | 206 | 0 | 0.66 | 0.10 | 0.11 | 308.74 | 0.74 | 0.6 |
| Hex | E4 | 4D | CE | 0 | 42 | A | B | 135 | 4A | 3C |
| Octal | 344 | 115 | 316 | 0 | 102 | 12 | 13 | 465 | 112 | 74 |
| Binary | 11100100 | 1001101 | 11001110 | 0 | 1000010 | 1010 | 1011 | 100110101 | 1001010 | 111100 |
Color Harmonies of #E44DCE
Complementary color
Monochromatic Colors of #E44DCE
Black with #E44DCE
Text Example
Text Example
White with #E44DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44DCE; }
p { color: rgb(228,77,206); }
H1.HeaderClassName
{
color: #E44DCE;
}
.AnyTagClassName
{
color: #E44DCE;
}
</style>
background-color css
<style>
a { background-color: #E44DCE; }
a { background-color: rgb(228,77,206); }
div.DivClassName
{
background-color: #E44DCE;
}
.BgClassName
{
background-color: #E44DCE;
}
</style>
border-color css
<style>
span { border-color: #E44DCE; }
span { border-color: rgb(228,77,206); }
td.TdClassName
{
border-color: #E44DCE;
}
.TagClassName
{
border-color: #E44DCE;
}
</style>