Html Css Color HEX #E44FCD Free Speech Magenta
📋 copy color: '#E44FCD'red 228 ◦ green 79 ◦ blue 205
Shades of Free Speech Magenta #E44FCD
Tints of Free Speech Magenta #E44FCD
RGB
CMYK
RGB Variations
Color information
#E44FCD (or 0xE44FCD) is known color: Free Speech Magenta. HEX triplet: E4, 4F and CD. RGB value is (228,79,205). Sum of RGB (Red+Green+Blue) = 228+79+205=512 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.53% from 512); Green value is 79 (31.25% from 255 or 15.43% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 228 - color contains mainly: red. Hex color #E44FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E44FCD is #1BB032. Grayscale: #898989. Windows color (decimal): -1814579 or 13455332. OLE color: 13455332.
HSL color Cylindrical-coordinate representation of color #E44FCD: hue angle of 309.26º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E44FCD is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 79 | 205 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.11 |
| HSL | 309.26º | 0.73% | 0.6% | - |
| HSV(B) | 309.26º | 0.65% | 0.89% | - |
| XYZ | 45.81 | 26.49 | 60.46 | - |
| YUV | 137.92 | 165.86 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 79 | 205 | 0 | 0.65 | 0.10 | 0.11 | 309.26 | 0.73 | 0.6 |
| Hex | E4 | 4F | CD | 0 | 41 | A | B | 135 | 49 | 3C |
| Octal | 344 | 117 | 315 | 0 | 101 | 12 | 13 | 465 | 111 | 74 |
| Binary | 11100100 | 1001111 | 11001101 | 0 | 1000001 | 1010 | 1011 | 100110101 | 1001001 | 111100 |
Color Harmonies of #E44FCD
Complementary color
Monochromatic Colors of #E44FCD
Black with #E44FCD
Text Example
Text Example
White with #E44FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44FCD; }
p { color: rgb(228,79,205); }
H1.HeaderClassName
{
color: #E44FCD;
}
.AnyTagClassName
{
color: #E44FCD;
}
</style>
background-color css
<style>
a { background-color: #E44FCD; }
a { background-color: rgb(228,79,205); }
div.DivClassName
{
background-color: #E44FCD;
}
.BgClassName
{
background-color: #E44FCD;
}
</style>
border-color css
<style>
span { border-color: #E44FCD; }
span { border-color: rgb(228,79,205); }
td.TdClassName
{
border-color: #E44FCD;
}
.TagClassName
{
border-color: #E44FCD;
}
</style>