Html Css Color HEX #E54AC5 Free Speech Magenta
📋 copy color: '#E54AC5'red 229 ◦ green 74 ◦ blue 197
Shades of Free Speech Magenta #E54AC5
Tints of Free Speech Magenta #E54AC5
RGB
CMYK
RGB Variations
Color information
#E54AC5 (or 0xE54AC5) is known color: Free Speech Magenta. HEX triplet: E5, 4A and C5. RGB value is (229,74,197). Sum of RGB (Red+Green+Blue) = 229+74+197=500 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.8% from 500); Green value is 74 (29.30% from 255 or 14.8% from 500); Blue value is 197 (77.34% from 255 or 39.4% from 500); Max value from RGB is 229 - color contains mainly: red. Hex color #E54AC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E54AC5 is #1AB53A. Grayscale: #868686. Windows color (decimal): -1750331 or 12929765. OLE color: 12929765.
HSL color Cylindrical-coordinate representation of color #E54AC5: hue angle of 312.39º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E54AC5 is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 74 | 197 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.10 |
| HSL | 312.39º | 0.75% | 0.59% | - |
| HSV(B) | 312.39º | 0.68% | 0.9% | - |
| XYZ | 44.84 | 25.59 | 55.4 | - |
| YUV | 134.37 | 163.35 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 74 | 197 | 0 | 0.68 | 0.14 | 0.10 | 312.39 | 0.75 | 0.59 |
| Hex | E5 | 4A | C5 | 0 | 44 | E | A | 138 | 4B | 3B |
| Octal | 345 | 112 | 305 | 0 | 104 | 16 | 12 | 470 | 113 | 73 |
| Binary | 11100101 | 1001010 | 11000101 | 0 | 1000100 | 1110 | 1010 | 100111000 | 1001011 | 111011 |
Color Harmonies of #E54AC5
Complementary color
Monochromatic Colors of #E54AC5
Black with #E54AC5
Text Example
Text Example
White with #E54AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54AC5; }
p { color: rgb(229,74,197); }
H1.HeaderClassName
{
color: #E54AC5;
}
.AnyTagClassName
{
color: #E54AC5;
}
</style>
background-color css
<style>
a { background-color: #E54AC5; }
a { background-color: rgb(229,74,197); }
div.DivClassName
{
background-color: #E54AC5;
}
.BgClassName
{
background-color: #E54AC5;
}
</style>
border-color css
<style>
span { border-color: #E54AC5; }
span { border-color: rgb(229,74,197); }
td.TdClassName
{
border-color: #E54AC5;
}
.TagClassName
{
border-color: #E54AC5;
}
</style>