Html Css Color HEX #E54DCF Free Speech Magenta
📋 copy color: '#E54DCF'red 229 ◦ green 77 ◦ blue 207
Shades of Free Speech Magenta #E54DCF
Tints of Free Speech Magenta #E54DCF
RGB
CMYK
RGB Variations
Color information
#E54DCF (or 0xE54DCF) is known color: Free Speech Magenta. HEX triplet: E5, 4D and CF. RGB value is (229,77,207). Sum of RGB (Red+Green+Blue) = 229+77+207=513 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.64% from 513); Green value is 77 (30.47% from 255 or 15.01% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 229 - color contains mainly: red. Hex color #E54DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E54DCF is #1AB230. Grayscale: #888888. Windows color (decimal): -1749553 or 13585893. OLE color: 13585893.
HSL color Cylindrical-coordinate representation of color #E54DCF: hue angle of 308.68º 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 #E54DCF is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 77 | 207 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.10 |
| HSL | 308.68º | 0.75% | 0.6% | - |
| HSV(B) | 308.68º | 0.66% | 0.9% | - |
| XYZ | 46.23 | 26.47 | 61.7 | - |
| YUV | 137.27 | 167.36 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 77 | 207 | 0 | 0.66 | 0.10 | 0.10 | 308.68 | 0.75 | 0.6 |
| Hex | E5 | 4D | CF | 0 | 42 | A | A | 135 | 4B | 3C |
| Octal | 345 | 115 | 317 | 0 | 102 | 12 | 12 | 465 | 113 | 74 |
| Binary | 11100101 | 1001101 | 11001111 | 0 | 1000010 | 1010 | 1010 | 100110101 | 1001011 | 111100 |
Color Harmonies of #E54DCF
Complementary color
Monochromatic Colors of #E54DCF
Black with #E54DCF
Text Example
Text Example
White with #E54DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54DCF; }
p { color: rgb(229,77,207); }
H1.HeaderClassName
{
color: #E54DCF;
}
.AnyTagClassName
{
color: #E54DCF;
}
</style>
background-color css
<style>
a { background-color: #E54DCF; }
a { background-color: rgb(229,77,207); }
div.DivClassName
{
background-color: #E54DCF;
}
.BgClassName
{
background-color: #E54DCF;
}
</style>
border-color css
<style>
span { border-color: #E54DCF; }
span { border-color: rgb(229,77,207); }
td.TdClassName
{
border-color: #E54DCF;
}
.TagClassName
{
border-color: #E54DCF;
}
</style>