Html Css Color HEX #E54DCB Free Speech Magenta
📋 copy color: '#E54DCB'red 229 ◦ green 77 ◦ blue 203
Shades of Free Speech Magenta #E54DCB
Tints of Free Speech Magenta #E54DCB
RGB
CMYK
RGB Variations
Color information
#E54DCB (or 0xE54DCB) is known color: Free Speech Magenta. HEX triplet: E5, 4D and CB. RGB value is (229,77,203). Sum of RGB (Red+Green+Blue) = 229+77+203=509 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.99% from 509); Green value is 77 (30.47% from 255 or 15.13% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 229 - color contains mainly: red. Hex color #E54DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E54DCB is #1AB234. Grayscale: #888888. Windows color (decimal): -1749557 or 13323749. OLE color: 13323749.
HSL color Cylindrical-coordinate representation of color #E54DCB: hue angle of 310.26º 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 #E54DCB is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 77 | 203 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.10 |
| HSL | 310.26º | 0.75% | 0.6% | - |
| HSV(B) | 310.26º | 0.66% | 0.9% | - |
| XYZ | 45.75 | 26.28 | 59.16 | - |
| YUV | 136.81 | 165.36 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 77 | 203 | 0 | 0.66 | 0.11 | 0.10 | 310.26 | 0.75 | 0.6 |
| Hex | E5 | 4D | CB | 0 | 42 | B | A | 136 | 4B | 3C |
| Octal | 345 | 115 | 313 | 0 | 102 | 13 | 12 | 466 | 113 | 74 |
| Binary | 11100101 | 1001101 | 11001011 | 0 | 1000010 | 1011 | 1010 | 100110110 | 1001011 | 111100 |
Color Harmonies of #E54DCB
Complementary color
Monochromatic Colors of #E54DCB
Black with #E54DCB
Text Example
Text Example
White with #E54DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54DCB; }
p { color: rgb(229,77,203); }
H1.HeaderClassName
{
color: #E54DCB;
}
.AnyTagClassName
{
color: #E54DCB;
}
</style>
background-color css
<style>
a { background-color: #E54DCB; }
a { background-color: rgb(229,77,203); }
div.DivClassName
{
background-color: #E54DCB;
}
.BgClassName
{
background-color: #E54DCB;
}
</style>
border-color css
<style>
span { border-color: #E54DCB; }
span { border-color: rgb(229,77,203); }
td.TdClassName
{
border-color: #E54DCB;
}
.TagClassName
{
border-color: #E54DCB;
}
</style>