Html Css Color HEX #E560CE Free Speech Magenta
📋 copy color: '#E560CE'red 229 ◦ green 96 ◦ blue 206
Shades of Free Speech Magenta #E560CE
Tints of Free Speech Magenta #E560CE
RGB
CMYK
RGB Variations
Color information
#E560CE (or 0xE560CE) is known color: Free Speech Magenta. HEX triplet: E5, 60 and CE. RGB value is (229,96,206). Sum of RGB (Red+Green+Blue) = 229+96+206=531 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.13% from 531); Green value is 96 (37.89% from 255 or 18.08% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 229 - color contains mainly: red. Hex color #E560CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E560CE is #1A9F31. Grayscale: #949494. Windows color (decimal): -1744690 or 13525221. OLE color: 13525221.
HSL color Cylindrical-coordinate representation of color #E560CE: hue angle of 310.38º 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 #E560CE is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 96 | 206 | - |
| CMYK | 0 | 0.58 | 0.10 | 0.10 |
| HSL | 310.38º | 0.72% | 0.64% | - |
| HSV(B) | 310.38º | 0.58% | 0.9% | - |
| XYZ | 47.64 | 29.48 | 61.57 | - |
| YUV | 148.31 | 160.56 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 96 | 206 | 0 | 0.58 | 0.10 | 0.10 | 310.38 | 0.72 | 0.64 |
| Hex | E5 | 60 | CE | 0 | 3A | A | A | 136 | 48 | 40 |
| Octal | 345 | 140 | 316 | 0 | 72 | 12 | 12 | 466 | 110 | 100 |
| Binary | 11100101 | 1100000 | 11001110 | 0 | 111010 | 1010 | 1010 | 100110110 | 1001000 | 1000000 |
Color Harmonies of #E560CE
Complementary color
Monochromatic Colors of #E560CE
Black with #E560CE
Text Example
Text Example
White with #E560CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E560CE; }
p { color: rgb(229,96,206); }
H1.HeaderClassName
{
color: #E560CE;
}
.AnyTagClassName
{
color: #E560CE;
}
</style>
background-color css
<style>
a { background-color: #E560CE; }
a { background-color: rgb(229,96,206); }
div.DivClassName
{
background-color: #E560CE;
}
.BgClassName
{
background-color: #E560CE;
}
</style>
border-color css
<style>
span { border-color: #E560CE; }
span { border-color: rgb(229,96,206); }
td.TdClassName
{
border-color: #E560CE;
}
.TagClassName
{
border-color: #E560CE;
}
</style>