Html Css Color HEX #E441DA Free Speech Magenta
📋 copy color: '#E441DA'red 228 ◦ green 65 ◦ blue 218
Shades of Free Speech Magenta #E441DA
Tints of Free Speech Magenta #E441DA
RGB
CMYK
RGB Variations
Color information
#E441DA (or 0xE441DA) is known color: Free Speech Magenta. HEX triplet: E4, 41 and DA. RGB value is (228,65,218). Sum of RGB (Red+Green+Blue) = 228+65+218=511 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.62% from 511); Green value is 65 (25.78% from 255 or 12.72% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 228 - color contains mainly: red. Hex color #E441DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E441DA is #1BBE25. Grayscale: #828282. Windows color (decimal): -1818150 or 14303716. OLE color: 14303716.
HSL color Cylindrical-coordinate representation of color #E441DA: hue angle of 303.68º 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 #E441DA is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 65 | 218 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.11 |
| HSL | 303.68º | 0.75% | 0.57% | - |
| HSV(B) | 303.68º | 0.71% | 0.89% | - |
| XYZ | 46.54 | 25.34 | 68.77 | - |
| YUV | 131.18 | 177 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 65 | 218 | 0 | 0.71 | 0.04 | 0.11 | 303.68 | 0.75 | 0.57 |
| Hex | E4 | 41 | DA | 0 | 47 | 4 | B | 130 | 4B | 39 |
| Octal | 344 | 101 | 332 | 0 | 107 | 4 | 13 | 460 | 113 | 71 |
| Binary | 11100100 | 1000001 | 11011010 | 0 | 1000111 | 100 | 1011 | 100110000 | 1001011 | 111001 |
Color Harmonies of #E441DA
Complementary color
Monochromatic Colors of #E441DA
Black with #E441DA
Text Example
Text Example
White with #E441DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E441DA; }
p { color: rgb(228,65,218); }
H1.HeaderClassName
{
color: #E441DA;
}
.AnyTagClassName
{
color: #E441DA;
}
</style>
background-color css
<style>
a { background-color: #E441DA; }
a { background-color: rgb(228,65,218); }
div.DivClassName
{
background-color: #E441DA;
}
.BgClassName
{
background-color: #E441DA;
}
</style>
border-color css
<style>
span { border-color: #E441DA; }
span { border-color: rgb(228,65,218); }
td.TdClassName
{
border-color: #E441DA;
}
.TagClassName
{
border-color: #E441DA;
}
</style>