Html Css Color HEX #E44DDF Free Speech Magenta
📋 copy color: '#E44DDF'red 228 ◦ green 77 ◦ blue 223
Shades of Free Speech Magenta #E44DDF
Tints of Free Speech Magenta #E44DDF
RGB
CMYK
RGB Variations
Color information
#E44DDF (or 0xE44DDF) is known color: Free Speech Magenta. HEX triplet: E4, 4D and DF. RGB value is (228,77,223). Sum of RGB (Red+Green+Blue) = 228+77+223=528 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.18% from 528); Green value is 77 (30.47% from 255 or 14.58% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 228 - color contains mainly: red. Hex color #E44DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E44DDF is #1BB220. Grayscale: #8A8A8A. Windows color (decimal): -1815073 or 14634468. OLE color: 14634468.
HSL color Cylindrical-coordinate representation of color #E44DDF: hue angle of 301.99º 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 #E44DDF is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 77 | 223 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.11 |
| HSL | 301.99º | 0.74% | 0.6% | - |
| HSV(B) | 301.99º | 0.66% | 0.89% | - |
| XYZ | 47.97 | 27.13 | 72.52 | - |
| YUV | 138.79 | 175.53 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 77 | 223 | 0 | 0.66 | 0.02 | 0.11 | 301.99 | 0.74 | 0.6 |
| Hex | E4 | 4D | DF | 0 | 42 | 2 | B | 12E | 4A | 3C |
| Octal | 344 | 115 | 337 | 0 | 102 | 2 | 13 | 456 | 112 | 74 |
| Binary | 11100100 | 1001101 | 11011111 | 0 | 1000010 | 10 | 1011 | 100101110 | 1001010 | 111100 |
Color Harmonies of #E44DDF
Complementary color
Monochromatic Colors of #E44DDF
Black with #E44DDF
Text Example
Text Example
White with #E44DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44DDF; }
p { color: rgb(228,77,223); }
H1.HeaderClassName
{
color: #E44DDF;
}
.AnyTagClassName
{
color: #E44DDF;
}
</style>
background-color css
<style>
a { background-color: #E44DDF; }
a { background-color: rgb(228,77,223); }
div.DivClassName
{
background-color: #E44DDF;
}
.BgClassName
{
background-color: #E44DDF;
}
</style>
border-color css
<style>
span { border-color: #E44DDF; }
span { border-color: rgb(228,77,223); }
td.TdClassName
{
border-color: #E44DDF;
}
.TagClassName
{
border-color: #E44DDF;
}
</style>