Html Css Color HEX #E561C5 Free Speech Magenta
📋 copy color: '#E561C5'red 229 ◦ green 97 ◦ blue 197
Shades of Free Speech Magenta #E561C5
Tints of Free Speech Magenta #E561C5
RGB
CMYK
RGB Variations
Color information
#E561C5 (or 0xE561C5) is known color: Free Speech Magenta. HEX triplet: E5, 61 and C5. RGB value is (229,97,197). Sum of RGB (Red+Green+Blue) = 229+97+197=523 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.79% from 523); Green value is 97 (38.28% from 255 or 18.55% from 523); Blue value is 197 (77.34% from 255 or 37.67% from 523); Max value from RGB is 229 - color contains mainly: red. Hex color #E561C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E561C5 is #1A9E3A. Grayscale: #939393. Windows color (decimal): -1744443 or 12935653. OLE color: 12935653.
HSL color Cylindrical-coordinate representation of color #E561C5: hue angle of 314.55º 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 #E561C5 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 97 | 197 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.10 |
| HSL | 314.55º | 0.72% | 0.64% | - |
| HSV(B) | 314.55º | 0.58% | 0.9% | - |
| XYZ | 46.67 | 29.24 | 56.01 | - |
| YUV | 147.87 | 155.73 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 97 | 197 | 0 | 0.58 | 0.14 | 0.10 | 314.55 | 0.72 | 0.64 |
| Hex | E5 | 61 | C5 | 0 | 3A | E | A | 13B | 48 | 40 |
| Octal | 345 | 141 | 305 | 0 | 72 | 16 | 12 | 473 | 110 | 100 |
| Binary | 11100101 | 1100001 | 11000101 | 0 | 111010 | 1110 | 1010 | 100111011 | 1001000 | 1000000 |
Color Harmonies of #E561C5
Complementary color
Monochromatic Colors of #E561C5
Black with #E561C5
Text Example
Text Example
White with #E561C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E561C5; }
p { color: rgb(229,97,197); }
H1.HeaderClassName
{
color: #E561C5;
}
.AnyTagClassName
{
color: #E561C5;
}
</style>
background-color css
<style>
a { background-color: #E561C5; }
a { background-color: rgb(229,97,197); }
div.DivClassName
{
background-color: #E561C5;
}
.BgClassName
{
background-color: #E561C5;
}
</style>
border-color css
<style>
span { border-color: #E561C5; }
span { border-color: rgb(229,97,197); }
td.TdClassName
{
border-color: #E561C5;
}
.TagClassName
{
border-color: #E561C5;
}
</style>