Html Css Color HEX #E546DA Free Speech Magenta
📋 copy color: '#E546DA'red 229 ◦ green 70 ◦ blue 218
Shades of Free Speech Magenta #E546DA
Tints of Free Speech Magenta #E546DA
RGB
CMYK
RGB Variations
Color information
#E546DA (or 0xE546DA) is known color: Free Speech Magenta. HEX triplet: E5, 46 and DA. RGB value is (229,70,218). Sum of RGB (Red+Green+Blue) = 229+70+218=517 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.29% from 517); Green value is 70 (27.73% from 255 or 13.54% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 229 - color contains mainly: red. Hex color #E546DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E546DA is #1AB925. Grayscale: #858585. Windows color (decimal): -1751334 or 14304997. OLE color: 14304997.
HSL color Cylindrical-coordinate representation of color #E546DA: hue angle of 304.15º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E546DA is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 70 | 218 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.10 |
| HSL | 304.15º | 0.75% | 0.59% | - |
| HSV(B) | 304.15º | 0.69% | 0.9% | - |
| XYZ | 47.16 | 26.1 | 68.88 | - |
| YUV | 134.41 | 175.18 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 70 | 218 | 0 | 0.69 | 0.05 | 0.10 | 304.15 | 0.75 | 0.59 |
| Hex | E5 | 46 | DA | 0 | 45 | 5 | A | 130 | 4B | 3B |
| Octal | 345 | 106 | 332 | 0 | 105 | 5 | 12 | 460 | 113 | 73 |
| Binary | 11100101 | 1000110 | 11011010 | 0 | 1000101 | 101 | 1010 | 100110000 | 1001011 | 111011 |
Color Harmonies of #E546DA
Complementary color
Monochromatic Colors of #E546DA
Black with #E546DA
Text Example
Text Example
White with #E546DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E546DA; }
p { color: rgb(229,70,218); }
H1.HeaderClassName
{
color: #E546DA;
}
.AnyTagClassName
{
color: #E546DA;
}
</style>
background-color css
<style>
a { background-color: #E546DA; }
a { background-color: rgb(229,70,218); }
div.DivClassName
{
background-color: #E546DA;
}
.BgClassName
{
background-color: #E546DA;
}
</style>
border-color css
<style>
span { border-color: #E546DA; }
span { border-color: rgb(229,70,218); }
td.TdClassName
{
border-color: #E546DA;
}
.TagClassName
{
border-color: #E546DA;
}
</style>