Html Css Color HEX #E564D7 Free Speech Magenta
📋 copy color: '#E564D7'red 229 ◦ green 100 ◦ blue 215
Shades of Free Speech Magenta #E564D7
Tints of Free Speech Magenta #E564D7
RGB
CMYK
RGB Variations
Color information
#E564D7 (or 0xE564D7) is known color: Free Speech Magenta. HEX triplet: E5, 64 and D7. RGB value is (229,100,215). Sum of RGB (Red+Green+Blue) = 229+100+215=544 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.10% from 544); Green value is 100 (39.45% from 255 or 18.38% from 544); Blue value is 215 (84.38% from 255 or 39.52% from 544); Max value from RGB is 229 - color contains mainly: red. Hex color #E564D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E564D7 is #1A9B28. Grayscale: #979797. Windows color (decimal): -1743657 or 14116069. OLE color: 14116069.
HSL color Cylindrical-coordinate representation of color #E564D7: hue angle of 306.51º 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 #E564D7 is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 100 | 215 | - |
| CMYK | 0 | 0.56 | 0.06 | 0.10 |
| HSL | 306.51º | 0.71% | 0.65% | - |
| HSV(B) | 306.51º | 0.56% | 0.9% | - |
| XYZ | 49.14 | 30.68 | 67.62 | - |
| YUV | 151.68 | 163.74 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 100 | 215 | 0 | 0.56 | 0.06 | 0.10 | 306.51 | 0.71 | 0.65 |
| Hex | E5 | 64 | D7 | 0 | 38 | 6 | A | 133 | 47 | 41 |
| Octal | 345 | 144 | 327 | 0 | 70 | 6 | 12 | 463 | 107 | 101 |
| Binary | 11100101 | 1100100 | 11010111 | 0 | 111000 | 110 | 1010 | 100110011 | 1000111 | 1000001 |
Color Harmonies of #E564D7
Complementary color
Monochromatic Colors of #E564D7
Black with #E564D7
Text Example
Text Example
White with #E564D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E564D7; }
p { color: rgb(229,100,215); }
H1.HeaderClassName
{
color: #E564D7;
}
.AnyTagClassName
{
color: #E564D7;
}
</style>
background-color css
<style>
a { background-color: #E564D7; }
a { background-color: rgb(229,100,215); }
div.DivClassName
{
background-color: #E564D7;
}
.BgClassName
{
background-color: #E564D7;
}
</style>
border-color css
<style>
span { border-color: #E564D7; }
span { border-color: rgb(229,100,215); }
td.TdClassName
{
border-color: #E564D7;
}
.TagClassName
{
border-color: #E564D7;
}
</style>