Html Css Color HEX #E546DD Free Speech Magenta
📋 copy color: '#E546DD'red 229 ◦ green 70 ◦ blue 221
Shades of Free Speech Magenta #E546DD
Tints of Free Speech Magenta #E546DD
RGB
CMYK
RGB Variations
Color information
#E546DD (or 0xE546DD) is known color: Free Speech Magenta. HEX triplet: E5, 46 and DD. RGB value is (229,70,221). Sum of RGB (Red+Green+Blue) = 229+70+221=520 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.04% from 520); Green value is 70 (27.73% from 255 or 13.46% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 229 - color contains mainly: red. Hex color #E546DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E546DD is #1AB922. Grayscale: #868686. Windows color (decimal): -1751331 or 14501605. OLE color: 14501605.
HSL color Cylindrical-coordinate representation of color #E546DD: hue angle of 303.02º 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 #E546DD is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 70 | 221 | - |
| CMYK | 0 | 0.69 | 0.03 | 0.10 |
| HSL | 303.02º | 0.75% | 0.59% | - |
| HSV(B) | 303.02º | 0.69% | 0.9% | - |
| XYZ | 47.55 | 26.26 | 70.97 | - |
| YUV | 134.76 | 176.68 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 70 | 221 | 0 | 0.69 | 0.03 | 0.10 | 303.02 | 0.75 | 0.59 |
| Hex | E5 | 46 | DD | 0 | 45 | 3 | A | 12F | 4B | 3B |
| Octal | 345 | 106 | 335 | 0 | 105 | 3 | 12 | 457 | 113 | 73 |
| Binary | 11100101 | 1000110 | 11011101 | 0 | 1000101 | 11 | 1010 | 100101111 | 1001011 | 111011 |
Color Harmonies of #E546DD
Complementary color
Monochromatic Colors of #E546DD
Black with #E546DD
Text Example
Text Example
White with #E546DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E546DD; }
p { color: rgb(229,70,221); }
H1.HeaderClassName
{
color: #E546DD;
}
.AnyTagClassName
{
color: #E546DD;
}
</style>
background-color css
<style>
a { background-color: #E546DD; }
a { background-color: rgb(229,70,221); }
div.DivClassName
{
background-color: #E546DD;
}
.BgClassName
{
background-color: #E546DD;
}
</style>
border-color css
<style>
span { border-color: #E546DD; }
span { border-color: rgb(229,70,221); }
td.TdClassName
{
border-color: #E546DD;
}
.TagClassName
{
border-color: #E546DD;
}
</style>