Html Css Color HEX #E53ADF Free Speech Magenta
📋 copy color: '#E53ADF'red 229 ◦ green 58 ◦ blue 223
Shades of Free Speech Magenta #E53ADF
Tints of Free Speech Magenta #E53ADF
RGB
CMYK
RGB Variations
Color information
#E53ADF (or 0xE53ADF) is known color: Free Speech Magenta. HEX triplet: E5, 3A and DF. RGB value is (229,58,223). Sum of RGB (Red+Green+Blue) = 229+58+223=510 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.90% from 510); Green value is 58 (23.05% from 255 or 11.37% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 229 - color contains mainly: red. Hex color #E53ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53ADF is #1AC520. Grayscale: #7F7F7F. Windows color (decimal): -1754401 or 14629605. OLE color: 14629605.
HSL color Cylindrical-coordinate representation of color #E53ADF: hue angle of 302.11º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E53ADF is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 58 | 223 | - |
| CMYK | 0 | 0.75 | 0.03 | 0.10 |
| HSL | 302.11º | 0.77% | 0.56% | - |
| HSV(B) | 302.11º | 0.75% | 0.9% | - |
| XYZ | 47.15 | 25.01 | 72.15 | - |
| YUV | 127.94 | 181.65 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 58 | 223 | 0 | 0.75 | 0.03 | 0.10 | 302.11 | 0.77 | 0.56 |
| Hex | E5 | 3A | DF | 0 | 4B | 3 | A | 12E | 4D | 38 |
| Octal | 345 | 72 | 337 | 0 | 113 | 3 | 12 | 456 | 115 | 70 |
| Binary | 11100101 | 111010 | 11011111 | 0 | 1001011 | 11 | 1010 | 100101110 | 1001101 | 111000 |
Color Harmonies of #E53ADF
Complementary color
Monochromatic Colors of #E53ADF
Black with #E53ADF
Text Example
Text Example
White with #E53ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53ADF; }
p { color: rgb(229,58,223); }
H1.HeaderClassName
{
color: #E53ADF;
}
.AnyTagClassName
{
color: #E53ADF;
}
</style>
background-color css
<style>
a { background-color: #E53ADF; }
a { background-color: rgb(229,58,223); }
div.DivClassName
{
background-color: #E53ADF;
}
.BgClassName
{
background-color: #E53ADF;
}
</style>
border-color css
<style>
span { border-color: #E53ADF; }
span { border-color: rgb(229,58,223); }
td.TdClassName
{
border-color: #E53ADF;
}
.TagClassName
{
border-color: #E53ADF;
}
</style>