Html Css Color HEX #E54AD7 Free Speech Magenta
📋 copy color: '#E54AD7'red 229 ◦ green 74 ◦ blue 215
Shades of Free Speech Magenta #E54AD7
Tints of Free Speech Magenta #E54AD7
RGB
CMYK
RGB Variations
Color information
#E54AD7 (or 0xE54AD7) is known color: Free Speech Magenta. HEX triplet: E5, 4A and D7. RGB value is (229,74,215). Sum of RGB (Red+Green+Blue) = 229+74+215=518 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.21% from 518); Green value is 74 (29.30% from 255 or 14.29% from 518); Blue value is 215 (84.38% from 255 or 41.51% from 518); Max value from RGB is 229 - color contains mainly: red. Hex color #E54AD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E54AD7 is #1AB528. Grayscale: #888888. Windows color (decimal): -1750313 or 14109413. OLE color: 14109413.
HSL color Cylindrical-coordinate representation of color #E54AD7: hue angle of 305.42º 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 #E54AD7 is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 74 | 215 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.10 |
| HSL | 305.42º | 0.75% | 0.59% | - |
| HSV(B) | 305.42º | 0.68% | 0.9% | - |
| XYZ | 47.03 | 26.46 | 66.92 | - |
| YUV | 136.42 | 172.35 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 74 | 215 | 0 | 0.68 | 0.06 | 0.10 | 305.42 | 0.75 | 0.59 |
| Hex | E5 | 4A | D7 | 0 | 44 | 6 | A | 131 | 4B | 3B |
| Octal | 345 | 112 | 327 | 0 | 104 | 6 | 12 | 461 | 113 | 73 |
| Binary | 11100101 | 1001010 | 11010111 | 0 | 1000100 | 110 | 1010 | 100110001 | 1001011 | 111011 |
Color Harmonies of #E54AD7
Complementary color
Monochromatic Colors of #E54AD7
Black with #E54AD7
Text Example
Text Example
White with #E54AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54AD7; }
p { color: rgb(229,74,215); }
H1.HeaderClassName
{
color: #E54AD7;
}
.AnyTagClassName
{
color: #E54AD7;
}
</style>
background-color css
<style>
a { background-color: #E54AD7; }
a { background-color: rgb(229,74,215); }
div.DivClassName
{
background-color: #E54AD7;
}
.BgClassName
{
background-color: #E54AD7;
}
</style>
border-color css
<style>
span { border-color: #E54AD7; }
span { border-color: rgb(229,74,215); }
td.TdClassName
{
border-color: #E54AD7;
}
.TagClassName
{
border-color: #E54AD7;
}
</style>