Html Css Color HEX #E563E2 Free Speech Magenta
📋 copy color: '#E563E2'red 229 ◦ green 99 ◦ blue 226
Shades of Free Speech Magenta #E563E2
Tints of Free Speech Magenta #E563E2
RGB
CMYK
RGB Variations
Color information
#E563E2 (or 0xE563E2) is known color: Free Speech Magenta. HEX triplet: E5, 63 and E2. RGB value is (229,99,226). Sum of RGB (Red+Green+Blue) = 229+99+226=554 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.34% from 554); Green value is 99 (39.06% from 255 or 17.87% from 554); Blue value is 226 (88.67% from 255 or 40.79% from 554); Max value from RGB is 229 - color contains mainly: red. Hex color #E563E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E563E2 is #1A9C1D. Grayscale: #979797. Windows color (decimal): -1743902 or 14836709. OLE color: 14836709.
HSL color Cylindrical-coordinate representation of color #E563E2: hue angle of 301.38º 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 #E563E2 is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 99 | 226 | - |
| CMYK | 0 | 0.57 | 0.01 | 0.10 |
| HSL | 301.38º | 0.71% | 0.64% | - |
| HSV(B) | 301.38º | 0.57% | 0.9% | - |
| XYZ | 50.5 | 31.07 | 75.29 | - |
| YUV | 152.35 | 169.57 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 99 | 226 | 0 | 0.57 | 0.01 | 0.10 | 301.38 | 0.71 | 0.64 |
| Hex | E5 | 63 | E2 | 0 | 39 | 1 | A | 12D | 47 | 40 |
| Octal | 345 | 143 | 342 | 0 | 71 | 1 | 12 | 455 | 107 | 100 |
| Binary | 11100101 | 1100011 | 11100010 | 0 | 111001 | 1 | 1010 | 100101101 | 1000111 | 1000000 |
Color Harmonies of #E563E2
Complementary color
Monochromatic Colors of #E563E2
Black with #E563E2
Text Example
Text Example
White with #E563E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E563E2; }
p { color: rgb(229,99,226); }
H1.HeaderClassName
{
color: #E563E2;
}
.AnyTagClassName
{
color: #E563E2;
}
</style>
background-color css
<style>
a { background-color: #E563E2; }
a { background-color: rgb(229,99,226); }
div.DivClassName
{
background-color: #E563E2;
}
.BgClassName
{
background-color: #E563E2;
}
</style>
border-color css
<style>
span { border-color: #E563E2; }
span { border-color: rgb(229,99,226); }
td.TdClassName
{
border-color: #E563E2;
}
.TagClassName
{
border-color: #E563E2;
}
</style>