Html Css Color HEX #E53FDF Free Speech Magenta
📋 copy color: '#E53FDF'red 229 ◦ green 63 ◦ blue 223
Shades of Free Speech Magenta #E53FDF
Tints of Free Speech Magenta #E53FDF
RGB
CMYK
RGB Variations
Color information
#E53FDF (or 0xE53FDF) is known color: Free Speech Magenta. HEX triplet: E5, 3F and DF. RGB value is (229,63,223). Sum of RGB (Red+Green+Blue) = 229+63+223=515 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.47% from 515); Green value is 63 (25% from 255 or 12.23% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 229 - color contains mainly: red. Hex color #E53FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53FDF is #1AC020. Grayscale: #828282. Windows color (decimal): -1753121 or 14630885. OLE color: 14630885.
HSL color Cylindrical-coordinate representation of color #E53FDF: hue angle of 302.17º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E53FDF is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 63 | 223 | - |
| CMYK | 0 | 0.72 | 0.03 | 0.10 |
| HSL | 302.17º | 0.76% | 0.57% | - |
| HSV(B) | 302.17º | 0.72% | 0.9% | - |
| XYZ | 47.41 | 25.54 | 72.24 | - |
| YUV | 130.87 | 180 | 197.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 63 | 223 | 0 | 0.72 | 0.03 | 0.10 | 302.17 | 0.76 | 0.57 |
| Hex | E5 | 3F | DF | 0 | 48 | 3 | A | 12E | 4C | 39 |
| Octal | 345 | 77 | 337 | 0 | 110 | 3 | 12 | 456 | 114 | 71 |
| Binary | 11100101 | 111111 | 11011111 | 0 | 1001000 | 11 | 1010 | 100101110 | 1001100 | 111001 |
Color Harmonies of #E53FDF
Complementary color
Monochromatic Colors of #E53FDF
Black with #E53FDF
Text Example
Text Example
White with #E53FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53FDF; }
p { color: rgb(229,63,223); }
H1.HeaderClassName
{
color: #E53FDF;
}
.AnyTagClassName
{
color: #E53FDF;
}
</style>
background-color css
<style>
a { background-color: #E53FDF; }
a { background-color: rgb(229,63,223); }
div.DivClassName
{
background-color: #E53FDF;
}
.BgClassName
{
background-color: #E53FDF;
}
</style>
border-color css
<style>
span { border-color: #E53FDF; }
span { border-color: rgb(229,63,223); }
td.TdClassName
{
border-color: #E53FDF;
}
.TagClassName
{
border-color: #E53FDF;
}
</style>