Html Css Color HEX #E546D5 Free Speech Magenta
📋 copy color: '#E546D5'red 229 ◦ green 70 ◦ blue 213
Shades of Free Speech Magenta #E546D5
Tints of Free Speech Magenta #E546D5
RGB
CMYK
RGB Variations
Color information
#E546D5 (or 0xE546D5) is known color: Free Speech Magenta. HEX triplet: E5, 46 and D5. RGB value is (229,70,213). Sum of RGB (Red+Green+Blue) = 229+70+213=512 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.73% from 512); Green value is 70 (27.73% from 255 or 13.67% from 512); Blue value is 213 (83.59% from 255 or 41.60% from 512); Max value from RGB is 229 - color contains mainly: red. Hex color #E546D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E546D5 is #1AB92A. Grayscale: #858585. Windows color (decimal): -1751339 or 13977317. OLE color: 13977317.
HSL color Cylindrical-coordinate representation of color #E546D5: hue angle of 306.04º 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 #E546D5 is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 70 | 213 | - |
| CMYK | 0 | 0.69 | 0.07 | 0.10 |
| HSL | 306.04º | 0.75% | 0.59% | - |
| HSV(B) | 306.04º | 0.69% | 0.9% | - |
| XYZ | 46.51 | 25.84 | 65.49 | - |
| YUV | 133.84 | 172.68 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 70 | 213 | 0 | 0.69 | 0.07 | 0.10 | 306.04 | 0.75 | 0.59 |
| Hex | E5 | 46 | D5 | 0 | 45 | 7 | A | 132 | 4B | 3B |
| Octal | 345 | 106 | 325 | 0 | 105 | 7 | 12 | 462 | 113 | 73 |
| Binary | 11100101 | 1000110 | 11010101 | 0 | 1000101 | 111 | 1010 | 100110010 | 1001011 | 111011 |
Color Harmonies of #E546D5
Complementary color
Monochromatic Colors of #E546D5
Black with #E546D5
Text Example
Text Example
White with #E546D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E546D5; }
p { color: rgb(229,70,213); }
H1.HeaderClassName
{
color: #E546D5;
}
.AnyTagClassName
{
color: #E546D5;
}
</style>
background-color css
<style>
a { background-color: #E546D5; }
a { background-color: rgb(229,70,213); }
div.DivClassName
{
background-color: #E546D5;
}
.BgClassName
{
background-color: #E546D5;
}
</style>
border-color css
<style>
span { border-color: #E546D5; }
span { border-color: rgb(229,70,213); }
td.TdClassName
{
border-color: #E546D5;
}
.TagClassName
{
border-color: #E546D5;
}
</style>