Html Css Color HEX #E55DDF Free Speech Magenta
📋 copy color: '#E55DDF'red 229 ◦ green 93 ◦ blue 223
Shades of Free Speech Magenta #E55DDF
Tints of Free Speech Magenta #E55DDF
RGB
CMYK
RGB Variations
Color information
#E55DDF (or 0xE55DDF) is known color: Free Speech Magenta. HEX triplet: E5, 5D and DF. RGB value is (229,93,223). Sum of RGB (Red+Green+Blue) = 229+93+223=545 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.02% from 545); Green value is 93 (36.72% from 255 or 17.06% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 229 - color contains mainly: red. Hex color #E55DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55DDF is #1AA220. Grayscale: #949494. Windows color (decimal): -1745441 or 14638565. OLE color: 14638565.
HSL color Cylindrical-coordinate representation of color #E55DDF: hue angle of 302.65º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E55DDF is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 93 | 223 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.10 |
| HSL | 302.65º | 0.72% | 0.63% | - |
| HSV(B) | 302.65º | 0.59% | 0.9% | - |
| XYZ | 49.55 | 29.81 | 72.96 | - |
| YUV | 148.48 | 170.06 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 93 | 223 | 0 | 0.59 | 0.03 | 0.10 | 302.65 | 0.72 | 0.63 |
| Hex | E5 | 5D | DF | 0 | 3B | 3 | A | 12F | 48 | 3F |
| Octal | 345 | 135 | 337 | 0 | 73 | 3 | 12 | 457 | 110 | 77 |
| Binary | 11100101 | 1011101 | 11011111 | 0 | 111011 | 11 | 1010 | 100101111 | 1001000 | 111111 |
Color Harmonies of #E55DDF
Complementary color
Monochromatic Colors of #E55DDF
Black with #E55DDF
Text Example
Text Example
White with #E55DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55DDF; }
p { color: rgb(229,93,223); }
H1.HeaderClassName
{
color: #E55DDF;
}
.AnyTagClassName
{
color: #E55DDF;
}
</style>
background-color css
<style>
a { background-color: #E55DDF; }
a { background-color: rgb(229,93,223); }
div.DivClassName
{
background-color: #E55DDF;
}
.BgClassName
{
background-color: #E55DDF;
}
</style>
border-color css
<style>
span { border-color: #E55DDF; }
span { border-color: rgb(229,93,223); }
td.TdClassName
{
border-color: #E55DDF;
}
.TagClassName
{
border-color: #E55DDF;
}
</style>