Html Css Color HEX #E550CF Free Speech Magenta
📋 copy color: '#E550CF'red 229 ◦ green 80 ◦ blue 207
Shades of Free Speech Magenta #E550CF
Tints of Free Speech Magenta #E550CF
RGB
CMYK
RGB Variations
Color information
#E550CF (or 0xE550CF) is known color: Free Speech Magenta. HEX triplet: E5, 50 and CF. RGB value is (229,80,207). Sum of RGB (Red+Green+Blue) = 229+80+207=516 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.38% from 516); Green value is 80 (31.64% from 255 or 15.50% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 229 - color contains mainly: red. Hex color #E550CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E550CF is #1AAF30. Grayscale: #8A8A8A. Windows color (decimal): -1748785 or 13586661. OLE color: 13586661.
HSL color Cylindrical-coordinate representation of color #E550CF: hue angle of 308.86º 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 #E550CF is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 80 | 207 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.10 |
| HSL | 308.86º | 0.74% | 0.61% | - |
| HSV(B) | 308.86º | 0.65% | 0.9% | - |
| XYZ | 46.44 | 26.9 | 61.78 | - |
| YUV | 139.03 | 166.36 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 80 | 207 | 0 | 0.65 | 0.10 | 0.10 | 308.86 | 0.74 | 0.61 |
| Hex | E5 | 50 | CF | 0 | 41 | A | A | 135 | 4A | 3D |
| Octal | 345 | 120 | 317 | 0 | 101 | 12 | 12 | 465 | 112 | 75 |
| Binary | 11100101 | 1010000 | 11001111 | 0 | 1000001 | 1010 | 1010 | 100110101 | 1001010 | 111101 |
Color Harmonies of #E550CF
Complementary color
Monochromatic Colors of #E550CF
Black with #E550CF
Text Example
Text Example
White with #E550CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E550CF; }
p { color: rgb(229,80,207); }
H1.HeaderClassName
{
color: #E550CF;
}
.AnyTagClassName
{
color: #E550CF;
}
</style>
background-color css
<style>
a { background-color: #E550CF; }
a { background-color: rgb(229,80,207); }
div.DivClassName
{
background-color: #E550CF;
}
.BgClassName
{
background-color: #E550CF;
}
</style>
border-color css
<style>
span { border-color: #E550CF; }
span { border-color: rgb(229,80,207); }
td.TdClassName
{
border-color: #E550CF;
}
.TagClassName
{
border-color: #E550CF;
}
</style>