Html Css Color HEX #E55CDA Free Speech Magenta
📋 copy color: '#E55CDA'red 229 ◦ green 92 ◦ blue 218
Shades of Free Speech Magenta #E55CDA
Tints of Free Speech Magenta #E55CDA
RGB
CMYK
RGB Variations
Color information
#E55CDA (or 0xE55CDA) is known color: Free Speech Magenta. HEX triplet: E5, 5C and DA. RGB value is (229,92,218). Sum of RGB (Red+Green+Blue) = 229+92+218=539 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.49% from 539); Green value is 92 (36.33% from 255 or 17.07% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 229 - color contains mainly: red. Hex color #E55CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55CDA is #1AA325. Grayscale: #929292. Windows color (decimal): -1745702 or 14310629. OLE color: 14310629.
HSL color Cylindrical-coordinate representation of color #E55CDA: hue angle of 304.82º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E55CDA is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 92 | 218 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.10 |
| HSL | 304.82º | 0.72% | 0.63% | - |
| HSV(B) | 304.82º | 0.6% | 0.9% | - |
| XYZ | 48.8 | 29.37 | 69.43 | - |
| YUV | 147.33 | 167.89 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 92 | 218 | 0 | 0.60 | 0.05 | 0.10 | 304.82 | 0.72 | 0.63 |
| Hex | E5 | 5C | DA | 0 | 3C | 5 | A | 131 | 48 | 3F |
| Octal | 345 | 134 | 332 | 0 | 74 | 5 | 12 | 461 | 110 | 77 |
| Binary | 11100101 | 1011100 | 11011010 | 0 | 111100 | 101 | 1010 | 100110001 | 1001000 | 111111 |
Color Harmonies of #E55CDA
Complementary color
Monochromatic Colors of #E55CDA
Black with #E55CDA
Text Example
Text Example
White with #E55CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55CDA; }
p { color: rgb(229,92,218); }
H1.HeaderClassName
{
color: #E55CDA;
}
.AnyTagClassName
{
color: #E55CDA;
}
</style>
background-color css
<style>
a { background-color: #E55CDA; }
a { background-color: rgb(229,92,218); }
div.DivClassName
{
background-color: #E55CDA;
}
.BgClassName
{
background-color: #E55CDA;
}
</style>
border-color css
<style>
span { border-color: #E55CDA; }
span { border-color: rgb(229,92,218); }
td.TdClassName
{
border-color: #E55CDA;
}
.TagClassName
{
border-color: #E55CDA;
}
</style>