Html Css Color HEX #E55FDF Free Speech Magenta
📋 copy color: '#E55FDF'red 229 ◦ green 95 ◦ blue 223
Shades of Free Speech Magenta #E55FDF
Tints of Free Speech Magenta #E55FDF
RGB
CMYK
RGB Variations
Color information
#E55FDF (or 0xE55FDF) is known color: Free Speech Magenta. HEX triplet: E5, 5F and DF. RGB value is (229,95,223). Sum of RGB (Red+Green+Blue) = 229+95+223=547 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.86% from 547); Green value is 95 (37.5% from 255 or 17.37% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 229 - color contains mainly: red. Hex color #E55FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55FDF is #1AA020. Grayscale: #959595. Windows color (decimal): -1744929 or 14639077. OLE color: 14639077.
HSL color Cylindrical-coordinate representation of color #E55FDF: hue angle of 302.69º 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 #E55FDF is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 95 | 223 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.10 |
| HSL | 302.69º | 0.72% | 0.64% | - |
| HSV(B) | 302.69º | 0.59% | 0.9% | - |
| XYZ | 49.72 | 30.17 | 73.01 | - |
| YUV | 149.66 | 169.39 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 95 | 223 | 0 | 0.59 | 0.03 | 0.10 | 302.69 | 0.72 | 0.64 |
| Hex | E5 | 5F | DF | 0 | 3B | 3 | A | 12F | 48 | 40 |
| Octal | 345 | 137 | 337 | 0 | 73 | 3 | 12 | 457 | 110 | 100 |
| Binary | 11100101 | 1011111 | 11011111 | 0 | 111011 | 11 | 1010 | 100101111 | 1001000 | 1000000 |
Color Harmonies of #E55FDF
Complementary color
Monochromatic Colors of #E55FDF
Black with #E55FDF
Text Example
Text Example
White with #E55FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55FDF; }
p { color: rgb(229,95,223); }
H1.HeaderClassName
{
color: #E55FDF;
}
.AnyTagClassName
{
color: #E55FDF;
}
</style>
background-color css
<style>
a { background-color: #E55FDF; }
a { background-color: rgb(229,95,223); }
div.DivClassName
{
background-color: #E55FDF;
}
.BgClassName
{
background-color: #E55FDF;
}
</style>
border-color css
<style>
span { border-color: #E55FDF; }
span { border-color: rgb(229,95,223); }
td.TdClassName
{
border-color: #E55FDF;
}
.TagClassName
{
border-color: #E55FDF;
}
</style>