Html Css Color HEX #E55EDE Free Speech Magenta
📋 copy color: '#E55EDE'red 229 ◦ green 94 ◦ blue 222
Shades of Free Speech Magenta #E55EDE
Tints of Free Speech Magenta #E55EDE
RGB
CMYK
RGB Variations
Color information
#E55EDE (or 0xE55EDE) is known color: Free Speech Magenta. HEX triplet: E5, 5E and DE. RGB value is (229,94,222). Sum of RGB (Red+Green+Blue) = 229+94+222=545 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.02% from 545); Green value is 94 (37.11% from 255 or 17.25% from 545); Blue value is 222 (87.11% from 255 or 40.73% from 545); Max value from RGB is 229 - color contains mainly: red. Hex color #E55EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55EDE is #1AA121. Grayscale: #949494. Windows color (decimal): -1745186 or 14573285. OLE color: 14573285.
HSL color Cylindrical-coordinate representation of color #E55EDE: hue angle of 303.11º 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 #E55EDE is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 94 | 222 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.10 |
| HSL | 303.11º | 0.72% | 0.63% | - |
| HSV(B) | 303.11º | 0.59% | 0.9% | - |
| XYZ | 49.5 | 29.94 | 72.28 | - |
| YUV | 148.96 | 169.23 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 94 | 222 | 0 | 0.59 | 0.03 | 0.10 | 303.11 | 0.72 | 0.63 |
| Hex | E5 | 5E | DE | 0 | 3B | 3 | A | 12F | 48 | 3F |
| Octal | 345 | 136 | 336 | 0 | 73 | 3 | 12 | 457 | 110 | 77 |
| Binary | 11100101 | 1011110 | 11011110 | 0 | 111011 | 11 | 1010 | 100101111 | 1001000 | 111111 |
Color Harmonies of #E55EDE
Complementary color
Monochromatic Colors of #E55EDE
Black with #E55EDE
Text Example
Text Example
White with #E55EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55EDE; }
p { color: rgb(229,94,222); }
H1.HeaderClassName
{
color: #E55EDE;
}
.AnyTagClassName
{
color: #E55EDE;
}
</style>
background-color css
<style>
a { background-color: #E55EDE; }
a { background-color: rgb(229,94,222); }
div.DivClassName
{
background-color: #E55EDE;
}
.BgClassName
{
background-color: #E55EDE;
}
</style>
border-color css
<style>
span { border-color: #E55EDE; }
span { border-color: rgb(229,94,222); }
td.TdClassName
{
border-color: #E55EDE;
}
.TagClassName
{
border-color: #E55EDE;
}
</style>