Html Css Color HEX #E541CA Free Speech Magenta
📋 copy color: '#E541CA'red 229 ◦ green 65 ◦ blue 202
Shades of Free Speech Magenta #E541CA
Tints of Free Speech Magenta #E541CA
RGB
CMYK
RGB Variations
Color information
#E541CA (or 0xE541CA) is known color: Free Speech Magenta. HEX triplet: E5, 41 and CA. RGB value is (229,65,202). Sum of RGB (Red+Green+Blue) = 229+65+202=496 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.17% from 496); Green value is 65 (25.78% from 255 or 13.10% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 229 - color contains mainly: red. Hex color #E541CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E541CA is #1ABE35. Grayscale: #818181. Windows color (decimal): -1752630 or 13255141. OLE color: 13255141.
HSL color Cylindrical-coordinate representation of color #E541CA: hue angle of 309.88º 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 #E541CA is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 65 | 202 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.10 |
| HSL | 309.88º | 0.76% | 0.58% | - |
| HSV(B) | 309.88º | 0.72% | 0.9% | - |
| XYZ | 44.86 | 24.7 | 58.28 | - |
| YUV | 129.65 | 168.83 | 198.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 65 | 202 | 0 | 0.72 | 0.12 | 0.10 | 309.88 | 0.76 | 0.58 |
| Hex | E5 | 41 | CA | 0 | 48 | C | A | 136 | 4C | 3A |
| Octal | 345 | 101 | 312 | 0 | 110 | 14 | 12 | 466 | 114 | 72 |
| Binary | 11100101 | 1000001 | 11001010 | 0 | 1001000 | 1100 | 1010 | 100110110 | 1001100 | 111010 |
Color Harmonies of #E541CA
Complementary color
Monochromatic Colors of #E541CA
Black with #E541CA
Text Example
Text Example
White with #E541CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E541CA; }
p { color: rgb(229,65,202); }
H1.HeaderClassName
{
color: #E541CA;
}
.AnyTagClassName
{
color: #E541CA;
}
</style>
background-color css
<style>
a { background-color: #E541CA; }
a { background-color: rgb(229,65,202); }
div.DivClassName
{
background-color: #E541CA;
}
.BgClassName
{
background-color: #E541CA;
}
</style>
border-color css
<style>
span { border-color: #E541CA; }
span { border-color: rgb(229,65,202); }
td.TdClassName
{
border-color: #E541CA;
}
.TagClassName
{
border-color: #E541CA;
}
</style>