Html Css Color HEX #E53BDA Free Speech Magenta
📋 copy color: '#E53BDA'red 229 ◦ green 59 ◦ blue 218
Shades of Free Speech Magenta #E53BDA
Tints of Free Speech Magenta #E53BDA
RGB
CMYK
RGB Variations
Color information
#E53BDA (or 0xE53BDA) is known color: Free Speech Magenta. HEX triplet: E5, 3B and DA. RGB value is (229,59,218). Sum of RGB (Red+Green+Blue) = 229+59+218=506 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.26% from 506); Green value is 59 (23.44% from 255 or 11.66% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 229 - color contains mainly: red. Hex color #E53BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53BDA is #1AC425. Grayscale: #7F7F7F. Windows color (decimal): -1754150 or 14302181. OLE color: 14302181.
HSL color Cylindrical-coordinate representation of color #E53BDA: hue angle of 303.88º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E53BDA is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 59 | 218 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.10 |
| HSL | 303.88º | 0.77% | 0.56% | - |
| HSV(B) | 303.88º | 0.74% | 0.9% | - |
| XYZ | 46.53 | 24.85 | 68.67 | - |
| YUV | 127.96 | 178.82 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 59 | 218 | 0 | 0.74 | 0.05 | 0.10 | 303.88 | 0.77 | 0.56 |
| Hex | E5 | 3B | DA | 0 | 4A | 5 | A | 130 | 4D | 38 |
| Octal | 345 | 73 | 332 | 0 | 112 | 5 | 12 | 460 | 115 | 70 |
| Binary | 11100101 | 111011 | 11011010 | 0 | 1001010 | 101 | 1010 | 100110000 | 1001101 | 111000 |
Color Harmonies of #E53BDA
Complementary color
Monochromatic Colors of #E53BDA
Black with #E53BDA
Text Example
Text Example
White with #E53BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53BDA; }
p { color: rgb(229,59,218); }
H1.HeaderClassName
{
color: #E53BDA;
}
.AnyTagClassName
{
color: #E53BDA;
}
</style>
background-color css
<style>
a { background-color: #E53BDA; }
a { background-color: rgb(229,59,218); }
div.DivClassName
{
background-color: #E53BDA;
}
.BgClassName
{
background-color: #E53BDA;
}
</style>
border-color css
<style>
span { border-color: #E53BDA; }
span { border-color: rgb(229,59,218); }
td.TdClassName
{
border-color: #E53BDA;
}
.TagClassName
{
border-color: #E53BDA;
}
</style>