Html Css Color HEX #E54BDA Free Speech Magenta
📋 copy color: '#E54BDA'red 229 ◦ green 75 ◦ blue 218
Shades of Free Speech Magenta #E54BDA
Tints of Free Speech Magenta #E54BDA
RGB
CMYK
RGB Variations
Color information
#E54BDA (or 0xE54BDA) is known color: Free Speech Magenta. HEX triplet: E5, 4B and DA. RGB value is (229,75,218). Sum of RGB (Red+Green+Blue) = 229+75+218=522 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.87% from 522); Green value is 75 (29.69% from 255 or 14.37% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 229 - color contains mainly: red. Hex color #E54BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E54BDA is #1AB425. Grayscale: #888888. Windows color (decimal): -1750054 or 14306277. OLE color: 14306277.
HSL color Cylindrical-coordinate representation of color #E54BDA: hue angle of 304.29º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E54BDA is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 75 | 218 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.10 |
| HSL | 304.29º | 0.75% | 0.6% | - |
| HSV(B) | 304.29º | 0.67% | 0.9% | - |
| XYZ | 47.48 | 26.75 | 68.99 | - |
| YUV | 137.35 | 173.52 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 75 | 218 | 0 | 0.67 | 0.05 | 0.10 | 304.29 | 0.75 | 0.6 |
| Hex | E5 | 4B | DA | 0 | 43 | 5 | A | 130 | 4B | 3C |
| Octal | 345 | 113 | 332 | 0 | 103 | 5 | 12 | 460 | 113 | 74 |
| Binary | 11100101 | 1001011 | 11011010 | 0 | 1000011 | 101 | 1010 | 100110000 | 1001011 | 111100 |
Color Harmonies of #E54BDA
Complementary color
Monochromatic Colors of #E54BDA
Black with #E54BDA
Text Example
Text Example
White with #E54BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54BDA; }
p { color: rgb(229,75,218); }
H1.HeaderClassName
{
color: #E54BDA;
}
.AnyTagClassName
{
color: #E54BDA;
}
</style>
background-color css
<style>
a { background-color: #E54BDA; }
a { background-color: rgb(229,75,218); }
div.DivClassName
{
background-color: #E54BDA;
}
.BgClassName
{
background-color: #E54BDA;
}
</style>
border-color css
<style>
span { border-color: #E54BDA; }
span { border-color: rgb(229,75,218); }
td.TdClassName
{
border-color: #E54BDA;
}
.TagClassName
{
border-color: #E54BDA;
}
</style>