Html Css Color HEX #E561D4 Free Speech Magenta
📋 copy color: '#E561D4'red 229 ◦ green 97 ◦ blue 212
Shades of Free Speech Magenta #E561D4
Tints of Free Speech Magenta #E561D4
RGB
CMYK
RGB Variations
Color information
#E561D4 (or 0xE561D4) is known color: Free Speech Magenta. HEX triplet: E5, 61 and D4. RGB value is (229,97,212). Sum of RGB (Red+Green+Blue) = 229+97+212=538 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.57% from 538); Green value is 97 (38.28% from 255 or 18.03% from 538); Blue value is 212 (83.20% from 255 or 39.41% from 538); Max value from RGB is 229 - color contains mainly: red. Hex color #E561D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E561D4 is #1A9E2B. Grayscale: #959595. Windows color (decimal): -1744428 or 13918693. OLE color: 13918693.
HSL color Cylindrical-coordinate representation of color #E561D4: hue angle of 307.73º 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 #E561D4 is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 97 | 212 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.10 |
| HSL | 307.73º | 0.72% | 0.64% | - |
| HSV(B) | 307.73º | 0.58% | 0.9% | - |
| XYZ | 48.47 | 29.96 | 65.52 | - |
| YUV | 149.58 | 163.23 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 97 | 212 | 0 | 0.58 | 0.07 | 0.10 | 307.73 | 0.72 | 0.64 |
| Hex | E5 | 61 | D4 | 0 | 3A | 7 | A | 134 | 48 | 40 |
| Octal | 345 | 141 | 324 | 0 | 72 | 7 | 12 | 464 | 110 | 100 |
| Binary | 11100101 | 1100001 | 11010100 | 0 | 111010 | 111 | 1010 | 100110100 | 1001000 | 1000000 |
Color Harmonies of #E561D4
Complementary color
Monochromatic Colors of #E561D4
Black with #E561D4
Text Example
Text Example
White with #E561D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E561D4; }
p { color: rgb(229,97,212); }
H1.HeaderClassName
{
color: #E561D4;
}
.AnyTagClassName
{
color: #E561D4;
}
</style>
background-color css
<style>
a { background-color: #E561D4; }
a { background-color: rgb(229,97,212); }
div.DivClassName
{
background-color: #E561D4;
}
.BgClassName
{
background-color: #E561D4;
}
</style>
border-color css
<style>
span { border-color: #E561D4; }
span { border-color: rgb(229,97,212); }
td.TdClassName
{
border-color: #E561D4;
}
.TagClassName
{
border-color: #E561D4;
}
</style>