Html Css Color HEX #E560DF Free Speech Magenta
📋 copy color: '#E560DF'red 229 ◦ green 96 ◦ blue 223
Shades of Free Speech Magenta #E560DF
Tints of Free Speech Magenta #E560DF
RGB
CMYK
RGB Variations
Color information
#E560DF (or 0xE560DF) is known color: Free Speech Magenta. HEX triplet: E5, 60 and DF. RGB value is (229,96,223). Sum of RGB (Red+Green+Blue) = 229+96+223=548 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.79% from 548); Green value is 96 (37.89% from 255 or 17.52% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 229 - color contains mainly: red. Hex color #E560DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E560DF is #1A9F20. Grayscale: #959595. Windows color (decimal): -1744673 or 14639333. OLE color: 14639333.
HSL color Cylindrical-coordinate representation of color #E560DF: hue angle of 302.71º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E560DF is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 96 | 223 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.10 |
| HSL | 302.71º | 0.72% | 0.64% | - |
| HSV(B) | 302.71º | 0.58% | 0.9% | - |
| XYZ | 49.82 | 30.35 | 73.04 | - |
| YUV | 150.25 | 169.06 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 96 | 223 | 0 | 0.58 | 0.03 | 0.10 | 302.71 | 0.72 | 0.64 |
| Hex | E5 | 60 | DF | 0 | 3A | 3 | A | 12F | 48 | 40 |
| Octal | 345 | 140 | 337 | 0 | 72 | 3 | 12 | 457 | 110 | 100 |
| Binary | 11100101 | 1100000 | 11011111 | 0 | 111010 | 11 | 1010 | 100101111 | 1001000 | 1000000 |
Color Harmonies of #E560DF
Complementary color
Monochromatic Colors of #E560DF
Black with #E560DF
Text Example
Text Example
White with #E560DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E560DF; }
p { color: rgb(229,96,223); }
H1.HeaderClassName
{
color: #E560DF;
}
.AnyTagClassName
{
color: #E560DF;
}
</style>
background-color css
<style>
a { background-color: #E560DF; }
a { background-color: rgb(229,96,223); }
div.DivClassName
{
background-color: #E560DF;
}
.BgClassName
{
background-color: #E560DF;
}
</style>
border-color css
<style>
span { border-color: #E560DF; }
span { border-color: rgb(229,96,223); }
td.TdClassName
{
border-color: #E560DF;
}
.TagClassName
{
border-color: #E560DF;
}
</style>