Html Css Color HEX #E551ED Free Speech Magenta
📋 copy color: '#E551ED'red 229 ◦ green 81 ◦ blue 237
Shades of Free Speech Magenta #E551ED
Tints of Free Speech Magenta #E551ED
RGB
CMYK
RGB Variations
Color information
#E551ED (or 0xE551ED) is known color: Free Speech Magenta. HEX triplet: E5, 51 and ED. RGB value is (229,81,237). Sum of RGB (Red+Green+Blue) = 229+81+237=547 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.86% from 547); Green value is 81 (32.03% from 255 or 14.81% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #E551ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E551ED is #1AAE12. Grayscale: #8E8E8E. Windows color (decimal): -1748499 or 15552997. OLE color: 15552997.
HSL color Cylindrical-coordinate representation of color #E551ED: hue angle of 296.92º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E551ED is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 81 | 237 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.07 |
| HSL | 296.92º | 0.81% | 0.62% | - |
| HSV(B) | 296.92º | 0.66% | 0.93% | - |
| XYZ | 50.54 | 28.66 | 82.99 | - |
| YUV | 143.04 | 181.03 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 81 | 237 | 0.03 | 0.66 | 0 | 0.07 | 296.92 | 0.81 | 0.62 |
| Hex | E5 | 51 | ED | 3 | 42 | 0 | 7 | 129 | 51 | 3E |
| Octal | 345 | 121 | 355 | 3 | 102 | 0 | 7 | 451 | 121 | 76 |
| Binary | 11100101 | 1010001 | 11101101 | 11 | 1000010 | 0 | 111 | 100101001 | 1010001 | 111110 |
Color Harmonies of #E551ED
Complementary color
Monochromatic Colors of #E551ED
Black with #E551ED
Text Example
Text Example
White with #E551ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E551ED; }
p { color: rgb(229,81,237); }
H1.HeaderClassName
{
color: #E551ED;
}
.AnyTagClassName
{
color: #E551ED;
}
</style>
background-color css
<style>
a { background-color: #E551ED; }
a { background-color: rgb(229,81,237); }
div.DivClassName
{
background-color: #E551ED;
}
.BgClassName
{
background-color: #E551ED;
}
</style>
border-color css
<style>
span { border-color: #E551ED; }
span { border-color: rgb(229,81,237); }
td.TdClassName
{
border-color: #E551ED;
}
.TagClassName
{
border-color: #E551ED;
}
</style>