Html Css Color HEX #E44DDC Free Speech Magenta
📋 copy color: '#E44DDC'red 228 ◦ green 77 ◦ blue 220
Shades of Free Speech Magenta #E44DDC
Tints of Free Speech Magenta #E44DDC
RGB
CMYK
RGB Variations
Color information
#E44DDC (or 0xE44DDC) is known color: Free Speech Magenta. HEX triplet: E4, 4D and DC. RGB value is (228,77,220). Sum of RGB (Red+Green+Blue) = 228+77+220=525 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.43% from 525); Green value is 77 (30.47% from 255 or 14.67% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 228 - color contains mainly: red. Hex color #E44DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E44DDC is #1BB223. Grayscale: #8A8A8A. Windows color (decimal): -1815076 or 14437860. OLE color: 14437860.
HSL color Cylindrical-coordinate representation of color #E44DDC: hue angle of 303.18º 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 #E44DDC is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 77 | 220 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.11 |
| HSL | 303.18º | 0.74% | 0.6% | - |
| HSV(B) | 303.18º | 0.66% | 0.89% | - |
| XYZ | 47.57 | 26.97 | 70.41 | - |
| YUV | 138.45 | 174.03 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 77 | 220 | 0 | 0.66 | 0.04 | 0.11 | 303.18 | 0.74 | 0.6 |
| Hex | E4 | 4D | DC | 0 | 42 | 4 | B | 12F | 4A | 3C |
| Octal | 344 | 115 | 334 | 0 | 102 | 4 | 13 | 457 | 112 | 74 |
| Binary | 11100100 | 1001101 | 11011100 | 0 | 1000010 | 100 | 1011 | 100101111 | 1001010 | 111100 |
Color Harmonies of #E44DDC
Complementary color
Monochromatic Colors of #E44DDC
Black with #E44DDC
Text Example
Text Example
White with #E44DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44DDC; }
p { color: rgb(228,77,220); }
H1.HeaderClassName
{
color: #E44DDC;
}
.AnyTagClassName
{
color: #E44DDC;
}
</style>
background-color css
<style>
a { background-color: #E44DDC; }
a { background-color: rgb(228,77,220); }
div.DivClassName
{
background-color: #E44DDC;
}
.BgClassName
{
background-color: #E44DDC;
}
</style>
border-color css
<style>
span { border-color: #E44DDC; }
span { border-color: rgb(228,77,220); }
td.TdClassName
{
border-color: #E44DDC;
}
.TagClassName
{
border-color: #E44DDC;
}
</style>