Html Css Color HEX #E55BCD Free Speech Magenta
📋 copy color: '#E55BCD'red 229 ◦ green 91 ◦ blue 205
Shades of Free Speech Magenta #E55BCD
Tints of Free Speech Magenta #E55BCD
RGB
CMYK
RGB Variations
Color information
#E55BCD (or 0xE55BCD) is known color: Free Speech Magenta. HEX triplet: E5, 5B and CD. RGB value is (229,91,205). Sum of RGB (Red+Green+Blue) = 229+91+205=525 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.62% from 525); Green value is 91 (35.94% from 255 or 17.33% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 229 - color contains mainly: red. Hex color #E55BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55BCD is #1AA432. Grayscale: #909090. Windows color (decimal): -1745971 or 13458405. OLE color: 13458405.
HSL color Cylindrical-coordinate representation of color #E55BCD: hue angle of 310.43º 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 #E55BCD is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 91 | 205 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.10 |
| HSL | 310.43º | 0.73% | 0.63% | - |
| HSV(B) | 310.43º | 0.6% | 0.9% | - |
| XYZ | 47.07 | 28.55 | 60.79 | - |
| YUV | 145.26 | 161.72 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 91 | 205 | 0 | 0.60 | 0.10 | 0.10 | 310.43 | 0.73 | 0.63 |
| Hex | E5 | 5B | CD | 0 | 3C | A | A | 136 | 49 | 3F |
| Octal | 345 | 133 | 315 | 0 | 74 | 12 | 12 | 466 | 111 | 77 |
| Binary | 11100101 | 1011011 | 11001101 | 0 | 111100 | 1010 | 1010 | 100110110 | 1001001 | 111111 |
Color Harmonies of #E55BCD
Complementary color
Monochromatic Colors of #E55BCD
Black with #E55BCD
Text Example
Text Example
White with #E55BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55BCD; }
p { color: rgb(229,91,205); }
H1.HeaderClassName
{
color: #E55BCD;
}
.AnyTagClassName
{
color: #E55BCD;
}
</style>
background-color css
<style>
a { background-color: #E55BCD; }
a { background-color: rgb(229,91,205); }
div.DivClassName
{
background-color: #E55BCD;
}
.BgClassName
{
background-color: #E55BCD;
}
</style>
border-color css
<style>
span { border-color: #E55BCD; }
span { border-color: rgb(229,91,205); }
td.TdClassName
{
border-color: #E55BCD;
}
.TagClassName
{
border-color: #E55BCD;
}
</style>