Html Css Color HEX #E441ED Free Speech Magenta
📋 copy color: '#E441ED'red 228 ◦ green 65 ◦ blue 237
Shades of Free Speech Magenta #E441ED
Tints of Free Speech Magenta #E441ED
RGB
CMYK
RGB Variations
Color information
#E441ED (or 0xE441ED) is known color: Free Speech Magenta. HEX triplet: E4, 41 and ED. RGB value is (228,65,237). Sum of RGB (Red+Green+Blue) = 228+65+237=530 (70% of max value = 765). Red value is 228 (89.45% from 255 or 43.02% from 530); Green value is 65 (25.78% from 255 or 12.26% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #E441ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E441ED is #1BBE12. Grayscale: #848484. Windows color (decimal): -1818131 or 15548900. OLE color: 15548900.
HSL color Cylindrical-coordinate representation of color #E441ED: hue angle of 296.86º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E441ED is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 65 | 237 | - |
| CMYK | 0.04 | 0.73 | 0 | 0.07 |
| HSL | 296.86º | 0.83% | 0.59% | - |
| HSV(B) | 296.86º | 0.73% | 0.93% | - |
| XYZ | 49.17 | 26.39 | 82.62 | - |
| YUV | 133.35 | 186.5 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 65 | 237 | 0.04 | 0.73 | 0 | 0.07 | 296.86 | 0.83 | 0.59 |
| Hex | E4 | 41 | ED | 4 | 49 | 0 | 7 | 129 | 53 | 3B |
| Octal | 344 | 101 | 355 | 4 | 111 | 0 | 7 | 451 | 123 | 73 |
| Binary | 11100100 | 1000001 | 11101101 | 100 | 1001001 | 0 | 111 | 100101001 | 1010011 | 111011 |
Color Harmonies of #E441ED
Complementary color
Monochromatic Colors of #E441ED
Black with #E441ED
Text Example
Text Example
White with #E441ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E441ED; }
p { color: rgb(228,65,237); }
H1.HeaderClassName
{
color: #E441ED;
}
.AnyTagClassName
{
color: #E441ED;
}
</style>
background-color css
<style>
a { background-color: #E441ED; }
a { background-color: rgb(228,65,237); }
div.DivClassName
{
background-color: #E441ED;
}
.BgClassName
{
background-color: #E441ED;
}
</style>
border-color css
<style>
span { border-color: #E441ED; }
span { border-color: rgb(228,65,237); }
td.TdClassName
{
border-color: #E441ED;
}
.TagClassName
{
border-color: #E441ED;
}
</style>