Html Css Color HEX #E54CB9 Free Speech Magenta
📋 copy color: '#E54CB9'red 229 ◦ green 76 ◦ blue 185
Shades of Free Speech Magenta #E54CB9
Tints of Free Speech Magenta #E54CB9
RGB
CMYK
RGB Variations
Color information
#E54CB9 (or 0xE54CB9) is known color: Free Speech Magenta. HEX triplet: E5, 4C and B9. RGB value is (229,76,185). Sum of RGB (Red+Green+Blue) = 229+76+185=490 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.73% from 490); Green value is 76 (30.08% from 255 or 15.51% from 490); Blue value is 185 (72.66% from 255 or 37.76% from 490); Max value from RGB is 229 - color contains mainly: red. Hex color #E54CB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E54CB9 is #1AB346. Grayscale: #858585. Windows color (decimal): -1749831 or 12143845. OLE color: 12143845.
HSL color Cylindrical-coordinate representation of color #E54CB9: hue angle of 317.25º 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 #E54CB9 is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 76 | 185 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.10 |
| HSL | 317.25º | 0.75% | 0.6% | - |
| HSV(B) | 317.25º | 0.67% | 0.9% | - |
| XYZ | 43.65 | 25.33 | 48.49 | - |
| YUV | 134.17 | 156.69 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 76 | 185 | 0 | 0.67 | 0.19 | 0.10 | 317.25 | 0.75 | 0.6 |
| Hex | E5 | 4C | B9 | 0 | 43 | 13 | A | 13D | 4B | 3C |
| Octal | 345 | 114 | 271 | 0 | 103 | 23 | 12 | 475 | 113 | 74 |
| Binary | 11100101 | 1001100 | 10111001 | 0 | 1000011 | 10011 | 1010 | 100111101 | 1001011 | 111100 |
Color Harmonies of #E54CB9
Complementary color
Monochromatic Colors of #E54CB9
Black with #E54CB9
Text Example
Text Example
White with #E54CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54CB9; }
p { color: rgb(229,76,185); }
H1.HeaderClassName
{
color: #E54CB9;
}
.AnyTagClassName
{
color: #E54CB9;
}
</style>
background-color css
<style>
a { background-color: #E54CB9; }
a { background-color: rgb(229,76,185); }
div.DivClassName
{
background-color: #E54CB9;
}
.BgClassName
{
background-color: #E54CB9;
}
</style>
border-color css
<style>
span { border-color: #E54CB9; }
span { border-color: rgb(229,76,185); }
td.TdClassName
{
border-color: #E54CB9;
}
.TagClassName
{
border-color: #E54CB9;
}
</style>