Html Css Color HEX #E53FDC Free Speech Magenta
📋 copy color: '#E53FDC'red 229 ◦ green 63 ◦ blue 220
Shades of Free Speech Magenta #E53FDC
Tints of Free Speech Magenta #E53FDC
RGB
CMYK
RGB Variations
Color information
#E53FDC (or 0xE53FDC) is known color: Free Speech Magenta. HEX triplet: E5, 3F and DC. RGB value is (229,63,220). Sum of RGB (Red+Green+Blue) = 229+63+220=512 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.73% from 512); Green value is 63 (25% from 255 or 12.30% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 229 - color contains mainly: red. Hex color #E53FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53FDC is #1AC023. Grayscale: #828282. Windows color (decimal): -1753124 or 14434277. OLE color: 14434277.
HSL color Cylindrical-coordinate representation of color #E53FDC: hue angle of 303.25º 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 #E53FDC is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 63 | 220 | - |
| CMYK | 0 | 0.72 | 0.04 | 0.10 |
| HSL | 303.25º | 0.76% | 0.57% | - |
| HSV(B) | 303.25º | 0.72% | 0.9% | - |
| XYZ | 47.01 | 25.38 | 70.13 | - |
| YUV | 130.53 | 178.5 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 63 | 220 | 0 | 0.72 | 0.04 | 0.10 | 303.25 | 0.76 | 0.57 |
| Hex | E5 | 3F | DC | 0 | 48 | 4 | A | 12F | 4C | 39 |
| Octal | 345 | 77 | 334 | 0 | 110 | 4 | 12 | 457 | 114 | 71 |
| Binary | 11100101 | 111111 | 11011100 | 0 | 1001000 | 100 | 1010 | 100101111 | 1001100 | 111001 |
Color Harmonies of #E53FDC
Complementary color
Monochromatic Colors of #E53FDC
Black with #E53FDC
Text Example
Text Example
White with #E53FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53FDC; }
p { color: rgb(229,63,220); }
H1.HeaderClassName
{
color: #E53FDC;
}
.AnyTagClassName
{
color: #E53FDC;
}
</style>
background-color css
<style>
a { background-color: #E53FDC; }
a { background-color: rgb(229,63,220); }
div.DivClassName
{
background-color: #E53FDC;
}
.BgClassName
{
background-color: #E53FDC;
}
</style>
border-color css
<style>
span { border-color: #E53FDC; }
span { border-color: rgb(229,63,220); }
td.TdClassName
{
border-color: #E53FDC;
}
.TagClassName
{
border-color: #E53FDC;
}
</style>