Html Css Color HEX #E564ED Free Speech Magenta
📋 copy color: '#E564ED'red 229 ◦ green 100 ◦ blue 237
Shades of Free Speech Magenta #E564ED
Tints of Free Speech Magenta #E564ED
RGB
CMYK
RGB Variations
Color information
#E564ED (or 0xE564ED) is known color: Free Speech Magenta. HEX triplet: E5, 64 and ED. RGB value is (229,100,237). Sum of RGB (Red+Green+Blue) = 229+100+237=566 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.46% from 566); Green value is 100 (39.45% from 255 or 17.67% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 237 - color contains mainly: blue. Hex color #E564ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E564ED is #1A9B12. Grayscale: #999999. Windows color (decimal): -1743635 or 15557861. OLE color: 15557861.
HSL color Cylindrical-coordinate representation of color #E564ED: hue angle of 296.5º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E564ED is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 100 | 237 | - |
| CMYK | 0.03 | 0.58 | 0 | 0.07 |
| HSL | 296.5º | 0.79% | 0.66% | - |
| HSV(B) | 296.5º | 0.58% | 0.93% | - |
| XYZ | 52.16 | 31.89 | 83.53 | - |
| YUV | 154.19 | 174.74 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 100 | 237 | 0.03 | 0.58 | 0 | 0.07 | 296.5 | 0.79 | 0.66 |
| Hex | E5 | 64 | ED | 3 | 3A | 0 | 7 | 128 | 4F | 42 |
| Octal | 345 | 144 | 355 | 3 | 72 | 0 | 7 | 450 | 117 | 102 |
| Binary | 11100101 | 1100100 | 11101101 | 11 | 111010 | 0 | 111 | 100101000 | 1001111 | 1000010 |
Color Harmonies of #E564ED
Complementary color
Monochromatic Colors of #E564ED
Black with #E564ED
Text Example
Text Example
White with #E564ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E564ED; }
p { color: rgb(229,100,237); }
H1.HeaderClassName
{
color: #E564ED;
}
.AnyTagClassName
{
color: #E564ED;
}
</style>
background-color css
<style>
a { background-color: #E564ED; }
a { background-color: rgb(229,100,237); }
div.DivClassName
{
background-color: #E564ED;
}
.BgClassName
{
background-color: #E564ED;
}
</style>
border-color css
<style>
span { border-color: #E564ED; }
span { border-color: rgb(229,100,237); }
td.TdClassName
{
border-color: #E564ED;
}
.TagClassName
{
border-color: #E564ED;
}
</style>