Html Css Color HEX #E543D1 Free Speech Magenta
📋 copy color: '#E543D1'red 229 ◦ green 67 ◦ blue 209
Shades of Free Speech Magenta #E543D1
Tints of Free Speech Magenta #E543D1
RGB
CMYK
RGB Variations
Color information
#E543D1 (or 0xE543D1) is known color: Free Speech Magenta. HEX triplet: E5, 43 and D1. RGB value is (229,67,209). Sum of RGB (Red+Green+Blue) = 229+67+209=505 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.35% from 505); Green value is 67 (26.56% from 255 or 13.27% from 505); Blue value is 209 (82.03% from 255 or 41.39% from 505); Max value from RGB is 229 - color contains mainly: red. Hex color #E543D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E543D1 is #1ABC2E. Grayscale: #838383. Windows color (decimal): -1752111 or 13714405. OLE color: 13714405.
HSL color Cylindrical-coordinate representation of color #E543D1: hue angle of 307.41º 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 #E543D1 is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 67 | 209 | - |
| CMYK | 0 | 0.71 | 0.09 | 0.10 |
| HSL | 307.41º | 0.76% | 0.58% | - |
| HSV(B) | 307.41º | 0.71% | 0.9% | - |
| XYZ | 45.83 | 25.28 | 62.78 | - |
| YUV | 131.63 | 171.67 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 67 | 209 | 0 | 0.71 | 0.09 | 0.10 | 307.41 | 0.76 | 0.58 |
| Hex | E5 | 43 | D1 | 0 | 47 | 9 | A | 133 | 4C | 3A |
| Octal | 345 | 103 | 321 | 0 | 107 | 11 | 12 | 463 | 114 | 72 |
| Binary | 11100101 | 1000011 | 11010001 | 0 | 1000111 | 1001 | 1010 | 100110011 | 1001100 | 111010 |
Color Harmonies of #E543D1
Complementary color
Monochromatic Colors of #E543D1
Black with #E543D1
Text Example
Text Example
White with #E543D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E543D1; }
p { color: rgb(229,67,209); }
H1.HeaderClassName
{
color: #E543D1;
}
.AnyTagClassName
{
color: #E543D1;
}
</style>
background-color css
<style>
a { background-color: #E543D1; }
a { background-color: rgb(229,67,209); }
div.DivClassName
{
background-color: #E543D1;
}
.BgClassName
{
background-color: #E543D1;
}
</style>
border-color css
<style>
span { border-color: #E543D1; }
span { border-color: rgb(229,67,209); }
td.TdClassName
{
border-color: #E543D1;
}
.TagClassName
{
border-color: #E543D1;
}
</style>