Html Css Color HEX #E545DA Free Speech Magenta
📋 copy color: '#E545DA'red 229 ◦ green 69 ◦ blue 218
Shades of Free Speech Magenta #E545DA
Tints of Free Speech Magenta #E545DA
RGB
CMYK
RGB Variations
Color information
#E545DA (or 0xE545DA) is known color: Free Speech Magenta. HEX triplet: E5, 45 and DA. RGB value is (229,69,218). Sum of RGB (Red+Green+Blue) = 229+69+218=516 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.38% from 516); Green value is 69 (27.34% from 255 or 13.37% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 229 - color contains mainly: red. Hex color #E545DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E545DA is #1ABA25. Grayscale: #858585. Windows color (decimal): -1751590 or 14304741. OLE color: 14304741.
HSL color Cylindrical-coordinate representation of color #E545DA: hue angle of 304.12º 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 #E545DA is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 69 | 218 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.10 |
| HSL | 304.13º | 0.75% | 0.58% | - |
| HSV(B) | 304.13º | 0.7% | 0.9% | - |
| XYZ | 47.1 | 25.98 | 68.86 | - |
| YUV | 133.83 | 175.51 | 195.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 69 | 218 | 0 | 0.70 | 0.05 | 0.10 | 304.13 | 0.75 | 0.58 |
| Hex | E5 | 45 | DA | 0 | 46 | 5 | A | 130 | 4B | 3A |
| Octal | 345 | 105 | 332 | 0 | 106 | 5 | 12 | 460 | 113 | 72 |
| Binary | 11100101 | 1000101 | 11011010 | 0 | 1000110 | 101 | 1010 | 100110000 | 1001011 | 111010 |
Color Harmonies of #E545DA
Complementary color
Monochromatic Colors of #E545DA
Black with #E545DA
Text Example
Text Example
White with #E545DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E545DA; }
p { color: rgb(229,69,218); }
H1.HeaderClassName
{
color: #E545DA;
}
.AnyTagClassName
{
color: #E545DA;
}
</style>
background-color css
<style>
a { background-color: #E545DA; }
a { background-color: rgb(229,69,218); }
div.DivClassName
{
background-color: #E545DA;
}
.BgClassName
{
background-color: #E545DA;
}
</style>
border-color css
<style>
span { border-color: #E545DA; }
span { border-color: rgb(229,69,218); }
td.TdClassName
{
border-color: #E545DA;
}
.TagClassName
{
border-color: #E545DA;
}
</style>