Html Css Color HEX #E55BDF Free Speech Magenta
📋 copy color: '#E55BDF'red 229 ◦ green 91 ◦ blue 223
Shades of Free Speech Magenta #E55BDF
Tints of Free Speech Magenta #E55BDF
RGB
CMYK
RGB Variations
Color information
#E55BDF (or 0xE55BDF) is known color: Free Speech Magenta. HEX triplet: E5, 5B and DF. RGB value is (229,91,223). Sum of RGB (Red+Green+Blue) = 229+91+223=543 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.17% from 543); Green value is 91 (35.94% from 255 or 16.76% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 229 - color contains mainly: red. Hex color #E55BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55BDF is #1AA420. Grayscale: #929292. Windows color (decimal): -1745953 or 14638053. OLE color: 14638053.
HSL color Cylindrical-coordinate representation of color #E55BDF: hue angle of 302.61º 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 #E55BDF is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 91 | 223 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.10 |
| HSL | 302.61º | 0.73% | 0.63% | - |
| HSV(B) | 302.61º | 0.6% | 0.9% | - |
| XYZ | 49.37 | 29.47 | 72.9 | - |
| YUV | 147.31 | 170.72 | 186.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 91 | 223 | 0 | 0.60 | 0.03 | 0.10 | 302.61 | 0.73 | 0.63 |
| Hex | E5 | 5B | DF | 0 | 3C | 3 | A | 12F | 49 | 3F |
| Octal | 345 | 133 | 337 | 0 | 74 | 3 | 12 | 457 | 111 | 77 |
| Binary | 11100101 | 1011011 | 11011111 | 0 | 111100 | 11 | 1010 | 100101111 | 1001001 | 111111 |
Color Harmonies of #E55BDF
Complementary color
Monochromatic Colors of #E55BDF
Black with #E55BDF
Text Example
Text Example
White with #E55BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55BDF; }
p { color: rgb(229,91,223); }
H1.HeaderClassName
{
color: #E55BDF;
}
.AnyTagClassName
{
color: #E55BDF;
}
</style>
background-color css
<style>
a { background-color: #E55BDF; }
a { background-color: rgb(229,91,223); }
div.DivClassName
{
background-color: #E55BDF;
}
.BgClassName
{
background-color: #E55BDF;
}
</style>
border-color css
<style>
span { border-color: #E55BDF; }
span { border-color: rgb(229,91,223); }
td.TdClassName
{
border-color: #E55BDF;
}
.TagClassName
{
border-color: #E55BDF;
}
</style>