Html Css Color HEX #E550D9 Free Speech Magenta
📋 copy color: '#E550D9'red 229 ◦ green 80 ◦ blue 217
Shades of Free Speech Magenta #E550D9
Tints of Free Speech Magenta #E550D9
RGB
CMYK
RGB Variations
Color information
#E550D9 (or 0xE550D9) is known color: Free Speech Magenta. HEX triplet: E5, 50 and D9. RGB value is (229,80,217). Sum of RGB (Red+Green+Blue) = 229+80+217=526 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.54% from 526); Green value is 80 (31.64% from 255 or 15.21% from 526); Blue value is 217 (85.16% from 255 or 41.25% from 526); Max value from RGB is 229 - color contains mainly: red. Hex color #E550D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E550D9 is #1AAF26. Grayscale: #8B8B8B. Windows color (decimal): -1748775 or 14242021. OLE color: 14242021.
HSL color Cylindrical-coordinate representation of color #E550D9: hue angle of 304.83º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E550D9 is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 80 | 217 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.10 |
| HSL | 304.83º | 0.74% | 0.61% | - |
| HSV(B) | 304.83º | 0.65% | 0.9% | - |
| XYZ | 47.71 | 27.41 | 68.42 | - |
| YUV | 140.17 | 171.36 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 80 | 217 | 0 | 0.65 | 0.05 | 0.10 | 304.83 | 0.74 | 0.61 |
| Hex | E5 | 50 | D9 | 0 | 41 | 5 | A | 131 | 4A | 3D |
| Octal | 345 | 120 | 331 | 0 | 101 | 5 | 12 | 461 | 112 | 75 |
| Binary | 11100101 | 1010000 | 11011001 | 0 | 1000001 | 101 | 1010 | 100110001 | 1001010 | 111101 |
Color Harmonies of #E550D9
Complementary color
Monochromatic Colors of #E550D9
Black with #E550D9
Text Example
Text Example
White with #E550D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E550D9; }
p { color: rgb(229,80,217); }
H1.HeaderClassName
{
color: #E550D9;
}
.AnyTagClassName
{
color: #E550D9;
}
</style>
background-color css
<style>
a { background-color: #E550D9; }
a { background-color: rgb(229,80,217); }
div.DivClassName
{
background-color: #E550D9;
}
.BgClassName
{
background-color: #E550D9;
}
</style>
border-color css
<style>
span { border-color: #E550D9; }
span { border-color: rgb(229,80,217); }
td.TdClassName
{
border-color: #E550D9;
}
.TagClassName
{
border-color: #E550D9;
}
</style>