Html Css Color HEX #E547DF Free Speech Magenta
📋 copy color: '#E547DF'red 229 ◦ green 71 ◦ blue 223
Shades of Free Speech Magenta #E547DF
Tints of Free Speech Magenta #E547DF
RGB
CMYK
RGB Variations
Color information
#E547DF (or 0xE547DF) is known color: Free Speech Magenta. HEX triplet: E5, 47 and DF. RGB value is (229,71,223). Sum of RGB (Red+Green+Blue) = 229+71+223=523 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.79% from 523); Green value is 71 (28.12% from 255 or 13.58% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 229 - color contains mainly: red. Hex color #E547DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E547DF is #1AB820. Grayscale: #878787. Windows color (decimal): -1751073 or 14632933. OLE color: 14632933.
HSL color Cylindrical-coordinate representation of color #E547DF: hue angle of 302.28º 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 #E547DF is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 71 | 223 | - |
| CMYK | 0 | 0.69 | 0.03 | 0.10 |
| HSL | 302.28º | 0.75% | 0.59% | - |
| HSV(B) | 302.28º | 0.69% | 0.9% | - |
| XYZ | 47.89 | 26.49 | 72.4 | - |
| YUV | 135.57 | 177.35 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 71 | 223 | 0 | 0.69 | 0.03 | 0.10 | 302.28 | 0.75 | 0.59 |
| Hex | E5 | 47 | DF | 0 | 45 | 3 | A | 12E | 4B | 3B |
| Octal | 345 | 107 | 337 | 0 | 105 | 3 | 12 | 456 | 113 | 73 |
| Binary | 11100101 | 1000111 | 11011111 | 0 | 1000101 | 11 | 1010 | 100101110 | 1001011 | 111011 |
Color Harmonies of #E547DF
Complementary color
Monochromatic Colors of #E547DF
Black with #E547DF
Text Example
Text Example
White with #E547DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E547DF; }
p { color: rgb(229,71,223); }
H1.HeaderClassName
{
color: #E547DF;
}
.AnyTagClassName
{
color: #E547DF;
}
</style>
background-color css
<style>
a { background-color: #E547DF; }
a { background-color: rgb(229,71,223); }
div.DivClassName
{
background-color: #E547DF;
}
.BgClassName
{
background-color: #E547DF;
}
</style>
border-color css
<style>
span { border-color: #E547DF; }
span { border-color: rgb(229,71,223); }
td.TdClassName
{
border-color: #E547DF;
}
.TagClassName
{
border-color: #E547DF;
}
</style>