Html Css Color HEX #E541CC Free Speech Magenta
📋 copy color: '#E541CC'red 229 ◦ green 65 ◦ blue 204
Shades of Free Speech Magenta #E541CC
Tints of Free Speech Magenta #E541CC
RGB
CMYK
RGB Variations
Color information
#E541CC (or 0xE541CC) is known color: Free Speech Magenta. HEX triplet: E5, 41 and CC. RGB value is (229,65,204). Sum of RGB (Red+Green+Blue) = 229+65+204=498 (65% of max value = 765). Red value is 229 (89.84% from 255 or 45.98% from 498); Green value is 65 (25.78% from 255 or 13.05% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 229 - color contains mainly: red. Hex color #E541CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E541CC is #1ABE33. Grayscale: #818181. Windows color (decimal): -1752628 or 13386213. OLE color: 13386213.
HSL color Cylindrical-coordinate representation of color #E541CC: hue angle of 309.15º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E541CC is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 65 | 204 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.10 |
| HSL | 309.15º | 0.76% | 0.58% | - |
| HSV(B) | 309.15º | 0.72% | 0.9% | - |
| XYZ | 45.1 | 24.8 | 59.54 | - |
| YUV | 129.88 | 169.83 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 65 | 204 | 0 | 0.72 | 0.11 | 0.10 | 309.15 | 0.76 | 0.58 |
| Hex | E5 | 41 | CC | 0 | 48 | B | A | 135 | 4C | 3A |
| Octal | 345 | 101 | 314 | 0 | 110 | 13 | 12 | 465 | 114 | 72 |
| Binary | 11100101 | 1000001 | 11001100 | 0 | 1001000 | 1011 | 1010 | 100110101 | 1001100 | 111010 |
Color Harmonies of #E541CC
Complementary color
Monochromatic Colors of #E541CC
Black with #E541CC
Text Example
Text Example
White with #E541CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E541CC; }
p { color: rgb(229,65,204); }
H1.HeaderClassName
{
color: #E541CC;
}
.AnyTagClassName
{
color: #E541CC;
}
</style>
background-color css
<style>
a { background-color: #E541CC; }
a { background-color: rgb(229,65,204); }
div.DivClassName
{
background-color: #E541CC;
}
.BgClassName
{
background-color: #E541CC;
}
</style>
border-color css
<style>
span { border-color: #E541CC; }
span { border-color: rgb(229,65,204); }
td.TdClassName
{
border-color: #E541CC;
}
.TagClassName
{
border-color: #E541CC;
}
</style>