Html Css Color HEX #E44ECD Free Speech Magenta
📋 copy color: '#E44ECD'red 228 ◦ green 78 ◦ blue 205
Shades of Free Speech Magenta #E44ECD
Tints of Free Speech Magenta #E44ECD
RGB
CMYK
RGB Variations
Color information
#E44ECD (or 0xE44ECD) is known color: Free Speech Magenta. HEX triplet: E4, 4E and CD. RGB value is (228,78,205). Sum of RGB (Red+Green+Blue) = 228+78+205=511 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.62% from 511); Green value is 78 (30.86% from 255 or 15.26% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 228 - color contains mainly: red. Hex color #E44ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E44ECD is #1BB132. Grayscale: #888888. Windows color (decimal): -1814835 or 13455076. OLE color: 13455076.
HSL color Cylindrical-coordinate representation of color #E44ECD: hue angle of 309.2º 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 #E44ECD is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 78 | 205 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.11 |
| HSL | 309.2º | 0.74% | 0.6% | - |
| HSV(B) | 309.2º | 0.66% | 0.89% | - |
| XYZ | 45.74 | 26.35 | 60.43 | - |
| YUV | 137.33 | 166.2 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 78 | 205 | 0 | 0.66 | 0.10 | 0.11 | 309.2 | 0.74 | 0.6 |
| Hex | E4 | 4E | CD | 0 | 42 | A | B | 135 | 4A | 3C |
| Octal | 344 | 116 | 315 | 0 | 102 | 12 | 13 | 465 | 112 | 74 |
| Binary | 11100100 | 1001110 | 11001101 | 0 | 1000010 | 1010 | 1011 | 100110101 | 1001010 | 111100 |
Color Harmonies of #E44ECD
Complementary color
Monochromatic Colors of #E44ECD
Black with #E44ECD
Text Example
Text Example
White with #E44ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44ECD; }
p { color: rgb(228,78,205); }
H1.HeaderClassName
{
color: #E44ECD;
}
.AnyTagClassName
{
color: #E44ECD;
}
</style>
background-color css
<style>
a { background-color: #E44ECD; }
a { background-color: rgb(228,78,205); }
div.DivClassName
{
background-color: #E44ECD;
}
.BgClassName
{
background-color: #E44ECD;
}
</style>
border-color css
<style>
span { border-color: #E44ECD; }
span { border-color: rgb(228,78,205); }
td.TdClassName
{
border-color: #E44ECD;
}
.TagClassName
{
border-color: #E44ECD;
}
</style>