Html Css Color HEX #E54CBC Free Speech Magenta
📋 copy color: '#E54CBC'red 229 ◦ green 76 ◦ blue 188
Shades of Free Speech Magenta #E54CBC
Tints of Free Speech Magenta #E54CBC
RGB
CMYK
RGB Variations
Color information
#E54CBC (or 0xE54CBC) is known color: Free Speech Magenta. HEX triplet: E5, 4C and BC. RGB value is (229,76,188). Sum of RGB (Red+Green+Blue) = 229+76+188=493 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.45% from 493); Green value is 76 (30.08% from 255 or 15.42% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 229 - color contains mainly: red. Hex color #E54CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E54CBC is #1AB343. Grayscale: #868686. Windows color (decimal): -1749828 or 12340453. OLE color: 12340453.
HSL color Cylindrical-coordinate representation of color #E54CBC: hue angle of 316.08º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E54CBC is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 76 | 188 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.10 |
| HSL | 316.08º | 0.75% | 0.6% | - |
| HSV(B) | 316.08º | 0.67% | 0.9% | - |
| XYZ | 43.97 | 25.46 | 50.17 | - |
| YUV | 134.52 | 158.19 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 76 | 188 | 0 | 0.67 | 0.18 | 0.10 | 316.08 | 0.75 | 0.6 |
| Hex | E5 | 4C | BC | 0 | 43 | 12 | A | 13C | 4B | 3C |
| Octal | 345 | 114 | 274 | 0 | 103 | 22 | 12 | 474 | 113 | 74 |
| Binary | 11100101 | 1001100 | 10111100 | 0 | 1000011 | 10010 | 1010 | 100111100 | 1001011 | 111100 |
Color Harmonies of #E54CBC
Complementary color
Monochromatic Colors of #E54CBC
Black with #E54CBC
Text Example
Text Example
White with #E54CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54CBC; }
p { color: rgb(229,76,188); }
H1.HeaderClassName
{
color: #E54CBC;
}
.AnyTagClassName
{
color: #E54CBC;
}
</style>
background-color css
<style>
a { background-color: #E54CBC; }
a { background-color: rgb(229,76,188); }
div.DivClassName
{
background-color: #E54CBC;
}
.BgClassName
{
background-color: #E54CBC;
}
</style>
border-color css
<style>
span { border-color: #E54CBC; }
span { border-color: rgb(229,76,188); }
td.TdClassName
{
border-color: #E54CBC;
}
.TagClassName
{
border-color: #E54CBC;
}
</style>