Html Css Color HEX #E561CE Free Speech Magenta
📋 copy color: '#E561CE'red 229 ◦ green 97 ◦ blue 206
Shades of Free Speech Magenta #E561CE
Tints of Free Speech Magenta #E561CE
RGB
CMYK
RGB Variations
Color information
#E561CE (or 0xE561CE) is known color: Free Speech Magenta. HEX triplet: E5, 61 and CE. RGB value is (229,97,206). Sum of RGB (Red+Green+Blue) = 229+97+206=532 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.05% from 532); Green value is 97 (38.28% from 255 or 18.23% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 229 - color contains mainly: red. Hex color #E561CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E561CE is #1A9E31. Grayscale: #949494. Windows color (decimal): -1744434 or 13525477. OLE color: 13525477.
HSL color Cylindrical-coordinate representation of color #E561CE: hue angle of 310.45º 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 #E561CE is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 97 | 206 | - |
| CMYK | 0 | 0.58 | 0.10 | 0.10 |
| HSL | 310.45º | 0.72% | 0.64% | - |
| HSV(B) | 310.45º | 0.58% | 0.9% | - |
| XYZ | 47.73 | 29.66 | 61.6 | - |
| YUV | 148.89 | 160.23 | 185.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 97 | 206 | 0 | 0.58 | 0.10 | 0.10 | 310.45 | 0.72 | 0.64 |
| Hex | E5 | 61 | CE | 0 | 3A | A | A | 136 | 48 | 40 |
| Octal | 345 | 141 | 316 | 0 | 72 | 12 | 12 | 466 | 110 | 100 |
| Binary | 11100101 | 1100001 | 11001110 | 0 | 111010 | 1010 | 1010 | 100110110 | 1001000 | 1000000 |
Color Harmonies of #E561CE
Complementary color
Monochromatic Colors of #E561CE
Black with #E561CE
Text Example
Text Example
White with #E561CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E561CE; }
p { color: rgb(229,97,206); }
H1.HeaderClassName
{
color: #E561CE;
}
.AnyTagClassName
{
color: #E561CE;
}
</style>
background-color css
<style>
a { background-color: #E561CE; }
a { background-color: rgb(229,97,206); }
div.DivClassName
{
background-color: #E561CE;
}
.BgClassName
{
background-color: #E561CE;
}
</style>
border-color css
<style>
span { border-color: #E561CE; }
span { border-color: rgb(229,97,206); }
td.TdClassName
{
border-color: #E561CE;
}
.TagClassName
{
border-color: #E561CE;
}
</style>