Html Css Color HEX #E55BD9 Free Speech Magenta
📋 copy color: '#E55BD9'red 229 ◦ green 91 ◦ blue 217
Shades of Free Speech Magenta #E55BD9
Tints of Free Speech Magenta #E55BD9
RGB
CMYK
RGB Variations
Color information
#E55BD9 (or 0xE55BD9) is known color: Free Speech Magenta. HEX triplet: E5, 5B and D9. RGB value is (229,91,217). Sum of RGB (Red+Green+Blue) = 229+91+217=537 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.64% from 537); Green value is 91 (35.94% from 255 or 16.95% from 537); Blue value is 217 (85.16% from 255 or 40.41% from 537); Max value from RGB is 229 - color contains mainly: red. Hex color #E55BD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55BD9 is #1AA426. Grayscale: #929292. Windows color (decimal): -1745959 or 14244837. OLE color: 14244837.
HSL color Cylindrical-coordinate representation of color #E55BD9: hue angle of 305.22º 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 #E55BD9 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 91 | 217 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.10 |
| HSL | 305.22º | 0.73% | 0.63% | - |
| HSV(B) | 305.22º | 0.6% | 0.9% | - |
| XYZ | 48.58 | 29.15 | 68.71 | - |
| YUV | 146.63 | 167.72 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 91 | 217 | 0 | 0.60 | 0.05 | 0.10 | 305.22 | 0.73 | 0.63 |
| Hex | E5 | 5B | D9 | 0 | 3C | 5 | A | 131 | 49 | 3F |
| Octal | 345 | 133 | 331 | 0 | 74 | 5 | 12 | 461 | 111 | 77 |
| Binary | 11100101 | 1011011 | 11011001 | 0 | 111100 | 101 | 1010 | 100110001 | 1001001 | 111111 |
Color Harmonies of #E55BD9
Complementary color
Monochromatic Colors of #E55BD9
Black with #E55BD9
Text Example
Text Example
White with #E55BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55BD9; }
p { color: rgb(229,91,217); }
H1.HeaderClassName
{
color: #E55BD9;
}
.AnyTagClassName
{
color: #E55BD9;
}
</style>
background-color css
<style>
a { background-color: #E55BD9; }
a { background-color: rgb(229,91,217); }
div.DivClassName
{
background-color: #E55BD9;
}
.BgClassName
{
background-color: #E55BD9;
}
</style>
border-color css
<style>
span { border-color: #E55BD9; }
span { border-color: rgb(229,91,217); }
td.TdClassName
{
border-color: #E55BD9;
}
.TagClassName
{
border-color: #E55BD9;
}
</style>