Html Css Color HEX #E565EC Free Speech Magenta
📋 copy color: '#E565EC'red 229 ◦ green 101 ◦ blue 236
Shades of Free Speech Magenta #E565EC
Tints of Free Speech Magenta #E565EC
RGB
CMYK
RGB Variations
Color information
#E565EC (or 0xE565EC) is known color: Free Speech Magenta. HEX triplet: E5, 65 and EC. RGB value is (229,101,236). Sum of RGB (Red+Green+Blue) = 229+101+236=566 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.46% from 566); Green value is 101 (39.84% from 255 or 17.84% from 566); Blue value is 236 (92.58% from 255 or 41.70% from 566); Max value from RGB is 236 - color contains mainly: blue. Hex color #E565EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E565EC is #1A9A13. Grayscale: #9A9A9A. Windows color (decimal): -1743380 or 15492581. OLE color: 15492581.
HSL color Cylindrical-coordinate representation of color #E565EC: hue angle of 296.89º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E565EC is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 101 | 236 | - |
| CMYK | 0.03 | 0.57 | 0 | 0.07 |
| HSL | 296.89º | 0.78% | 0.66% | - |
| HSV(B) | 296.89º | 0.57% | 0.93% | - |
| XYZ | 52.11 | 32.02 | 82.79 | - |
| YUV | 154.66 | 173.91 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 101 | 236 | 0.03 | 0.57 | 0 | 0.07 | 296.89 | 0.78 | 0.66 |
| Hex | E5 | 65 | EC | 3 | 39 | 0 | 7 | 129 | 4E | 42 |
| Octal | 345 | 145 | 354 | 3 | 71 | 0 | 7 | 451 | 116 | 102 |
| Binary | 11100101 | 1100101 | 11101100 | 11 | 111001 | 0 | 111 | 100101001 | 1001110 | 1000010 |
Color Harmonies of #E565EC
Complementary color
Monochromatic Colors of #E565EC
Black with #E565EC
Text Example
Text Example
White with #E565EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E565EC; }
p { color: rgb(229,101,236); }
H1.HeaderClassName
{
color: #E565EC;
}
.AnyTagClassName
{
color: #E565EC;
}
</style>
background-color css
<style>
a { background-color: #E565EC; }
a { background-color: rgb(229,101,236); }
div.DivClassName
{
background-color: #E565EC;
}
.BgClassName
{
background-color: #E565EC;
}
</style>
border-color css
<style>
span { border-color: #E565EC; }
span { border-color: rgb(229,101,236); }
td.TdClassName
{
border-color: #E565EC;
}
.TagClassName
{
border-color: #E565EC;
}
</style>