Html Css Color HEX #E544D3 Free Speech Magenta
📋 copy color: '#E544D3'red 229 ◦ green 68 ◦ blue 211
Shades of Free Speech Magenta #E544D3
Tints of Free Speech Magenta #E544D3
RGB
CMYK
RGB Variations
Color information
#E544D3 (or 0xE544D3) is known color: Free Speech Magenta. HEX triplet: E5, 44 and D3. RGB value is (229,68,211). Sum of RGB (Red+Green+Blue) = 229+68+211=508 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.08% from 508); Green value is 68 (26.95% from 255 or 13.39% from 508); Blue value is 211 (82.81% from 255 or 41.54% from 508); Max value from RGB is 229 - color contains mainly: red. Hex color #E544D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E544D3 is #1ABB2C. Grayscale: #848484. Windows color (decimal): -1751853 or 13845733. OLE color: 13845733.
HSL color Cylindrical-coordinate representation of color #E544D3: hue angle of 306.71º 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 #E544D3 is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 68 | 211 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.10 |
| HSL | 306.71º | 0.76% | 0.58% | - |
| HSV(B) | 306.71º | 0.7% | 0.9% | - |
| XYZ | 46.14 | 25.5 | 64.12 | - |
| YUV | 132.44 | 172.34 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 68 | 211 | 0 | 0.70 | 0.08 | 0.10 | 306.71 | 0.76 | 0.58 |
| Hex | E5 | 44 | D3 | 0 | 46 | 8 | A | 133 | 4C | 3A |
| Octal | 345 | 104 | 323 | 0 | 106 | 10 | 12 | 463 | 114 | 72 |
| Binary | 11100101 | 1000100 | 11010011 | 0 | 1000110 | 1000 | 1010 | 100110011 | 1001100 | 111010 |
Color Harmonies of #E544D3
Complementary color
Monochromatic Colors of #E544D3
Black with #E544D3
Text Example
Text Example
White with #E544D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E544D3; }
p { color: rgb(229,68,211); }
H1.HeaderClassName
{
color: #E544D3;
}
.AnyTagClassName
{
color: #E544D3;
}
</style>
background-color css
<style>
a { background-color: #E544D3; }
a { background-color: rgb(229,68,211); }
div.DivClassName
{
background-color: #E544D3;
}
.BgClassName
{
background-color: #E544D3;
}
</style>
border-color css
<style>
span { border-color: #E544D3; }
span { border-color: rgb(229,68,211); }
td.TdClassName
{
border-color: #E544D3;
}
.TagClassName
{
border-color: #E544D3;
}
</style>