Html Css Color HEX #E54EDA Free Speech Magenta
📋 copy color: '#E54EDA'red 229 ◦ green 78 ◦ blue 218
Shades of Free Speech Magenta #E54EDA
Tints of Free Speech Magenta #E54EDA
RGB
CMYK
RGB Variations
Color information
#E54EDA (or 0xE54EDA) is known color: Free Speech Magenta. HEX triplet: E5, 4E and DA. RGB value is (229,78,218). Sum of RGB (Red+Green+Blue) = 229+78+218=525 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.62% from 525); Green value is 78 (30.86% from 255 or 14.86% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 229 - color contains mainly: red. Hex color #E54EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E54EDA is #1AB125. Grayscale: #8A8A8A. Windows color (decimal): -1749286 or 14307045. OLE color: 14307045.
HSL color Cylindrical-coordinate representation of color #E54EDA: hue angle of 304.37º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E54EDA is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 78 | 218 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.10 |
| HSL | 304.37º | 0.74% | 0.6% | - |
| HSV(B) | 304.37º | 0.66% | 0.9% | - |
| XYZ | 47.69 | 27.17 | 69.06 | - |
| YUV | 139.11 | 172.53 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 78 | 218 | 0 | 0.66 | 0.05 | 0.10 | 304.37 | 0.74 | 0.6 |
| Hex | E5 | 4E | DA | 0 | 42 | 5 | A | 130 | 4A | 3C |
| Octal | 345 | 116 | 332 | 0 | 102 | 5 | 12 | 460 | 112 | 74 |
| Binary | 11100101 | 1001110 | 11011010 | 0 | 1000010 | 101 | 1010 | 100110000 | 1001010 | 111100 |
Color Harmonies of #E54EDA
Complementary color
Monochromatic Colors of #E54EDA
Black with #E54EDA
Text Example
Text Example
White with #E54EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54EDA; }
p { color: rgb(229,78,218); }
H1.HeaderClassName
{
color: #E54EDA;
}
.AnyTagClassName
{
color: #E54EDA;
}
</style>
background-color css
<style>
a { background-color: #E54EDA; }
a { background-color: rgb(229,78,218); }
div.DivClassName
{
background-color: #E54EDA;
}
.BgClassName
{
background-color: #E54EDA;
}
</style>
border-color css
<style>
span { border-color: #E54EDA; }
span { border-color: rgb(229,78,218); }
td.TdClassName
{
border-color: #E54EDA;
}
.TagClassName
{
border-color: #E54EDA;
}
</style>