Html Css Color HEX #E53DDF Free Speech Magenta
📋 copy color: '#E53DDF'red 229 ◦ green 61 ◦ blue 223
Shades of Free Speech Magenta #E53DDF
Tints of Free Speech Magenta #E53DDF
RGB
CMYK
RGB Variations
Color information
#E53DDF (or 0xE53DDF) is known color: Free Speech Magenta. HEX triplet: E5, 3D and DF. RGB value is (229,61,223). Sum of RGB (Red+Green+Blue) = 229+61+223=513 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.64% from 513); Green value is 61 (24.22% from 255 or 11.89% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 229 - color contains mainly: red. Hex color #E53DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53DDF is #1AC220. Grayscale: #818181. Windows color (decimal): -1753633 or 14630373. OLE color: 14630373.
HSL color Cylindrical-coordinate representation of color #E53DDF: hue angle of 302.14º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E53DDF is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 61 | 223 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.10 |
| HSL | 302.14º | 0.76% | 0.57% | - |
| HSV(B) | 302.14º | 0.73% | 0.9% | - |
| XYZ | 47.3 | 25.32 | 72.21 | - |
| YUV | 129.7 | 180.66 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 61 | 223 | 0 | 0.73 | 0.03 | 0.10 | 302.14 | 0.76 | 0.57 |
| Hex | E5 | 3D | DF | 0 | 49 | 3 | A | 12E | 4C | 39 |
| Octal | 345 | 75 | 337 | 0 | 111 | 3 | 12 | 456 | 114 | 71 |
| Binary | 11100101 | 111101 | 11011111 | 0 | 1001001 | 11 | 1010 | 100101110 | 1001100 | 111001 |
Color Harmonies of #E53DDF
Complementary color
Monochromatic Colors of #E53DDF
Black with #E53DDF
Text Example
Text Example
White with #E53DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53DDF; }
p { color: rgb(229,61,223); }
H1.HeaderClassName
{
color: #E53DDF;
}
.AnyTagClassName
{
color: #E53DDF;
}
</style>
background-color css
<style>
a { background-color: #E53DDF; }
a { background-color: rgb(229,61,223); }
div.DivClassName
{
background-color: #E53DDF;
}
.BgClassName
{
background-color: #E53DDF;
}
</style>
border-color css
<style>
span { border-color: #E53DDF; }
span { border-color: rgb(229,61,223); }
td.TdClassName
{
border-color: #E53DDF;
}
.TagClassName
{
border-color: #E53DDF;
}
</style>