Html Css Color HEX #E544DF Free Speech Magenta
📋 copy color: '#E544DF'red 229 ◦ green 68 ◦ blue 223
Shades of Free Speech Magenta #E544DF
Tints of Free Speech Magenta #E544DF
RGB
CMYK
RGB Variations
Color information
#E544DF (or 0xE544DF) is known color: Free Speech Magenta. HEX triplet: E5, 44 and DF. RGB value is (229,68,223). Sum of RGB (Red+Green+Blue) = 229+68+223=520 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.04% from 520); Green value is 68 (26.95% from 255 or 13.08% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 229 - color contains mainly: red. Hex color #E544DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E544DF is #1ABB20. Grayscale: #858585. Windows color (decimal): -1751841 or 14632165. OLE color: 14632165.
HSL color Cylindrical-coordinate representation of color #E544DF: hue angle of 302.24º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E544DF is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 68 | 223 | - |
| CMYK | 0 | 0.70 | 0.03 | 0.10 |
| HSL | 302.24º | 0.76% | 0.58% | - |
| HSV(B) | 302.24º | 0.7% | 0.9% | - |
| XYZ | 47.7 | 26.12 | 72.34 | - |
| YUV | 133.81 | 178.34 | 195.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 68 | 223 | 0 | 0.70 | 0.03 | 0.10 | 302.24 | 0.76 | 0.58 |
| Hex | E5 | 44 | DF | 0 | 46 | 3 | A | 12E | 4C | 3A |
| Octal | 345 | 104 | 337 | 0 | 106 | 3 | 12 | 456 | 114 | 72 |
| Binary | 11100101 | 1000100 | 11011111 | 0 | 1000110 | 11 | 1010 | 100101110 | 1001100 | 111010 |
Color Harmonies of #E544DF
Complementary color
Monochromatic Colors of #E544DF
Black with #E544DF
Text Example
Text Example
White with #E544DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E544DF; }
p { color: rgb(229,68,223); }
H1.HeaderClassName
{
color: #E544DF;
}
.AnyTagClassName
{
color: #E544DF;
}
</style>
background-color css
<style>
a { background-color: #E544DF; }
a { background-color: rgb(229,68,223); }
div.DivClassName
{
background-color: #E544DF;
}
.BgClassName
{
background-color: #E544DF;
}
</style>
border-color css
<style>
span { border-color: #E544DF; }
span { border-color: rgb(229,68,223); }
td.TdClassName
{
border-color: #E544DF;
}
.TagClassName
{
border-color: #E544DF;
}
</style>