Html Css Color HEX #E54DD5 Free Speech Magenta
📋 copy color: '#E54DD5'red 229 ◦ green 77 ◦ blue 213
Shades of Free Speech Magenta #E54DD5
Tints of Free Speech Magenta #E54DD5
RGB
CMYK
RGB Variations
Color information
#E54DD5 (or 0xE54DD5) is known color: Free Speech Magenta. HEX triplet: E5, 4D and D5. RGB value is (229,77,213). Sum of RGB (Red+Green+Blue) = 229+77+213=519 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.12% from 519); Green value is 77 (30.47% from 255 or 14.84% from 519); Blue value is 213 (83.59% from 255 or 41.04% from 519); Max value from RGB is 229 - color contains mainly: red. Hex color #E54DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E54DD5 is #1AB22A. Grayscale: #898989. Windows color (decimal): -1749547 or 13979109. OLE color: 13979109.
HSL color Cylindrical-coordinate representation of color #E54DD5: hue angle of 306.32º 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 #E54DD5 is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 77 | 213 | - |
| CMYK | 0 | 0.66 | 0.07 | 0.10 |
| HSL | 306.32º | 0.75% | 0.6% | - |
| HSV(B) | 306.32º | 0.66% | 0.9% | - |
| XYZ | 46.98 | 26.77 | 65.64 | - |
| YUV | 137.95 | 170.36 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 77 | 213 | 0 | 0.66 | 0.07 | 0.10 | 306.32 | 0.75 | 0.6 |
| Hex | E5 | 4D | D5 | 0 | 42 | 7 | A | 132 | 4B | 3C |
| Octal | 345 | 115 | 325 | 0 | 102 | 7 | 12 | 462 | 113 | 74 |
| Binary | 11100101 | 1001101 | 11010101 | 0 | 1000010 | 111 | 1010 | 100110010 | 1001011 | 111100 |
Color Harmonies of #E54DD5
Complementary color
Monochromatic Colors of #E54DD5
Black with #E54DD5
Text Example
Text Example
White with #E54DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54DD5; }
p { color: rgb(229,77,213); }
H1.HeaderClassName
{
color: #E54DD5;
}
.AnyTagClassName
{
color: #E54DD5;
}
</style>
background-color css
<style>
a { background-color: #E54DD5; }
a { background-color: rgb(229,77,213); }
div.DivClassName
{
background-color: #E54DD5;
}
.BgClassName
{
background-color: #E54DD5;
}
</style>
border-color css
<style>
span { border-color: #E54DD5; }
span { border-color: rgb(229,77,213); }
td.TdClassName
{
border-color: #E54DD5;
}
.TagClassName
{
border-color: #E54DD5;
}
</style>