Html Css Color HEX #E545C7 Free Speech Magenta
📋 copy color: '#E545C7'red 229 ◦ green 69 ◦ blue 199
Shades of Free Speech Magenta #E545C7
Tints of Free Speech Magenta #E545C7
RGB
CMYK
RGB Variations
Color information
#E545C7 (or 0xE545C7) is known color: Free Speech Magenta. HEX triplet: E5, 45 and C7. RGB value is (229,69,199). Sum of RGB (Red+Green+Blue) = 229+69+199=497 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.08% from 497); Green value is 69 (27.34% from 255 or 13.88% from 497); Blue value is 199 (78.12% from 255 or 40.04% from 497); Max value from RGB is 229 - color contains mainly: red. Hex color #E545C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E545C7 is #1ABA38. Grayscale: #838383. Windows color (decimal): -1751609 or 13059557. OLE color: 13059557.
HSL color Cylindrical-coordinate representation of color #E545C7: hue angle of 311.25º 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 #E545C7 is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 69 | 199 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.10 |
| HSL | 311.25º | 0.75% | 0.58% | - |
| HSV(B) | 311.25º | 0.7% | 0.9% | - |
| XYZ | 44.75 | 25.04 | 56.51 | - |
| YUV | 131.66 | 166.01 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 69 | 199 | 0 | 0.70 | 0.13 | 0.10 | 311.25 | 0.75 | 0.58 |
| Hex | E5 | 45 | C7 | 0 | 46 | D | A | 137 | 4B | 3A |
| Octal | 345 | 105 | 307 | 0 | 106 | 15 | 12 | 467 | 113 | 72 |
| Binary | 11100101 | 1000101 | 11000111 | 0 | 1000110 | 1101 | 1010 | 100110111 | 1001011 | 111010 |
Color Harmonies of #E545C7
Complementary color
Monochromatic Colors of #E545C7
Black with #E545C7
Text Example
Text Example
White with #E545C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E545C7; }
p { color: rgb(229,69,199); }
H1.HeaderClassName
{
color: #E545C7;
}
.AnyTagClassName
{
color: #E545C7;
}
</style>
background-color css
<style>
a { background-color: #E545C7; }
a { background-color: rgb(229,69,199); }
div.DivClassName
{
background-color: #E545C7;
}
.BgClassName
{
background-color: #E545C7;
}
</style>
border-color css
<style>
span { border-color: #E545C7; }
span { border-color: rgb(229,69,199); }
td.TdClassName
{
border-color: #E545C7;
}
.TagClassName
{
border-color: #E545C7;
}
</style>