Html Css Color HEX #E547DA Free Speech Magenta
📋 copy color: '#E547DA'red 229 ◦ green 71 ◦ blue 218
Shades of Free Speech Magenta #E547DA
Tints of Free Speech Magenta #E547DA
RGB
CMYK
RGB Variations
Color information
#E547DA (or 0xE547DA) is known color: Free Speech Magenta. HEX triplet: E5, 47 and DA. RGB value is (229,71,218). Sum of RGB (Red+Green+Blue) = 229+71+218=518 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.21% from 518); Green value is 71 (28.12% from 255 or 13.71% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 229 - color contains mainly: red. Hex color #E547DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E547DA is #1AB825. Grayscale: #868686. Windows color (decimal): -1751078 or 14305253. OLE color: 14305253.
HSL color Cylindrical-coordinate representation of color #E547DA: hue angle of 304.18º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E547DA is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 71 | 218 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.10 |
| HSL | 304.18º | 0.75% | 0.59% | - |
| HSV(B) | 304.18º | 0.69% | 0.9% | - |
| XYZ | 47.22 | 26.23 | 68.9 | - |
| YUV | 135 | 174.85 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 71 | 218 | 0 | 0.69 | 0.05 | 0.10 | 304.18 | 0.75 | 0.59 |
| Hex | E5 | 47 | DA | 0 | 45 | 5 | A | 130 | 4B | 3B |
| Octal | 345 | 107 | 332 | 0 | 105 | 5 | 12 | 460 | 113 | 73 |
| Binary | 11100101 | 1000111 | 11011010 | 0 | 1000101 | 101 | 1010 | 100110000 | 1001011 | 111011 |
Color Harmonies of #E547DA
Complementary color
Monochromatic Colors of #E547DA
Black with #E547DA
Text Example
Text Example
White with #E547DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E547DA; }
p { color: rgb(229,71,218); }
H1.HeaderClassName
{
color: #E547DA;
}
.AnyTagClassName
{
color: #E547DA;
}
</style>
background-color css
<style>
a { background-color: #E547DA; }
a { background-color: rgb(229,71,218); }
div.DivClassName
{
background-color: #E547DA;
}
.BgClassName
{
background-color: #E547DA;
}
</style>
border-color css
<style>
span { border-color: #E547DA; }
span { border-color: rgb(229,71,218); }
td.TdClassName
{
border-color: #E547DA;
}
.TagClassName
{
border-color: #E547DA;
}
</style>