Html Css Color HEX #E54DCE Free Speech Magenta
📋 copy color: '#E54DCE'red 229 ◦ green 77 ◦ blue 206
Shades of Free Speech Magenta #E54DCE
Tints of Free Speech Magenta #E54DCE
RGB
CMYK
RGB Variations
Color information
#E54DCE (or 0xE54DCE) is known color: Free Speech Magenta. HEX triplet: E5, 4D and CE. RGB value is (229,77,206). Sum of RGB (Red+Green+Blue) = 229+77+206=512 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.73% from 512); Green value is 77 (30.47% from 255 or 15.04% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 229 - color contains mainly: red. Hex color #E54DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E54DCE is #1AB231. Grayscale: #888888. Windows color (decimal): -1749554 or 13520357. OLE color: 13520357.
HSL color Cylindrical-coordinate representation of color #E54DCE: hue angle of 309.08º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E54DCE is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 77 | 206 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.10 |
| HSL | 309.08º | 0.75% | 0.6% | - |
| HSV(B) | 309.08º | 0.66% | 0.9% | - |
| XYZ | 46.11 | 26.42 | 61.06 | - |
| YUV | 137.15 | 166.86 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 77 | 206 | 0 | 0.66 | 0.10 | 0.10 | 309.08 | 0.75 | 0.6 |
| Hex | E5 | 4D | CE | 0 | 42 | A | A | 135 | 4B | 3C |
| Octal | 345 | 115 | 316 | 0 | 102 | 12 | 12 | 465 | 113 | 74 |
| Binary | 11100101 | 1001101 | 11001110 | 0 | 1000010 | 1010 | 1010 | 100110101 | 1001011 | 111100 |
Color Harmonies of #E54DCE
Complementary color
Monochromatic Colors of #E54DCE
Black with #E54DCE
Text Example
Text Example
White with #E54DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54DCE; }
p { color: rgb(229,77,206); }
H1.HeaderClassName
{
color: #E54DCE;
}
.AnyTagClassName
{
color: #E54DCE;
}
</style>
background-color css
<style>
a { background-color: #E54DCE; }
a { background-color: rgb(229,77,206); }
div.DivClassName
{
background-color: #E54DCE;
}
.BgClassName
{
background-color: #E54DCE;
}
</style>
border-color css
<style>
span { border-color: #E54DCE; }
span { border-color: rgb(229,77,206); }
td.TdClassName
{
border-color: #E54DCE;
}
.TagClassName
{
border-color: #E54DCE;
}
</style>