Html Css Color HEX #E564DF Free Speech Magenta
📋 copy color: '#E564DF'red 229 ◦ green 100 ◦ blue 223
Shades of Free Speech Magenta #E564DF
Tints of Free Speech Magenta #E564DF
RGB
CMYK
RGB Variations
Color information
#E564DF (or 0xE564DF) is known color: Free Speech Magenta. HEX triplet: E5, 64 and DF. RGB value is (229,100,223). Sum of RGB (Red+Green+Blue) = 229+100+223=552 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.49% from 552); Green value is 100 (39.45% from 255 or 18.12% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 229 - color contains mainly: red. Hex color #E564DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E564DF is #1A9B20. Grayscale: #989898. Windows color (decimal): -1743649 or 14640357. OLE color: 14640357.
HSL color Cylindrical-coordinate representation of color #E564DF: hue angle of 302.79º 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 #E564DF is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 100 | 223 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.10 |
| HSL | 302.79º | 0.71% | 0.65% | - |
| HSV(B) | 302.79º | 0.56% | 0.9% | - |
| XYZ | 50.19 | 31.1 | 73.17 | - |
| YUV | 152.59 | 167.74 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 100 | 223 | 0 | 0.56 | 0.03 | 0.10 | 302.79 | 0.71 | 0.65 |
| Hex | E5 | 64 | DF | 0 | 38 | 3 | A | 12F | 47 | 41 |
| Octal | 345 | 144 | 337 | 0 | 70 | 3 | 12 | 457 | 107 | 101 |
| Binary | 11100101 | 1100100 | 11011111 | 0 | 111000 | 11 | 1010 | 100101111 | 1000111 | 1000001 |
Color Harmonies of #E564DF
Complementary color
Monochromatic Colors of #E564DF
Black with #E564DF
Text Example
Text Example
White with #E564DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E564DF; }
p { color: rgb(229,100,223); }
H1.HeaderClassName
{
color: #E564DF;
}
.AnyTagClassName
{
color: #E564DF;
}
</style>
background-color css
<style>
a { background-color: #E564DF; }
a { background-color: rgb(229,100,223); }
div.DivClassName
{
background-color: #E564DF;
}
.BgClassName
{
background-color: #E564DF;
}
</style>
border-color css
<style>
span { border-color: #E564DF; }
span { border-color: rgb(229,100,223); }
td.TdClassName
{
border-color: #E564DF;
}
.TagClassName
{
border-color: #E564DF;
}
</style>