Html Css Color HEX #E560D4 Free Speech Magenta
📋 copy color: '#E560D4'red 229 ◦ green 96 ◦ blue 212
Shades of Free Speech Magenta #E560D4
Tints of Free Speech Magenta #E560D4
RGB
CMYK
RGB Variations
Color information
#E560D4 (or 0xE560D4) is known color: Free Speech Magenta. HEX triplet: E5, 60 and D4. RGB value is (229,96,212). Sum of RGB (Red+Green+Blue) = 229+96+212=537 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.64% from 537); Green value is 96 (37.89% from 255 or 17.88% from 537); Blue value is 212 (83.20% from 255 or 39.48% from 537); Max value from RGB is 229 - color contains mainly: red. Hex color #E560D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E560D4 is #1A9F2B. Grayscale: #949494. Windows color (decimal): -1744684 or 13918437. OLE color: 13918437.
HSL color Cylindrical-coordinate representation of color #E560D4: hue angle of 307.67º 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 #E560D4 is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 96 | 212 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.10 |
| HSL | 307.67º | 0.72% | 0.64% | - |
| HSV(B) | 307.67º | 0.58% | 0.9% | - |
| XYZ | 48.38 | 29.78 | 65.49 | - |
| YUV | 148.99 | 163.56 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 96 | 212 | 0 | 0.58 | 0.07 | 0.10 | 307.67 | 0.72 | 0.64 |
| Hex | E5 | 60 | D4 | 0 | 3A | 7 | A | 134 | 48 | 40 |
| Octal | 345 | 140 | 324 | 0 | 72 | 7 | 12 | 464 | 110 | 100 |
| Binary | 11100101 | 1100000 | 11010100 | 0 | 111010 | 111 | 1010 | 100110100 | 1001000 | 1000000 |
Color Harmonies of #E560D4
Complementary color
Monochromatic Colors of #E560D4
Black with #E560D4
Text Example
Text Example
White with #E560D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E560D4; }
p { color: rgb(229,96,212); }
H1.HeaderClassName
{
color: #E560D4;
}
.AnyTagClassName
{
color: #E560D4;
}
</style>
background-color css
<style>
a { background-color: #E560D4; }
a { background-color: rgb(229,96,212); }
div.DivClassName
{
background-color: #E560D4;
}
.BgClassName
{
background-color: #E560D4;
}
</style>
border-color css
<style>
span { border-color: #E560D4; }
span { border-color: rgb(229,96,212); }
td.TdClassName
{
border-color: #E560D4;
}
.TagClassName
{
border-color: #E560D4;
}
</style>