Html Css Color HEX #E551C0 Free Speech Magenta
📋 copy color: '#E551C0'red 229 ◦ green 81 ◦ blue 192
Shades of Free Speech Magenta #E551C0
Tints of Free Speech Magenta #E551C0
RGB
CMYK
RGB Variations
Color information
#E551C0 (or 0xE551C0) is known color: Free Speech Magenta. HEX triplet: E5, 51 and C0. RGB value is (229,81,192). Sum of RGB (Red+Green+Blue) = 229+81+192=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 81 (32.03% from 255 or 16.14% from 502); Blue value is 192 (75.39% from 255 or 38.25% from 502); Max value from RGB is 229 - color contains mainly: red. Hex color #E551C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E551C0 is #1AAE3F. Grayscale: #898989. Windows color (decimal): -1748544 or 12603877. OLE color: 12603877.
HSL color Cylindrical-coordinate representation of color #E551C0: hue angle of 315º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E551C0 is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 81 | 192 | - |
| CMYK | 0 | 0.65 | 0.16 | 0.10 |
| HSL | 315º | 0.74% | 0.61% | - |
| HSV(B) | 315º | 0.65% | 0.9% | - |
| XYZ | 44.77 | 26.35 | 52.6 | - |
| YUV | 137.91 | 158.53 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 81 | 192 | 0 | 0.65 | 0.16 | 0.10 | 315 | 0.74 | 0.61 |
| Hex | E5 | 51 | C0 | 0 | 41 | 10 | A | 13B | 4A | 3D |
| Octal | 345 | 121 | 300 | 0 | 101 | 20 | 12 | 473 | 112 | 75 |
| Binary | 11100101 | 1010001 | 11000000 | 0 | 1000001 | 10000 | 1010 | 100111011 | 1001010 | 111101 |
Color Harmonies of #E551C0
Complementary color
Monochromatic Colors of #E551C0
Black with #E551C0
Text Example
Text Example
White with #E551C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E551C0; }
p { color: rgb(229,81,192); }
H1.HeaderClassName
{
color: #E551C0;
}
.AnyTagClassName
{
color: #E551C0;
}
</style>
background-color css
<style>
a { background-color: #E551C0; }
a { background-color: rgb(229,81,192); }
div.DivClassName
{
background-color: #E551C0;
}
.BgClassName
{
background-color: #E551C0;
}
</style>
border-color css
<style>
span { border-color: #E551C0; }
span { border-color: rgb(229,81,192); }
td.TdClassName
{
border-color: #E551C0;
}
.TagClassName
{
border-color: #E551C0;
}
</style>