Html Css Color HEX #E545DF Free Speech Magenta
📋 copy color: '#E545DF'red 229 ◦ green 69 ◦ blue 223
Shades of Free Speech Magenta #E545DF
Tints of Free Speech Magenta #E545DF
RGB
CMYK
RGB Variations
Color information
#E545DF (or 0xE545DF) is known color: Free Speech Magenta. HEX triplet: E5, 45 and DF. RGB value is (229,69,223). Sum of RGB (Red+Green+Blue) = 229+69+223=521 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.95% from 521); Green value is 69 (27.34% from 255 or 13.24% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 229 - color contains mainly: red. Hex color #E545DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E545DF is #1ABA20. Grayscale: #858585. Windows color (decimal): -1751585 or 14632421. OLE color: 14632421.
HSL color Cylindrical-coordinate representation of color #E545DF: hue angle of 302.25º 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 #E545DF is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 69 | 223 | - |
| CMYK | 0 | 0.70 | 0.03 | 0.10 |
| HSL | 302.25º | 0.75% | 0.58% | - |
| HSV(B) | 302.25º | 0.7% | 0.9% | - |
| XYZ | 47.76 | 26.24 | 72.36 | - |
| YUV | 134.4 | 178.01 | 195.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 69 | 223 | 0 | 0.70 | 0.03 | 0.10 | 302.25 | 0.75 | 0.58 |
| Hex | E5 | 45 | DF | 0 | 46 | 3 | A | 12E | 4B | 3A |
| Octal | 345 | 105 | 337 | 0 | 106 | 3 | 12 | 456 | 113 | 72 |
| Binary | 11100101 | 1000101 | 11011111 | 0 | 1000110 | 11 | 1010 | 100101110 | 1001011 | 111010 |
Color Harmonies of #E545DF
Complementary color
Monochromatic Colors of #E545DF
Black with #E545DF
Text Example
Text Example
White with #E545DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E545DF; }
p { color: rgb(229,69,223); }
H1.HeaderClassName
{
color: #E545DF;
}
.AnyTagClassName
{
color: #E545DF;
}
</style>
background-color css
<style>
a { background-color: #E545DF; }
a { background-color: rgb(229,69,223); }
div.DivClassName
{
background-color: #E545DF;
}
.BgClassName
{
background-color: #E545DF;
}
</style>
border-color css
<style>
span { border-color: #E545DF; }
span { border-color: rgb(229,69,223); }
td.TdClassName
{
border-color: #E545DF;
}
.TagClassName
{
border-color: #E545DF;
}
</style>