Html Css Color HEX #E54AC7 Free Speech Magenta
📋 copy color: '#E54AC7'red 229 ◦ green 74 ◦ blue 199
Shades of Free Speech Magenta #E54AC7
Tints of Free Speech Magenta #E54AC7
RGB
CMYK
RGB Variations
Color information
#E54AC7 (or 0xE54AC7) is known color: Free Speech Magenta. HEX triplet: E5, 4A and C7. RGB value is (229,74,199). Sum of RGB (Red+Green+Blue) = 229+74+199=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 74 (29.30% from 255 or 14.74% from 502); Blue value is 199 (78.12% from 255 or 39.64% from 502); Max value from RGB is 229 - color contains mainly: red. Hex color #E54AC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E54AC7 is #1AB538. Grayscale: #868686. Windows color (decimal): -1750329 or 13060837. OLE color: 13060837.
HSL color Cylindrical-coordinate representation of color #E54AC7: hue angle of 311.61º 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 #E54AC7 is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 74 | 199 | - |
| CMYK | 0 | 0.68 | 0.13 | 0.10 |
| HSL | 311.61º | 0.75% | 0.59% | - |
| HSV(B) | 311.61º | 0.68% | 0.9% | - |
| XYZ | 45.07 | 25.68 | 56.61 | - |
| YUV | 134.6 | 164.35 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 74 | 199 | 0 | 0.68 | 0.13 | 0.10 | 311.61 | 0.75 | 0.59 |
| Hex | E5 | 4A | C7 | 0 | 44 | D | A | 138 | 4B | 3B |
| Octal | 345 | 112 | 307 | 0 | 104 | 15 | 12 | 470 | 113 | 73 |
| Binary | 11100101 | 1001010 | 11000111 | 0 | 1000100 | 1101 | 1010 | 100111000 | 1001011 | 111011 |
Color Harmonies of #E54AC7
Complementary color
Monochromatic Colors of #E54AC7
Black with #E54AC7
Text Example
Text Example
White with #E54AC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54AC7; }
p { color: rgb(229,74,199); }
H1.HeaderClassName
{
color: #E54AC7;
}
.AnyTagClassName
{
color: #E54AC7;
}
</style>
background-color css
<style>
a { background-color: #E54AC7; }
a { background-color: rgb(229,74,199); }
div.DivClassName
{
background-color: #E54AC7;
}
.BgClassName
{
background-color: #E54AC7;
}
</style>
border-color css
<style>
span { border-color: #E54AC7; }
span { border-color: rgb(229,74,199); }
td.TdClassName
{
border-color: #E54AC7;
}
.TagClassName
{
border-color: #E54AC7;
}
</style>