Html Css Color HEX #E545D5 Free Speech Magenta
📋 copy color: '#E545D5'red 229 ◦ green 69 ◦ blue 213
Shades of Free Speech Magenta #E545D5
Tints of Free Speech Magenta #E545D5
RGB
CMYK
RGB Variations
Color information
#E545D5 (or 0xE545D5) is known color: Free Speech Magenta. HEX triplet: E5, 45 and D5. RGB value is (229,69,213). Sum of RGB (Red+Green+Blue) = 229+69+213=511 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.81% from 511); Green value is 69 (27.34% from 255 or 13.50% from 511); Blue value is 213 (83.59% from 255 or 41.68% from 511); Max value from RGB is 229 - color contains mainly: red. Hex color #E545D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E545D5 is #1ABA2A. Grayscale: #848484. Windows color (decimal): -1751595 or 13977061. OLE color: 13977061.
HSL color Cylindrical-coordinate representation of color #E545D5: hue angle of 306º 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 #E545D5 is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 69 | 213 | - |
| CMYK | 0 | 0.70 | 0.07 | 0.10 |
| HSL | 306º | 0.75% | 0.58% | - |
| HSV(B) | 306º | 0.7% | 0.9% | - |
| XYZ | 46.45 | 25.72 | 65.47 | - |
| YUV | 133.26 | 173.01 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 69 | 213 | 0 | 0.70 | 0.07 | 0.10 | 306 | 0.75 | 0.58 |
| Hex | E5 | 45 | D5 | 0 | 46 | 7 | A | 132 | 4B | 3A |
| Octal | 345 | 105 | 325 | 0 | 106 | 7 | 12 | 462 | 113 | 72 |
| Binary | 11100101 | 1000101 | 11010101 | 0 | 1000110 | 111 | 1010 | 100110010 | 1001011 | 111010 |
Color Harmonies of #E545D5
Complementary color
Monochromatic Colors of #E545D5
Black with #E545D5
Text Example
Text Example
White with #E545D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E545D5; }
p { color: rgb(229,69,213); }
H1.HeaderClassName
{
color: #E545D5;
}
.AnyTagClassName
{
color: #E545D5;
}
</style>
background-color css
<style>
a { background-color: #E545D5; }
a { background-color: rgb(229,69,213); }
div.DivClassName
{
background-color: #E545D5;
}
.BgClassName
{
background-color: #E545D5;
}
</style>
border-color css
<style>
span { border-color: #E545D5; }
span { border-color: rgb(229,69,213); }
td.TdClassName
{
border-color: #E545D5;
}
.TagClassName
{
border-color: #E545D5;
}
</style>