Html Css Color HEX #E54FDA Free Speech Magenta
📋 copy color: '#E54FDA'red 229 ◦ green 79 ◦ blue 218
Shades of Free Speech Magenta #E54FDA
Tints of Free Speech Magenta #E54FDA
RGB
CMYK
RGB Variations
Color information
#E54FDA (or 0xE54FDA) is known color: Free Speech Magenta. HEX triplet: E5, 4F and DA. RGB value is (229,79,218). Sum of RGB (Red+Green+Blue) = 229+79+218=526 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.54% from 526); Green value is 79 (31.25% from 255 or 15.02% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 229 - color contains mainly: red. Hex color #E54FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E54FDA is #1AB025. Grayscale: #8B8B8B. Windows color (decimal): -1749030 or 14307301. OLE color: 14307301.
HSL color Cylindrical-coordinate representation of color #E54FDA: hue angle of 304.4º 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 #E54FDA is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 79 | 218 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.10 |
| HSL | 304.4º | 0.74% | 0.6% | - |
| HSV(B) | 304.4º | 0.66% | 0.9% | - |
| XYZ | 47.76 | 27.31 | 69.08 | - |
| YUV | 139.7 | 172.2 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 79 | 218 | 0 | 0.66 | 0.05 | 0.10 | 304.4 | 0.74 | 0.6 |
| Hex | E5 | 4F | DA | 0 | 42 | 5 | A | 130 | 4A | 3C |
| Octal | 345 | 117 | 332 | 0 | 102 | 5 | 12 | 460 | 112 | 74 |
| Binary | 11100101 | 1001111 | 11011010 | 0 | 1000010 | 101 | 1010 | 100110000 | 1001010 | 111100 |
Color Harmonies of #E54FDA
Complementary color
Monochromatic Colors of #E54FDA
Black with #E54FDA
Text Example
Text Example
White with #E54FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54FDA; }
p { color: rgb(229,79,218); }
H1.HeaderClassName
{
color: #E54FDA;
}
.AnyTagClassName
{
color: #E54FDA;
}
</style>
background-color css
<style>
a { background-color: #E54FDA; }
a { background-color: rgb(229,79,218); }
div.DivClassName
{
background-color: #E54FDA;
}
.BgClassName
{
background-color: #E54FDA;
}
</style>
border-color css
<style>
span { border-color: #E54FDA; }
span { border-color: rgb(229,79,218); }
td.TdClassName
{
border-color: #E54FDA;
}
.TagClassName
{
border-color: #E54FDA;
}
</style>