Html Css Color HEX #E54DC7 Free Speech Magenta
📋 copy color: '#E54DC7'red 229 ◦ green 77 ◦ blue 199
Shades of Free Speech Magenta #E54DC7
Tints of Free Speech Magenta #E54DC7
RGB
CMYK
RGB Variations
Color information
#E54DC7 (or 0xE54DC7) is known color: Free Speech Magenta. HEX triplet: E5, 4D and C7. RGB value is (229,77,199). Sum of RGB (Red+Green+Blue) = 229+77+199=505 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.35% from 505); Green value is 77 (30.47% from 255 or 15.25% from 505); Blue value is 199 (78.12% from 255 or 39.41% from 505); Max value from RGB is 229 - color contains mainly: red. Hex color #E54DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E54DC7 is #1AB238. Grayscale: #888888. Windows color (decimal): -1749561 or 13061605. OLE color: 13061605.
HSL color Cylindrical-coordinate representation of color #E54DC7: hue angle of 311.84º 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 #E54DC7 is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 77 | 199 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.10 |
| HSL | 311.84º | 0.75% | 0.6% | - |
| HSV(B) | 311.84º | 0.66% | 0.9% | - |
| XYZ | 45.28 | 26.09 | 56.68 | - |
| YUV | 136.36 | 163.36 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 77 | 199 | 0 | 0.66 | 0.13 | 0.10 | 311.84 | 0.75 | 0.6 |
| Hex | E5 | 4D | C7 | 0 | 42 | D | A | 138 | 4B | 3C |
| Octal | 345 | 115 | 307 | 0 | 102 | 15 | 12 | 470 | 113 | 74 |
| Binary | 11100101 | 1001101 | 11000111 | 0 | 1000010 | 1101 | 1010 | 100111000 | 1001011 | 111100 |
Color Harmonies of #E54DC7
Complementary color
Monochromatic Colors of #E54DC7
Black with #E54DC7
Text Example
Text Example
White with #E54DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54DC7; }
p { color: rgb(229,77,199); }
H1.HeaderClassName
{
color: #E54DC7;
}
.AnyTagClassName
{
color: #E54DC7;
}
</style>
background-color css
<style>
a { background-color: #E54DC7; }
a { background-color: rgb(229,77,199); }
div.DivClassName
{
background-color: #E54DC7;
}
.BgClassName
{
background-color: #E54DC7;
}
</style>
border-color css
<style>
span { border-color: #E54DC7; }
span { border-color: rgb(229,77,199); }
td.TdClassName
{
border-color: #E54DC7;
}
.TagClassName
{
border-color: #E54DC7;
}
</style>