Html Css Color HEX #E54ADE Free Speech Magenta
📋 copy color: '#E54ADE'red 229 ◦ green 74 ◦ blue 222
Shades of Free Speech Magenta #E54ADE
Tints of Free Speech Magenta #E54ADE
RGB
CMYK
RGB Variations
Color information
#E54ADE (or 0xE54ADE) is known color: Free Speech Magenta. HEX triplet: E5, 4A and DE. RGB value is (229,74,222). Sum of RGB (Red+Green+Blue) = 229+74+222=525 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.62% from 525); Green value is 74 (29.30% from 255 or 14.10% from 525); Blue value is 222 (87.11% from 255 or 42.29% from 525); Max value from RGB is 229 - color contains mainly: red. Hex color #E54ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E54ADE is #1AB521. Grayscale: #888888. Windows color (decimal): -1750306 or 14568165. OLE color: 14568165.
HSL color Cylindrical-coordinate representation of color #E54ADE: hue angle of 302.71º 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 #E54ADE is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 74 | 222 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.10 |
| HSL | 302.71º | 0.75% | 0.59% | - |
| HSV(B) | 302.71º | 0.68% | 0.9% | - |
| XYZ | 47.95 | 26.83 | 71.76 | - |
| YUV | 137.22 | 175.85 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 74 | 222 | 0 | 0.68 | 0.03 | 0.10 | 302.71 | 0.75 | 0.59 |
| Hex | E5 | 4A | DE | 0 | 44 | 3 | A | 12F | 4B | 3B |
| Octal | 345 | 112 | 336 | 0 | 104 | 3 | 12 | 457 | 113 | 73 |
| Binary | 11100101 | 1001010 | 11011110 | 0 | 1000100 | 11 | 1010 | 100101111 | 1001011 | 111011 |
Color Harmonies of #E54ADE
Complementary color
Monochromatic Colors of #E54ADE
Black with #E54ADE
Text Example
Text Example
White with #E54ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54ADE; }
p { color: rgb(229,74,222); }
H1.HeaderClassName
{
color: #E54ADE;
}
.AnyTagClassName
{
color: #E54ADE;
}
</style>
background-color css
<style>
a { background-color: #E54ADE; }
a { background-color: rgb(229,74,222); }
div.DivClassName
{
background-color: #E54ADE;
}
.BgClassName
{
background-color: #E54ADE;
}
</style>
border-color css
<style>
span { border-color: #E54ADE; }
span { border-color: rgb(229,74,222); }
td.TdClassName
{
border-color: #E54ADE;
}
.TagClassName
{
border-color: #E54ADE;
}
</style>