Html Css Color HEX #E549C5 Free Speech Magenta
📋 copy color: '#E549C5'red 229 ◦ green 73 ◦ blue 197
Shades of Free Speech Magenta #E549C5
Tints of Free Speech Magenta #E549C5
RGB
CMYK
RGB Variations
Color information
#E549C5 (or 0xE549C5) is known color: Free Speech Magenta. HEX triplet: E5, 49 and C5. RGB value is (229,73,197). Sum of RGB (Red+Green+Blue) = 229+73+197=499 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.89% from 499); Green value is 73 (28.91% from 255 or 14.63% from 499); Blue value is 197 (77.34% from 255 or 39.48% from 499); Max value from RGB is 229 - color contains mainly: red. Hex color #E549C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E549C5 is #1AB63A. Grayscale: #858585. Windows color (decimal): -1750587 or 12929509. OLE color: 12929509.
HSL color Cylindrical-coordinate representation of color #E549C5: hue angle of 312.31º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E549C5 is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 73 | 197 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.10 |
| HSL | 312.31º | 0.75% | 0.59% | - |
| HSV(B) | 312.31º | 0.68% | 0.9% | - |
| XYZ | 44.77 | 25.45 | 55.38 | - |
| YUV | 133.78 | 163.68 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 73 | 197 | 0 | 0.68 | 0.14 | 0.10 | 312.31 | 0.75 | 0.59 |
| Hex | E5 | 49 | C5 | 0 | 44 | E | A | 138 | 4B | 3B |
| Octal | 345 | 111 | 305 | 0 | 104 | 16 | 12 | 470 | 113 | 73 |
| Binary | 11100101 | 1001001 | 11000101 | 0 | 1000100 | 1110 | 1010 | 100111000 | 1001011 | 111011 |
Color Harmonies of #E549C5
Complementary color
Monochromatic Colors of #E549C5
Black with #E549C5
Text Example
Text Example
White with #E549C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E549C5; }
p { color: rgb(229,73,197); }
H1.HeaderClassName
{
color: #E549C5;
}
.AnyTagClassName
{
color: #E549C5;
}
</style>
background-color css
<style>
a { background-color: #E549C5; }
a { background-color: rgb(229,73,197); }
div.DivClassName
{
background-color: #E549C5;
}
.BgClassName
{
background-color: #E549C5;
}
</style>
border-color css
<style>
span { border-color: #E549C5; }
span { border-color: rgb(229,73,197); }
td.TdClassName
{
border-color: #E549C5;
}
.TagClassName
{
border-color: #E549C5;
}
</style>