Html Css Color HEX #E44FDC Free Speech Magenta
📋 copy color: '#E44FDC'red 228 ◦ green 79 ◦ blue 220
Shades of Free Speech Magenta #E44FDC
Tints of Free Speech Magenta #E44FDC
RGB
CMYK
RGB Variations
Color information
#E44FDC (or 0xE44FDC) is known color: Free Speech Magenta. HEX triplet: E4, 4F and DC. RGB value is (228,79,220). Sum of RGB (Red+Green+Blue) = 228+79+220=527 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.26% from 527); Green value is 79 (31.25% from 255 or 14.99% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 228 - color contains mainly: red. Hex color #E44FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E44FDC is #1BB023. Grayscale: #8B8B8B. Windows color (decimal): -1814564 or 14438372. OLE color: 14438372.
HSL color Cylindrical-coordinate representation of color #E44FDC: hue angle of 303.22º 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 #E44FDC is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 79 | 220 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.11 |
| HSL | 303.22º | 0.73% | 0.6% | - |
| HSV(B) | 303.22º | 0.65% | 0.89% | - |
| XYZ | 47.71 | 27.25 | 70.46 | - |
| YUV | 139.63 | 173.36 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 79 | 220 | 0 | 0.65 | 0.04 | 0.11 | 303.22 | 0.73 | 0.6 |
| Hex | E4 | 4F | DC | 0 | 41 | 4 | B | 12F | 49 | 3C |
| Octal | 344 | 117 | 334 | 0 | 101 | 4 | 13 | 457 | 111 | 74 |
| Binary | 11100100 | 1001111 | 11011100 | 0 | 1000001 | 100 | 1011 | 100101111 | 1001001 | 111100 |
Color Harmonies of #E44FDC
Complementary color
Monochromatic Colors of #E44FDC
Black with #E44FDC
Text Example
Text Example
White with #E44FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44FDC; }
p { color: rgb(228,79,220); }
H1.HeaderClassName
{
color: #E44FDC;
}
.AnyTagClassName
{
color: #E44FDC;
}
</style>
background-color css
<style>
a { background-color: #E44FDC; }
a { background-color: rgb(228,79,220); }
div.DivClassName
{
background-color: #E44FDC;
}
.BgClassName
{
background-color: #E44FDC;
}
</style>
border-color css
<style>
span { border-color: #E44FDC; }
span { border-color: rgb(228,79,220); }
td.TdClassName
{
border-color: #E44FDC;
}
.TagClassName
{
border-color: #E44FDC;
}
</style>