Html Css Color HEX #E544DD Free Speech Magenta
📋 copy color: '#E544DD'red 229 ◦ green 68 ◦ blue 221
Shades of Free Speech Magenta #E544DD
Tints of Free Speech Magenta #E544DD
RGB
CMYK
RGB Variations
Color information
#E544DD (or 0xE544DD) is known color: Free Speech Magenta. HEX triplet: E5, 44 and DD. RGB value is (229,68,221). Sum of RGB (Red+Green+Blue) = 229+68+221=518 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.21% from 518); Green value is 68 (26.95% from 255 or 13.13% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 229 - color contains mainly: red. Hex color #E544DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E544DD is #1ABB22. Grayscale: #858585. Windows color (decimal): -1751843 or 14501093. OLE color: 14501093.
HSL color Cylindrical-coordinate representation of color #E544DD: hue angle of 302.98º 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 #E544DD is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 68 | 221 | - |
| CMYK | 0 | 0.70 | 0.03 | 0.10 |
| HSL | 302.98º | 0.76% | 0.58% | - |
| HSV(B) | 302.98º | 0.7% | 0.9% | - |
| XYZ | 47.43 | 26.01 | 70.93 | - |
| YUV | 133.58 | 177.34 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 68 | 221 | 0 | 0.70 | 0.03 | 0.10 | 302.98 | 0.76 | 0.58 |
| Hex | E5 | 44 | DD | 0 | 46 | 3 | A | 12F | 4C | 3A |
| Octal | 345 | 104 | 335 | 0 | 106 | 3 | 12 | 457 | 114 | 72 |
| Binary | 11100101 | 1000100 | 11011101 | 0 | 1000110 | 11 | 1010 | 100101111 | 1001100 | 111010 |
Color Harmonies of #E544DD
Complementary color
Monochromatic Colors of #E544DD
Black with #E544DD
Text Example
Text Example
White with #E544DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E544DD; }
p { color: rgb(229,68,221); }
H1.HeaderClassName
{
color: #E544DD;
}
.AnyTagClassName
{
color: #E544DD;
}
</style>
background-color css
<style>
a { background-color: #E544DD; }
a { background-color: rgb(229,68,221); }
div.DivClassName
{
background-color: #E544DD;
}
.BgClassName
{
background-color: #E544DD;
}
</style>
border-color css
<style>
span { border-color: #E544DD; }
span { border-color: rgb(229,68,221); }
td.TdClassName
{
border-color: #E544DD;
}
.TagClassName
{
border-color: #E544DD;
}
</style>