Html Css Color HEX #E55FCD Free Speech Magenta
📋 copy color: '#E55FCD'red 229 ◦ green 95 ◦ blue 205
Shades of Free Speech Magenta #E55FCD
Tints of Free Speech Magenta #E55FCD
RGB
CMYK
RGB Variations
Color information
#E55FCD (or 0xE55FCD) is known color: Free Speech Magenta. HEX triplet: E5, 5F and CD. RGB value is (229,95,205). Sum of RGB (Red+Green+Blue) = 229+95+205=529 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.29% from 529); Green value is 95 (37.5% from 255 or 17.96% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 229 - color contains mainly: red. Hex color #E55FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55FCD is #1AA032. Grayscale: #939393. Windows color (decimal): -1744947 or 13459429. OLE color: 13459429.
HSL color Cylindrical-coordinate representation of color #E55FCD: hue angle of 310.75º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E55FCD is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 95 | 205 | - |
| CMYK | 0 | 0.59 | 0.10 | 0.10 |
| HSL | 310.75º | 0.72% | 0.64% | - |
| HSV(B) | 310.75º | 0.59% | 0.9% | - |
| XYZ | 47.42 | 29.25 | 60.9 | - |
| YUV | 147.61 | 160.39 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 95 | 205 | 0 | 0.59 | 0.10 | 0.10 | 310.75 | 0.72 | 0.64 |
| Hex | E5 | 5F | CD | 0 | 3B | A | A | 137 | 48 | 40 |
| Octal | 345 | 137 | 315 | 0 | 73 | 12 | 12 | 467 | 110 | 100 |
| Binary | 11100101 | 1011111 | 11001101 | 0 | 111011 | 1010 | 1010 | 100110111 | 1001000 | 1000000 |
Color Harmonies of #E55FCD
Complementary color
Monochromatic Colors of #E55FCD
Black with #E55FCD
Text Example
Text Example
White with #E55FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55FCD; }
p { color: rgb(229,95,205); }
H1.HeaderClassName
{
color: #E55FCD;
}
.AnyTagClassName
{
color: #E55FCD;
}
</style>
background-color css
<style>
a { background-color: #E55FCD; }
a { background-color: rgb(229,95,205); }
div.DivClassName
{
background-color: #E55FCD;
}
.BgClassName
{
background-color: #E55FCD;
}
</style>
border-color css
<style>
span { border-color: #E55FCD; }
span { border-color: rgb(229,95,205); }
td.TdClassName
{
border-color: #E55FCD;
}
.TagClassName
{
border-color: #E55FCD;
}
</style>