Html Css Color HEX #E44FDF Free Speech Magenta
📋 copy color: '#E44FDF'red 228 ◦ green 79 ◦ blue 223
Shades of Free Speech Magenta #E44FDF
Tints of Free Speech Magenta #E44FDF
RGB
CMYK
RGB Variations
Color information
#E44FDF (or 0xE44FDF) is known color: Free Speech Magenta. HEX triplet: E4, 4F and DF. RGB value is (228,79,223). Sum of RGB (Red+Green+Blue) = 228+79+223=530 (70% of max value = 765). Red value is 228 (89.45% from 255 or 43.02% from 530); Green value is 79 (31.25% from 255 or 14.91% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 228 - color contains mainly: red. Hex color #E44FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E44FDF is #1BB020. Grayscale: #8B8B8B. Windows color (decimal): -1814561 or 14634980. OLE color: 14634980.
HSL color Cylindrical-coordinate representation of color #E44FDF: hue angle of 302.01º 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 #E44FDF is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 79 | 223 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.11 |
| HSL | 302.01º | 0.73% | 0.6% | - |
| HSV(B) | 302.01º | 0.65% | 0.89% | - |
| XYZ | 48.11 | 27.41 | 72.57 | - |
| YUV | 139.97 | 174.86 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 79 | 223 | 0 | 0.65 | 0.02 | 0.11 | 302.01 | 0.73 | 0.6 |
| Hex | E4 | 4F | DF | 0 | 41 | 2 | B | 12E | 49 | 3C |
| Octal | 344 | 117 | 337 | 0 | 101 | 2 | 13 | 456 | 111 | 74 |
| Binary | 11100100 | 1001111 | 11011111 | 0 | 1000001 | 10 | 1011 | 100101110 | 1001001 | 111100 |
Color Harmonies of #E44FDF
Complementary color
Monochromatic Colors of #E44FDF
Black with #E44FDF
Text Example
Text Example
White with #E44FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44FDF; }
p { color: rgb(228,79,223); }
H1.HeaderClassName
{
color: #E44FDF;
}
.AnyTagClassName
{
color: #E44FDF;
}
</style>
background-color css
<style>
a { background-color: #E44FDF; }
a { background-color: rgb(228,79,223); }
div.DivClassName
{
background-color: #E44FDF;
}
.BgClassName
{
background-color: #E44FDF;
}
</style>
border-color css
<style>
span { border-color: #E44FDF; }
span { border-color: rgb(228,79,223); }
td.TdClassName
{
border-color: #E44FDF;
}
.TagClassName
{
border-color: #E44FDF;
}
</style>