Html Css Color HEX #E544D0 Free Speech Magenta
📋 copy color: '#E544D0'red 229 ◦ green 68 ◦ blue 208
Shades of Free Speech Magenta #E544D0
Tints of Free Speech Magenta #E544D0
RGB
CMYK
RGB Variations
Color information
#E544D0 (or 0xE544D0) is known color: Free Speech Magenta. HEX triplet: E5, 44 and D0. RGB value is (229,68,208). Sum of RGB (Red+Green+Blue) = 229+68+208=505 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.35% from 505); Green value is 68 (26.95% from 255 or 13.47% from 505); Blue value is 208 (81.64% from 255 or 41.19% from 505); Max value from RGB is 229 - color contains mainly: red. Hex color #E544D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E544D0 is #1ABB2F. Grayscale: #838383. Windows color (decimal): -1751856 or 13649125. OLE color: 13649125.
HSL color Cylindrical-coordinate representation of color #E544D0: hue angle of 307.83º 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 #E544D0 is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 68 | 208 | - |
| CMYK | 0 | 0.70 | 0.09 | 0.10 |
| HSL | 307.83º | 0.76% | 0.58% | - |
| HSV(B) | 307.83º | 0.7% | 0.9% | - |
| XYZ | 45.77 | 25.35 | 62.15 | - |
| YUV | 132.1 | 170.84 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 68 | 208 | 0 | 0.70 | 0.09 | 0.10 | 307.83 | 0.76 | 0.58 |
| Hex | E5 | 44 | D0 | 0 | 46 | 9 | A | 134 | 4C | 3A |
| Octal | 345 | 104 | 320 | 0 | 106 | 11 | 12 | 464 | 114 | 72 |
| Binary | 11100101 | 1000100 | 11010000 | 0 | 1000110 | 1001 | 1010 | 100110100 | 1001100 | 111010 |
Color Harmonies of #E544D0
Complementary color
Monochromatic Colors of #E544D0
Black with #E544D0
Text Example
Text Example
White with #E544D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E544D0; }
p { color: rgb(229,68,208); }
H1.HeaderClassName
{
color: #E544D0;
}
.AnyTagClassName
{
color: #E544D0;
}
</style>
background-color css
<style>
a { background-color: #E544D0; }
a { background-color: rgb(229,68,208); }
div.DivClassName
{
background-color: #E544D0;
}
.BgClassName
{
background-color: #E544D0;
}
</style>
border-color css
<style>
span { border-color: #E544D0; }
span { border-color: rgb(229,68,208); }
td.TdClassName
{
border-color: #E544D0;
}
.TagClassName
{
border-color: #E544D0;
}
</style>