Html Css Color HEX #E543D7 Free Speech Magenta
📋 copy color: '#E543D7'red 229 ◦ green 67 ◦ blue 215
Shades of Free Speech Magenta #E543D7
Tints of Free Speech Magenta #E543D7
RGB
CMYK
RGB Variations
Color information
#E543D7 (or 0xE543D7) is known color: Free Speech Magenta. HEX triplet: E5, 43 and D7. RGB value is (229,67,215). Sum of RGB (Red+Green+Blue) = 229+67+215=511 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.81% from 511); Green value is 67 (26.56% from 255 or 13.11% from 511); Blue value is 215 (84.38% from 255 or 42.07% from 511); Max value from RGB is 229 - color contains mainly: red. Hex color #E543D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E543D7 is #1ABC28. Grayscale: #838383. Windows color (decimal): -1752105 or 14107621. OLE color: 14107621.
HSL color Cylindrical-coordinate representation of color #E543D7: hue angle of 305.19º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E543D7 is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 67 | 215 | - |
| CMYK | 0 | 0.71 | 0.06 | 0.10 |
| HSL | 305.19º | 0.76% | 0.58% | - |
| HSV(B) | 305.19º | 0.71% | 0.9% | - |
| XYZ | 46.59 | 25.58 | 66.77 | - |
| YUV | 132.31 | 174.67 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 67 | 215 | 0 | 0.71 | 0.06 | 0.10 | 305.19 | 0.76 | 0.58 |
| Hex | E5 | 43 | D7 | 0 | 47 | 6 | A | 131 | 4C | 3A |
| Octal | 345 | 103 | 327 | 0 | 107 | 6 | 12 | 461 | 114 | 72 |
| Binary | 11100101 | 1000011 | 11010111 | 0 | 1000111 | 110 | 1010 | 100110001 | 1001100 | 111010 |
Color Harmonies of #E543D7
Complementary color
Monochromatic Colors of #E543D7
Black with #E543D7
Text Example
Text Example
White with #E543D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E543D7; }
p { color: rgb(229,67,215); }
H1.HeaderClassName
{
color: #E543D7;
}
.AnyTagClassName
{
color: #E543D7;
}
</style>
background-color css
<style>
a { background-color: #E543D7; }
a { background-color: rgb(229,67,215); }
div.DivClassName
{
background-color: #E543D7;
}
.BgClassName
{
background-color: #E543D7;
}
</style>
border-color css
<style>
span { border-color: #E543D7; }
span { border-color: rgb(229,67,215); }
td.TdClassName
{
border-color: #E543D7;
}
.TagClassName
{
border-color: #E543D7;
}
</style>