Html Css Color HEX #E550CE Free Speech Magenta
📋 copy color: '#E550CE'red 229 ◦ green 80 ◦ blue 206
Shades of Free Speech Magenta #E550CE
Tints of Free Speech Magenta #E550CE
RGB
CMYK
RGB Variations
Color information
#E550CE (or 0xE550CE) is known color: Free Speech Magenta. HEX triplet: E5, 50 and CE. RGB value is (229,80,206). Sum of RGB (Red+Green+Blue) = 229+80+206=515 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.47% from 515); Green value is 80 (31.64% from 255 or 15.53% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 229 - color contains mainly: red. Hex color #E550CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E550CE is #1AAF31. Grayscale: #8A8A8A. Windows color (decimal): -1748786 or 13521125. OLE color: 13521125.
HSL color Cylindrical-coordinate representation of color #E550CE: hue angle of 309.26º 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 #E550CE is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 80 | 206 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.10 |
| HSL | 309.26º | 0.74% | 0.61% | - |
| HSV(B) | 309.26º | 0.65% | 0.9% | - |
| XYZ | 46.32 | 26.85 | 61.13 | - |
| YUV | 138.92 | 165.86 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 80 | 206 | 0 | 0.65 | 0.10 | 0.10 | 309.26 | 0.74 | 0.61 |
| Hex | E5 | 50 | CE | 0 | 41 | A | A | 135 | 4A | 3D |
| Octal | 345 | 120 | 316 | 0 | 101 | 12 | 12 | 465 | 112 | 75 |
| Binary | 11100101 | 1010000 | 11001110 | 0 | 1000001 | 1010 | 1010 | 100110101 | 1001010 | 111101 |
Color Harmonies of #E550CE
Complementary color
Monochromatic Colors of #E550CE
Black with #E550CE
Text Example
Text Example
White with #E550CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E550CE; }
p { color: rgb(229,80,206); }
H1.HeaderClassName
{
color: #E550CE;
}
.AnyTagClassName
{
color: #E550CE;
}
</style>
background-color css
<style>
a { background-color: #E550CE; }
a { background-color: rgb(229,80,206); }
div.DivClassName
{
background-color: #E550CE;
}
.BgClassName
{
background-color: #E550CE;
}
</style>
border-color css
<style>
span { border-color: #E550CE; }
span { border-color: rgb(229,80,206); }
td.TdClassName
{
border-color: #E550CE;
}
.TagClassName
{
border-color: #E550CE;
}
</style>