Html Css Color HEX #E563C9 Free Speech Magenta
📋 copy color: '#E563C9'red 229 ◦ green 99 ◦ blue 201
Shades of Free Speech Magenta #E563C9
Tints of Free Speech Magenta #E563C9
RGB
CMYK
RGB Variations
Color information
#E563C9 (or 0xE563C9) is known color: Free Speech Magenta. HEX triplet: E5, 63 and C9. RGB value is (229,99,201). Sum of RGB (Red+Green+Blue) = 229+99+201=529 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.29% from 529); Green value is 99 (39.06% from 255 or 18.71% from 529); Blue value is 201 (78.91% from 255 or 38.00% from 529); Max value from RGB is 229 - color contains mainly: red. Hex color #E563C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E563C9 is #1A9C36. Grayscale: #959595. Windows color (decimal): -1743927 or 13198309. OLE color: 13198309.
HSL color Cylindrical-coordinate representation of color #E563C9: hue angle of 312.92º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E563C9 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 99 | 201 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.10 |
| HSL | 312.92º | 0.71% | 0.64% | - |
| HSV(B) | 312.92º | 0.57% | 0.9% | - |
| XYZ | 47.32 | 29.8 | 58.52 | - |
| YUV | 149.5 | 157.07 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 99 | 201 | 0 | 0.57 | 0.12 | 0.10 | 312.92 | 0.71 | 0.64 |
| Hex | E5 | 63 | C9 | 0 | 39 | C | A | 139 | 47 | 40 |
| Octal | 345 | 143 | 311 | 0 | 71 | 14 | 12 | 471 | 107 | 100 |
| Binary | 11100101 | 1100011 | 11001001 | 0 | 111001 | 1100 | 1010 | 100111001 | 1000111 | 1000000 |
Color Harmonies of #E563C9
Complementary color
Monochromatic Colors of #E563C9
Black with #E563C9
Text Example
Text Example
White with #E563C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E563C9; }
p { color: rgb(229,99,201); }
H1.HeaderClassName
{
color: #E563C9;
}
.AnyTagClassName
{
color: #E563C9;
}
</style>
background-color css
<style>
a { background-color: #E563C9; }
a { background-color: rgb(229,99,201); }
div.DivClassName
{
background-color: #E563C9;
}
.BgClassName
{
background-color: #E563C9;
}
</style>
border-color css
<style>
span { border-color: #E563C9; }
span { border-color: rgb(229,99,201); }
td.TdClassName
{
border-color: #E563C9;
}
.TagClassName
{
border-color: #E563C9;
}
</style>