Html Css Color HEX #E564DE Free Speech Magenta
📋 copy color: '#E564DE'red 229 ◦ green 100 ◦ blue 222
Shades of Free Speech Magenta #E564DE
Tints of Free Speech Magenta #E564DE
RGB
CMYK
RGB Variations
Color information
#E564DE (or 0xE564DE) is known color: Free Speech Magenta. HEX triplet: E5, 64 and DE. RGB value is (229,100,222). Sum of RGB (Red+Green+Blue) = 229+100+222=551 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.56% from 551); Green value is 100 (39.45% from 255 or 18.15% from 551); Blue value is 222 (87.11% from 255 or 40.29% from 551); Max value from RGB is 229 - color contains mainly: red. Hex color #E564DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E564DE is #1A9B21. Grayscale: #989898. Windows color (decimal): -1743650 or 14574821. OLE color: 14574821.
HSL color Cylindrical-coordinate representation of color #E564DE: hue angle of 303.26º 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 #E564DE is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 100 | 222 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.10 |
| HSL | 303.26º | 0.71% | 0.65% | - |
| HSV(B) | 303.26º | 0.56% | 0.9% | - |
| XYZ | 50.06 | 31.05 | 72.46 | - |
| YUV | 152.48 | 167.24 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 100 | 222 | 0 | 0.56 | 0.03 | 0.10 | 303.26 | 0.71 | 0.65 |
| Hex | E5 | 64 | DE | 0 | 38 | 3 | A | 12F | 47 | 41 |
| Octal | 345 | 144 | 336 | 0 | 70 | 3 | 12 | 457 | 107 | 101 |
| Binary | 11100101 | 1100100 | 11011110 | 0 | 111000 | 11 | 1010 | 100101111 | 1000111 | 1000001 |
Color Harmonies of #E564DE
Complementary color
Monochromatic Colors of #E564DE
Black with #E564DE
Text Example
Text Example
White with #E564DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E564DE; }
p { color: rgb(229,100,222); }
H1.HeaderClassName
{
color: #E564DE;
}
.AnyTagClassName
{
color: #E564DE;
}
</style>
background-color css
<style>
a { background-color: #E564DE; }
a { background-color: rgb(229,100,222); }
div.DivClassName
{
background-color: #E564DE;
}
.BgClassName
{
background-color: #E564DE;
}
</style>
border-color css
<style>
span { border-color: #E564DE; }
span { border-color: rgb(229,100,222); }
td.TdClassName
{
border-color: #E564DE;
}
.TagClassName
{
border-color: #E564DE;
}
</style>