Html Css Color HEX #E564DD Free Speech Magenta
📋 copy color: '#E564DD'red 229 ◦ green 100 ◦ blue 221
Shades of Free Speech Magenta #E564DD
Tints of Free Speech Magenta #E564DD
RGB
CMYK
RGB Variations
Color information
#E564DD (or 0xE564DD) is known color: Free Speech Magenta. HEX triplet: E5, 64 and DD. RGB value is (229,100,221). Sum of RGB (Red+Green+Blue) = 229+100+221=550 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.64% from 550); Green value is 100 (39.45% from 255 or 18.18% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 229 - color contains mainly: red. Hex color #E564DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E564DD is #1A9B22. Grayscale: #989898. Windows color (decimal): -1743651 or 14509285. OLE color: 14509285.
HSL color Cylindrical-coordinate representation of color #E564DD: hue angle of 303.72º 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 #E564DD is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 100 | 221 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.10 |
| HSL | 303.72º | 0.71% | 0.65% | - |
| HSV(B) | 303.72º | 0.56% | 0.9% | - |
| XYZ | 49.92 | 30.99 | 71.76 | - |
| YUV | 152.37 | 166.74 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 100 | 221 | 0 | 0.56 | 0.03 | 0.10 | 303.72 | 0.71 | 0.65 |
| Hex | E5 | 64 | DD | 0 | 38 | 3 | A | 130 | 47 | 41 |
| Octal | 345 | 144 | 335 | 0 | 70 | 3 | 12 | 460 | 107 | 101 |
| Binary | 11100101 | 1100100 | 11011101 | 0 | 111000 | 11 | 1010 | 100110000 | 1000111 | 1000001 |
Color Harmonies of #E564DD
Complementary color
Monochromatic Colors of #E564DD
Black with #E564DD
Text Example
Text Example
White with #E564DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E564DD; }
p { color: rgb(229,100,221); }
H1.HeaderClassName
{
color: #E564DD;
}
.AnyTagClassName
{
color: #E564DD;
}
</style>
background-color css
<style>
a { background-color: #E564DD; }
a { background-color: rgb(229,100,221); }
div.DivClassName
{
background-color: #E564DD;
}
.BgClassName
{
background-color: #E564DD;
}
</style>
border-color css
<style>
span { border-color: #E564DD; }
span { border-color: rgb(229,100,221); }
td.TdClassName
{
border-color: #E564DD;
}
.TagClassName
{
border-color: #E564DD;
}
</style>