Html Css Color HEX #E55FDA Free Speech Magenta
📋 copy color: '#E55FDA'red 229 ◦ green 95 ◦ blue 218
Shades of Free Speech Magenta #E55FDA
Tints of Free Speech Magenta #E55FDA
RGB
CMYK
RGB Variations
Color information
#E55FDA (or 0xE55FDA) is known color: Free Speech Magenta. HEX triplet: E5, 5F and DA. RGB value is (229,95,218). Sum of RGB (Red+Green+Blue) = 229+95+218=542 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.25% from 542); Green value is 95 (37.5% from 255 or 17.53% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 229 - color contains mainly: red. Hex color #E55FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55FDA is #1AA025. Grayscale: #949494. Windows color (decimal): -1744934 or 14311397. OLE color: 14311397.
HSL color Cylindrical-coordinate representation of color #E55FDA: hue angle of 304.93º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E55FDA is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 95 | 218 | - |
| CMYK | 0 | 0.59 | 0.05 | 0.10 |
| HSL | 304.93º | 0.72% | 0.64% | - |
| HSV(B) | 304.93º | 0.59% | 0.9% | - |
| XYZ | 49.06 | 29.9 | 69.52 | - |
| YUV | 149.09 | 166.89 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 95 | 218 | 0 | 0.59 | 0.05 | 0.10 | 304.93 | 0.72 | 0.64 |
| Hex | E5 | 5F | DA | 0 | 3B | 5 | A | 131 | 48 | 40 |
| Octal | 345 | 137 | 332 | 0 | 73 | 5 | 12 | 461 | 110 | 100 |
| Binary | 11100101 | 1011111 | 11011010 | 0 | 111011 | 101 | 1010 | 100110001 | 1001000 | 1000000 |
Color Harmonies of #E55FDA
Complementary color
Monochromatic Colors of #E55FDA
Black with #E55FDA
Text Example
Text Example
White with #E55FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55FDA; }
p { color: rgb(229,95,218); }
H1.HeaderClassName
{
color: #E55FDA;
}
.AnyTagClassName
{
color: #E55FDA;
}
</style>
background-color css
<style>
a { background-color: #E55FDA; }
a { background-color: rgb(229,95,218); }
div.DivClassName
{
background-color: #E55FDA;
}
.BgClassName
{
background-color: #E55FDA;
}
</style>
border-color css
<style>
span { border-color: #E55FDA; }
span { border-color: rgb(229,95,218); }
td.TdClassName
{
border-color: #E55FDA;
}
.TagClassName
{
border-color: #E55FDA;
}
</style>