Html Css Color HEX #E53DDD Free Speech Magenta
📋 copy color: '#E53DDD'red 229 ◦ green 61 ◦ blue 221
Shades of Free Speech Magenta #E53DDD
Tints of Free Speech Magenta #E53DDD
RGB
CMYK
RGB Variations
Color information
#E53DDD (or 0xE53DDD) is known color: Free Speech Magenta. HEX triplet: E5, 3D and DD. RGB value is (229,61,221). Sum of RGB (Red+Green+Blue) = 229+61+221=511 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.81% from 511); Green value is 61 (24.22% from 255 or 11.94% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 229 - color contains mainly: red. Hex color #E53DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53DDD is #1AC222. Grayscale: #818181. Windows color (decimal): -1753635 or 14499301. OLE color: 14499301.
HSL color Cylindrical-coordinate representation of color #E53DDD: hue angle of 302.86º 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 #E53DDD is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 61 | 221 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.10 |
| HSL | 302.86º | 0.76% | 0.57% | - |
| HSV(B) | 302.86º | 0.73% | 0.9% | - |
| XYZ | 47.03 | 25.22 | 70.79 | - |
| YUV | 129.47 | 179.66 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 61 | 221 | 0 | 0.73 | 0.03 | 0.10 | 302.86 | 0.76 | 0.57 |
| Hex | E5 | 3D | DD | 0 | 49 | 3 | A | 12F | 4C | 39 |
| Octal | 345 | 75 | 335 | 0 | 111 | 3 | 12 | 457 | 114 | 71 |
| Binary | 11100101 | 111101 | 11011101 | 0 | 1001001 | 11 | 1010 | 100101111 | 1001100 | 111001 |
Color Harmonies of #E53DDD
Complementary color
Monochromatic Colors of #E53DDD
Black with #E53DDD
Text Example
Text Example
White with #E53DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53DDD; }
p { color: rgb(229,61,221); }
H1.HeaderClassName
{
color: #E53DDD;
}
.AnyTagClassName
{
color: #E53DDD;
}
</style>
background-color css
<style>
a { background-color: #E53DDD; }
a { background-color: rgb(229,61,221); }
div.DivClassName
{
background-color: #E53DDD;
}
.BgClassName
{
background-color: #E53DDD;
}
</style>
border-color css
<style>
span { border-color: #E53DDD; }
span { border-color: rgb(229,61,221); }
td.TdClassName
{
border-color: #E53DDD;
}
.TagClassName
{
border-color: #E53DDD;
}
</style>