Html Css Color HEX #E545D3 Free Speech Magenta
📋 copy color: '#E545D3'red 229 ◦ green 69 ◦ blue 211
Shades of Free Speech Magenta #E545D3
Tints of Free Speech Magenta #E545D3
RGB
CMYK
RGB Variations
Color information
#E545D3 (or 0xE545D3) is known color: Free Speech Magenta. HEX triplet: E5, 45 and D3. RGB value is (229,69,211). Sum of RGB (Red+Green+Blue) = 229+69+211=509 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.99% from 509); Green value is 69 (27.34% from 255 or 13.56% from 509); Blue value is 211 (82.81% from 255 or 41.45% from 509); Max value from RGB is 229 - color contains mainly: red. Hex color #E545D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E545D3 is #1ABA2C. Grayscale: #848484. Windows color (decimal): -1751597 or 13845989. OLE color: 13845989.
HSL color Cylindrical-coordinate representation of color #E545D3: hue angle of 306.75º degrees, saturation: 0.75, 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 #E545D3 is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 69 | 211 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.10 |
| HSL | 306.75º | 0.75% | 0.58% | - |
| HSV(B) | 306.75º | 0.7% | 0.9% | - |
| XYZ | 46.2 | 25.62 | 64.14 | - |
| YUV | 133.03 | 172.01 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 69 | 211 | 0 | 0.70 | 0.08 | 0.10 | 306.75 | 0.75 | 0.58 |
| Hex | E5 | 45 | D3 | 0 | 46 | 8 | A | 133 | 4B | 3A |
| Octal | 345 | 105 | 323 | 0 | 106 | 10 | 12 | 463 | 113 | 72 |
| Binary | 11100101 | 1000101 | 11010011 | 0 | 1000110 | 1000 | 1010 | 100110011 | 1001011 | 111010 |
Color Harmonies of #E545D3
Complementary color
Monochromatic Colors of #E545D3
Black with #E545D3
Text Example
Text Example
White with #E545D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E545D3; }
p { color: rgb(229,69,211); }
H1.HeaderClassName
{
color: #E545D3;
}
.AnyTagClassName
{
color: #E545D3;
}
</style>
background-color css
<style>
a { background-color: #E545D3; }
a { background-color: rgb(229,69,211); }
div.DivClassName
{
background-color: #E545D3;
}
.BgClassName
{
background-color: #E545D3;
}
</style>
border-color css
<style>
span { border-color: #E545D3; }
span { border-color: rgb(229,69,211); }
td.TdClassName
{
border-color: #E545D3;
}
.TagClassName
{
border-color: #E545D3;
}
</style>