Html Css Color HEX #E55ED0 Free Speech Magenta
📋 copy color: '#E55ED0'red 229 ◦ green 94 ◦ blue 208
Shades of Free Speech Magenta #E55ED0
Tints of Free Speech Magenta #E55ED0
RGB
CMYK
RGB Variations
Color information
#E55ED0 (or 0xE55ED0) is known color: Free Speech Magenta. HEX triplet: E5, 5E and D0. RGB value is (229,94,208). Sum of RGB (Red+Green+Blue) = 229+94+208=531 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.13% from 531); Green value is 94 (37.11% from 255 or 17.70% from 531); Blue value is 208 (81.64% from 255 or 39.17% from 531); Max value from RGB is 229 - color contains mainly: red. Hex color #E55ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55ED0 is #1AA12F. Grayscale: #939393. Windows color (decimal): -1745200 or 13655781. OLE color: 13655781.
HSL color Cylindrical-coordinate representation of color #E55ED0: hue angle of 309.33º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E55ED0 is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 94 | 208 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.10 |
| HSL | 309.33º | 0.72% | 0.63% | - |
| HSV(B) | 309.33º | 0.59% | 0.9% | - |
| XYZ | 47.7 | 29.22 | 62.8 | - |
| YUV | 147.36 | 162.23 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 94 | 208 | 0 | 0.59 | 0.09 | 0.10 | 309.33 | 0.72 | 0.63 |
| Hex | E5 | 5E | D0 | 0 | 3B | 9 | A | 135 | 48 | 3F |
| Octal | 345 | 136 | 320 | 0 | 73 | 11 | 12 | 465 | 110 | 77 |
| Binary | 11100101 | 1011110 | 11010000 | 0 | 111011 | 1001 | 1010 | 100110101 | 1001000 | 111111 |
Color Harmonies of #E55ED0
Complementary color
Monochromatic Colors of #E55ED0
Black with #E55ED0
Text Example
Text Example
White with #E55ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55ED0; }
p { color: rgb(229,94,208); }
H1.HeaderClassName
{
color: #E55ED0;
}
.AnyTagClassName
{
color: #E55ED0;
}
</style>
background-color css
<style>
a { background-color: #E55ED0; }
a { background-color: rgb(229,94,208); }
div.DivClassName
{
background-color: #E55ED0;
}
.BgClassName
{
background-color: #E55ED0;
}
</style>
border-color css
<style>
span { border-color: #E55ED0; }
span { border-color: rgb(229,94,208); }
td.TdClassName
{
border-color: #E55ED0;
}
.TagClassName
{
border-color: #E55ED0;
}
</style>