Html Css Color HEX #E545CA Free Speech Magenta
📋 copy color: '#E545CA'red 229 ◦ green 69 ◦ blue 202
Shades of Free Speech Magenta #E545CA
Tints of Free Speech Magenta #E545CA
RGB
CMYK
RGB Variations
Color information
#E545CA (or 0xE545CA) is known color: Free Speech Magenta. HEX triplet: E5, 45 and CA. RGB value is (229,69,202). Sum of RGB (Red+Green+Blue) = 229+69+202=500 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.8% from 500); Green value is 69 (27.34% from 255 or 13.8% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 229 - color contains mainly: red. Hex color #E545CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E545CA is #1ABA35. Grayscale: #838383. Windows color (decimal): -1751606 or 13256165. OLE color: 13256165.
HSL color Cylindrical-coordinate representation of color #E545CA: hue angle of 310.12º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E545CA is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 69 | 202 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.10 |
| HSL | 310.13º | 0.75% | 0.58% | - |
| HSV(B) | 310.13º | 0.7% | 0.9% | - |
| XYZ | 45.1 | 25.18 | 58.36 | - |
| YUV | 132 | 167.51 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 69 | 202 | 0 | 0.70 | 0.12 | 0.10 | 310.13 | 0.75 | 0.58 |
| Hex | E5 | 45 | CA | 0 | 46 | C | A | 136 | 4B | 3A |
| Octal | 345 | 105 | 312 | 0 | 106 | 14 | 12 | 466 | 113 | 72 |
| Binary | 11100101 | 1000101 | 11001010 | 0 | 1000110 | 1100 | 1010 | 100110110 | 1001011 | 111010 |
Color Harmonies of #E545CA
Complementary color
Monochromatic Colors of #E545CA
Black with #E545CA
Text Example
Text Example
White with #E545CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E545CA; }
p { color: rgb(229,69,202); }
H1.HeaderClassName
{
color: #E545CA;
}
.AnyTagClassName
{
color: #E545CA;
}
</style>
background-color css
<style>
a { background-color: #E545CA; }
a { background-color: rgb(229,69,202); }
div.DivClassName
{
background-color: #E545CA;
}
.BgClassName
{
background-color: #E545CA;
}
</style>
border-color css
<style>
span { border-color: #E545CA; }
span { border-color: rgb(229,69,202); }
td.TdClassName
{
border-color: #E545CA;
}
.TagClassName
{
border-color: #E545CA;
}
</style>