Html Css Color HEX #E53CDD Free Speech Magenta
📋 copy color: '#E53CDD'red 229 ◦ green 60 ◦ blue 221
Shades of Free Speech Magenta #E53CDD
Tints of Free Speech Magenta #E53CDD
RGB
CMYK
RGB Variations
Color information
#E53CDD (or 0xE53CDD) is known color: Free Speech Magenta. HEX triplet: E5, 3C and DD. RGB value is (229,60,221). Sum of RGB (Red+Green+Blue) = 229+60+221=510 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.90% from 510); Green value is 60 (23.83% from 255 or 11.76% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 229 - color contains mainly: red. Hex color #E53CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53CDD is #1AC322. Grayscale: #808080. Windows color (decimal): -1753891 or 14499045. OLE color: 14499045.
HSL color Cylindrical-coordinate representation of color #E53CDD: hue angle of 302.84º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E53CDD is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 60 | 221 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.10 |
| HSL | 302.84º | 0.76% | 0.57% | - |
| HSV(B) | 302.84º | 0.74% | 0.9% | - |
| XYZ | 46.98 | 25.11 | 70.78 | - |
| YUV | 128.89 | 179.99 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 60 | 221 | 0 | 0.74 | 0.03 | 0.10 | 302.84 | 0.76 | 0.57 |
| Hex | E5 | 3C | DD | 0 | 4A | 3 | A | 12F | 4C | 39 |
| Octal | 345 | 74 | 335 | 0 | 112 | 3 | 12 | 457 | 114 | 71 |
| Binary | 11100101 | 111100 | 11011101 | 0 | 1001010 | 11 | 1010 | 100101111 | 1001100 | 111001 |
Color Harmonies of #E53CDD
Complementary color
Monochromatic Colors of #E53CDD
Black with #E53CDD
Text Example
Text Example
White with #E53CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53CDD; }
p { color: rgb(229,60,221); }
H1.HeaderClassName
{
color: #E53CDD;
}
.AnyTagClassName
{
color: #E53CDD;
}
</style>
background-color css
<style>
a { background-color: #E53CDD; }
a { background-color: rgb(229,60,221); }
div.DivClassName
{
background-color: #E53CDD;
}
.BgClassName
{
background-color: #E53CDD;
}
</style>
border-color css
<style>
span { border-color: #E53CDD; }
span { border-color: rgb(229,60,221); }
td.TdClassName
{
border-color: #E53CDD;
}
.TagClassName
{
border-color: #E53CDD;
}
</style>