Html Css Color HEX #E564CE Free Speech Magenta
📋 copy color: '#E564CE'red 229 ◦ green 100 ◦ blue 206
Shades of Free Speech Magenta #E564CE
Tints of Free Speech Magenta #E564CE
RGB
CMYK
RGB Variations
Color information
#E564CE (or 0xE564CE) is known color: Free Speech Magenta. HEX triplet: E5, 64 and CE. RGB value is (229,100,206). Sum of RGB (Red+Green+Blue) = 229+100+206=535 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.80% from 535); Green value is 100 (39.45% from 255 or 18.69% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 229 - color contains mainly: red. Hex color #E564CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E564CE is #1A9B31. Grayscale: #969696. Windows color (decimal): -1743666 or 13526245. OLE color: 13526245.
HSL color Cylindrical-coordinate representation of color #E564CE: hue angle of 310.7º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E564CE is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 100 | 206 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.10 |
| HSL | 310.7º | 0.71% | 0.65% | - |
| HSV(B) | 310.7º | 0.56% | 0.9% | - |
| XYZ | 48.01 | 30.23 | 61.7 | - |
| YUV | 150.66 | 159.24 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 100 | 206 | 0 | 0.56 | 0.10 | 0.10 | 310.7 | 0.71 | 0.65 |
| Hex | E5 | 64 | CE | 0 | 38 | A | A | 137 | 47 | 41 |
| Octal | 345 | 144 | 316 | 0 | 70 | 12 | 12 | 467 | 107 | 101 |
| Binary | 11100101 | 1100100 | 11001110 | 0 | 111000 | 1010 | 1010 | 100110111 | 1000111 | 1000001 |
Color Harmonies of #E564CE
Complementary color
Monochromatic Colors of #E564CE
Black with #E564CE
Text Example
Text Example
White with #E564CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E564CE; }
p { color: rgb(229,100,206); }
H1.HeaderClassName
{
color: #E564CE;
}
.AnyTagClassName
{
color: #E564CE;
}
</style>
background-color css
<style>
a { background-color: #E564CE; }
a { background-color: rgb(229,100,206); }
div.DivClassName
{
background-color: #E564CE;
}
.BgClassName
{
background-color: #E564CE;
}
</style>
border-color css
<style>
span { border-color: #E564CE; }
span { border-color: rgb(229,100,206); }
td.TdClassName
{
border-color: #E564CE;
}
.TagClassName
{
border-color: #E564CE;
}
</style>