Html Css Color HEX #E54ADF Free Speech Magenta
📋 copy color: '#E54ADF'red 229 ◦ green 74 ◦ blue 223
Shades of Free Speech Magenta #E54ADF
Tints of Free Speech Magenta #E54ADF
RGB
CMYK
RGB Variations
Color information
#E54ADF (or 0xE54ADF) is known color: Free Speech Magenta. HEX triplet: E5, 4A and DF. RGB value is (229,74,223). Sum of RGB (Red+Green+Blue) = 229+74+223=526 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.54% from 526); Green value is 74 (29.30% from 255 or 14.07% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 229 - color contains mainly: red. Hex color #E54ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E54ADF is #1AB520. Grayscale: #888888. Windows color (decimal): -1750305 or 14633701. OLE color: 14633701.
HSL color Cylindrical-coordinate representation of color #E54ADF: hue angle of 302.32º 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 #E54ADF is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 74 | 223 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.10 |
| HSL | 302.32º | 0.75% | 0.59% | - |
| HSV(B) | 302.32º | 0.68% | 0.9% | - |
| XYZ | 48.08 | 26.88 | 72.47 | - |
| YUV | 137.33 | 176.35 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 74 | 223 | 0 | 0.68 | 0.03 | 0.10 | 302.32 | 0.75 | 0.59 |
| Hex | E5 | 4A | DF | 0 | 44 | 3 | A | 12E | 4B | 3B |
| Octal | 345 | 112 | 337 | 0 | 104 | 3 | 12 | 456 | 113 | 73 |
| Binary | 11100101 | 1001010 | 11011111 | 0 | 1000100 | 11 | 1010 | 100101110 | 1001011 | 111011 |
Color Harmonies of #E54ADF
Complementary color
Monochromatic Colors of #E54ADF
Black with #E54ADF
Text Example
Text Example
White with #E54ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54ADF; }
p { color: rgb(229,74,223); }
H1.HeaderClassName
{
color: #E54ADF;
}
.AnyTagClassName
{
color: #E54ADF;
}
</style>
background-color css
<style>
a { background-color: #E54ADF; }
a { background-color: rgb(229,74,223); }
div.DivClassName
{
background-color: #E54ADF;
}
.BgClassName
{
background-color: #E54ADF;
}
</style>
border-color css
<style>
span { border-color: #E54ADF; }
span { border-color: rgb(229,74,223); }
td.TdClassName
{
border-color: #E54ADF;
}
.TagClassName
{
border-color: #E54ADF;
}
</style>