Html Css Color HEX #E546D4 Free Speech Magenta
📋 copy color: '#E546D4'red 229 ◦ green 70 ◦ blue 212
Shades of Free Speech Magenta #E546D4
Tints of Free Speech Magenta #E546D4
RGB
CMYK
RGB Variations
Color information
#E546D4 (or 0xE546D4) is known color: Free Speech Magenta. HEX triplet: E5, 46 and D4. RGB value is (229,70,212). Sum of RGB (Red+Green+Blue) = 229+70+212=511 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.81% from 511); Green value is 70 (27.73% from 255 or 13.70% from 511); Blue value is 212 (83.20% from 255 or 41.49% from 511); Max value from RGB is 229 - color contains mainly: red. Hex color #E546D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E546D4 is #1AB92B. Grayscale: #858585. Windows color (decimal): -1751340 or 13911781. OLE color: 13911781.
HSL color Cylindrical-coordinate representation of color #E546D4: hue angle of 306.42º 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 #E546D4 is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 70 | 212 | - |
| CMYK | 0 | 0.69 | 0.07 | 0.10 |
| HSL | 306.42º | 0.75% | 0.59% | - |
| HSV(B) | 306.42º | 0.69% | 0.9% | - |
| XYZ | 46.39 | 25.79 | 64.82 | - |
| YUV | 133.73 | 172.18 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 70 | 212 | 0 | 0.69 | 0.07 | 0.10 | 306.42 | 0.75 | 0.59 |
| Hex | E5 | 46 | D4 | 0 | 45 | 7 | A | 132 | 4B | 3B |
| Octal | 345 | 106 | 324 | 0 | 105 | 7 | 12 | 462 | 113 | 73 |
| Binary | 11100101 | 1000110 | 11010100 | 0 | 1000101 | 111 | 1010 | 100110010 | 1001011 | 111011 |
Color Harmonies of #E546D4
Complementary color
Monochromatic Colors of #E546D4
Black with #E546D4
Text Example
Text Example
White with #E546D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E546D4; }
p { color: rgb(229,70,212); }
H1.HeaderClassName
{
color: #E546D4;
}
.AnyTagClassName
{
color: #E546D4;
}
</style>
background-color css
<style>
a { background-color: #E546D4; }
a { background-color: rgb(229,70,212); }
div.DivClassName
{
background-color: #E546D4;
}
.BgClassName
{
background-color: #E546D4;
}
</style>
border-color css
<style>
span { border-color: #E546D4; }
span { border-color: rgb(229,70,212); }
td.TdClassName
{
border-color: #E546D4;
}
.TagClassName
{
border-color: #E546D4;
}
</style>