Html Css Color HEX #E564DA Free Speech Magenta
📋 copy color: '#E564DA'red 229 ◦ green 100 ◦ blue 218
Shades of Free Speech Magenta #E564DA
Tints of Free Speech Magenta #E564DA
RGB
CMYK
RGB Variations
Color information
#E564DA (or 0xE564DA) is known color: Free Speech Magenta. HEX triplet: E5, 64 and DA. RGB value is (229,100,218). Sum of RGB (Red+Green+Blue) = 229+100+218=547 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.86% from 547); Green value is 100 (39.45% from 255 or 18.28% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 229 - color contains mainly: red. Hex color #E564DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E564DA is #1A9B25. Grayscale: #979797. Windows color (decimal): -1743654 or 14312677. OLE color: 14312677.
HSL color Cylindrical-coordinate representation of color #E564DA: hue angle of 305.12º 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 #E564DA is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 100 | 218 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.10 |
| HSL | 305.12º | 0.71% | 0.65% | - |
| HSV(B) | 305.12º | 0.56% | 0.9% | - |
| XYZ | 49.53 | 30.83 | 69.67 | - |
| YUV | 152.02 | 165.24 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 100 | 218 | 0 | 0.56 | 0.05 | 0.10 | 305.12 | 0.71 | 0.65 |
| Hex | E5 | 64 | DA | 0 | 38 | 5 | A | 131 | 47 | 41 |
| Octal | 345 | 144 | 332 | 0 | 70 | 5 | 12 | 461 | 107 | 101 |
| Binary | 11100101 | 1100100 | 11011010 | 0 | 111000 | 101 | 1010 | 100110001 | 1000111 | 1000001 |
Color Harmonies of #E564DA
Complementary color
Monochromatic Colors of #E564DA
Black with #E564DA
Text Example
Text Example
White with #E564DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E564DA; }
p { color: rgb(229,100,218); }
H1.HeaderClassName
{
color: #E564DA;
}
.AnyTagClassName
{
color: #E564DA;
}
</style>
background-color css
<style>
a { background-color: #E564DA; }
a { background-color: rgb(229,100,218); }
div.DivClassName
{
background-color: #E564DA;
}
.BgClassName
{
background-color: #E564DA;
}
</style>
border-color css
<style>
span { border-color: #E564DA; }
span { border-color: rgb(229,100,218); }
td.TdClassName
{
border-color: #E564DA;
}
.TagClassName
{
border-color: #E564DA;
}
</style>