Html Css Color HEX #E563C1 Free Speech Magenta
📋 copy color: '#E563C1'red 229 ◦ green 99 ◦ blue 193
Shades of Free Speech Magenta #E563C1
Tints of Free Speech Magenta #E563C1
RGB
CMYK
RGB Variations
Color information
#E563C1 (or 0xE563C1) is known color: Free Speech Magenta. HEX triplet: E5, 63 and C1. RGB value is (229,99,193). Sum of RGB (Red+Green+Blue) = 229+99+193=521 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.95% from 521); Green value is 99 (39.06% from 255 or 19.00% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 229 - color contains mainly: red. Hex color #E563C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E563C1 is #1A9C3E. Grayscale: #949494. Windows color (decimal): -1743935 or 12674021. OLE color: 12674021.
HSL color Cylindrical-coordinate representation of color #E563C1: hue angle of 316.62º 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 #E563C1 is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 99 | 193 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.10 |
| HSL | 316.62º | 0.71% | 0.64% | - |
| HSV(B) | 316.62º | 0.57% | 0.9% | - |
| XYZ | 46.4 | 29.43 | 53.69 | - |
| YUV | 148.59 | 153.07 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 99 | 193 | 0 | 0.57 | 0.16 | 0.10 | 316.62 | 0.71 | 0.64 |
| Hex | E5 | 63 | C1 | 0 | 39 | 10 | A | 13D | 47 | 40 |
| Octal | 345 | 143 | 301 | 0 | 71 | 20 | 12 | 475 | 107 | 100 |
| Binary | 11100101 | 1100011 | 11000001 | 0 | 111001 | 10000 | 1010 | 100111101 | 1000111 | 1000000 |
Color Harmonies of #E563C1
Complementary color
Monochromatic Colors of #E563C1
Black with #E563C1
Text Example
Text Example
White with #E563C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E563C1; }
p { color: rgb(229,99,193); }
H1.HeaderClassName
{
color: #E563C1;
}
.AnyTagClassName
{
color: #E563C1;
}
</style>
background-color css
<style>
a { background-color: #E563C1; }
a { background-color: rgb(229,99,193); }
div.DivClassName
{
background-color: #E563C1;
}
.BgClassName
{
background-color: #E563C1;
}
</style>
border-color css
<style>
span { border-color: #E563C1; }
span { border-color: rgb(229,99,193); }
td.TdClassName
{
border-color: #E563C1;
}
.TagClassName
{
border-color: #E563C1;
}
</style>