Html Css Color HEX #E441DD Free Speech Magenta
📋 copy color: '#E441DD'red 228 ◦ green 65 ◦ blue 221
Shades of Free Speech Magenta #E441DD
Tints of Free Speech Magenta #E441DD
RGB
CMYK
RGB Variations
Color information
#E441DD (or 0xE441DD) is known color: Free Speech Magenta. HEX triplet: E4, 41 and DD. RGB value is (228,65,221). Sum of RGB (Red+Green+Blue) = 228+65+221=514 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.36% from 514); Green value is 65 (25.78% from 255 or 12.65% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 228 - color contains mainly: red. Hex color #E441DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E441DD is #1BBE22. Grayscale: #838383. Windows color (decimal): -1818147 or 14500324. OLE color: 14500324.
HSL color Cylindrical-coordinate representation of color #E441DD: hue angle of 302.58º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E441DD is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 65 | 221 | - |
| CMYK | 0 | 0.71 | 0.03 | 0.11 |
| HSL | 302.58º | 0.75% | 0.57% | - |
| HSV(B) | 302.58º | 0.71% | 0.89% | - |
| XYZ | 46.94 | 25.5 | 70.85 | - |
| YUV | 131.52 | 178.5 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 65 | 221 | 0 | 0.71 | 0.03 | 0.11 | 302.58 | 0.75 | 0.57 |
| Hex | E4 | 41 | DD | 0 | 47 | 3 | B | 12F | 4B | 39 |
| Octal | 344 | 101 | 335 | 0 | 107 | 3 | 13 | 457 | 113 | 71 |
| Binary | 11100100 | 1000001 | 11011101 | 0 | 1000111 | 11 | 1011 | 100101111 | 1001011 | 111001 |
Color Harmonies of #E441DD
Complementary color
Monochromatic Colors of #E441DD
Black with #E441DD
Text Example
Text Example
White with #E441DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E441DD; }
p { color: rgb(228,65,221); }
H1.HeaderClassName
{
color: #E441DD;
}
.AnyTagClassName
{
color: #E441DD;
}
</style>
background-color css
<style>
a { background-color: #E441DD; }
a { background-color: rgb(228,65,221); }
div.DivClassName
{
background-color: #E441DD;
}
.BgClassName
{
background-color: #E441DD;
}
</style>
border-color css
<style>
span { border-color: #E441DD; }
span { border-color: rgb(228,65,221); }
td.TdClassName
{
border-color: #E441DD;
}
.TagClassName
{
border-color: #E441DD;
}
</style>