Html Css Color HEX #E55BDC Free Speech Magenta
📋 copy color: '#E55BDC'red 229 ◦ green 91 ◦ blue 220
Shades of Free Speech Magenta #E55BDC
Tints of Free Speech Magenta #E55BDC
RGB
CMYK
RGB Variations
Color information
#E55BDC (or 0xE55BDC) is known color: Free Speech Magenta. HEX triplet: E5, 5B and DC. RGB value is (229,91,220). Sum of RGB (Red+Green+Blue) = 229+91+220=540 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.41% from 540); Green value is 91 (35.94% from 255 or 16.85% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 229 - color contains mainly: red. Hex color #E55BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55BDC is #1AA423. Grayscale: #929292. Windows color (decimal): -1745956 or 14441445. OLE color: 14441445.
HSL color Cylindrical-coordinate representation of color #E55BDC: hue angle of 303.91º degrees, saturation: 0.73, 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 #E55BDC is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 91 | 220 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.10 |
| HSL | 303.91º | 0.73% | 0.63% | - |
| HSV(B) | 303.91º | 0.6% | 0.9% | - |
| XYZ | 48.97 | 29.31 | 70.79 | - |
| YUV | 146.97 | 169.22 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 91 | 220 | 0 | 0.60 | 0.04 | 0.10 | 303.91 | 0.73 | 0.63 |
| Hex | E5 | 5B | DC | 0 | 3C | 4 | A | 130 | 49 | 3F |
| Octal | 345 | 133 | 334 | 0 | 74 | 4 | 12 | 460 | 111 | 77 |
| Binary | 11100101 | 1011011 | 11011100 | 0 | 111100 | 100 | 1010 | 100110000 | 1001001 | 111111 |
Color Harmonies of #E55BDC
Complementary color
Monochromatic Colors of #E55BDC
Black with #E55BDC
Text Example
Text Example
White with #E55BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55BDC; }
p { color: rgb(229,91,220); }
H1.HeaderClassName
{
color: #E55BDC;
}
.AnyTagClassName
{
color: #E55BDC;
}
</style>
background-color css
<style>
a { background-color: #E55BDC; }
a { background-color: rgb(229,91,220); }
div.DivClassName
{
background-color: #E55BDC;
}
.BgClassName
{
background-color: #E55BDC;
}
</style>
border-color css
<style>
span { border-color: #E55BDC; }
span { border-color: rgb(229,91,220); }
td.TdClassName
{
border-color: #E55BDC;
}
.TagClassName
{
border-color: #E55BDC;
}
</style>