Html Css Color HEX #E54EDD Free Speech Magenta
📋 copy color: '#E54EDD'red 229 ◦ green 78 ◦ blue 221
Shades of Free Speech Magenta #E54EDD
Tints of Free Speech Magenta #E54EDD
RGB
CMYK
RGB Variations
Color information
#E54EDD (or 0xE54EDD) is known color: Free Speech Magenta. HEX triplet: E5, 4E and DD. RGB value is (229,78,221). Sum of RGB (Red+Green+Blue) = 229+78+221=528 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.37% from 528); Green value is 78 (30.86% from 255 or 14.77% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 229 - color contains mainly: red. Hex color #E54EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E54EDD is #1AB122. Grayscale: #8B8B8B. Windows color (decimal): -1749283 or 14503653. OLE color: 14503653.
HSL color Cylindrical-coordinate representation of color #E54EDD: hue angle of 303.18º degrees, saturation: 0.74, 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 #E54EDD is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 78 | 221 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.10 |
| HSL | 303.18º | 0.74% | 0.6% | - |
| HSV(B) | 303.18º | 0.66% | 0.9% | - |
| XYZ | 48.09 | 27.33 | 71.15 | - |
| YUV | 139.45 | 174.03 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 78 | 221 | 0 | 0.66 | 0.03 | 0.10 | 303.18 | 0.74 | 0.6 |
| Hex | E5 | 4E | DD | 0 | 42 | 3 | A | 12F | 4A | 3C |
| Octal | 345 | 116 | 335 | 0 | 102 | 3 | 12 | 457 | 112 | 74 |
| Binary | 11100101 | 1001110 | 11011101 | 0 | 1000010 | 11 | 1010 | 100101111 | 1001010 | 111100 |
Color Harmonies of #E54EDD
Complementary color
Monochromatic Colors of #E54EDD
Black with #E54EDD
Text Example
Text Example
White with #E54EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54EDD; }
p { color: rgb(229,78,221); }
H1.HeaderClassName
{
color: #E54EDD;
}
.AnyTagClassName
{
color: #E54EDD;
}
</style>
background-color css
<style>
a { background-color: #E54EDD; }
a { background-color: rgb(229,78,221); }
div.DivClassName
{
background-color: #E54EDD;
}
.BgClassName
{
background-color: #E54EDD;
}
</style>
border-color css
<style>
span { border-color: #E54EDD; }
span { border-color: rgb(229,78,221); }
td.TdClassName
{
border-color: #E54EDD;
}
.TagClassName
{
border-color: #E54EDD;
}
</style>