Html Css Color HEX #E550CC Free Speech Magenta
📋 copy color: '#E550CC'red 229 ◦ green 80 ◦ blue 204
Shades of Free Speech Magenta #E550CC
Tints of Free Speech Magenta #E550CC
RGB
CMYK
RGB Variations
Color information
#E550CC (or 0xE550CC) is known color: Free Speech Magenta. HEX triplet: E5, 50 and CC. RGB value is (229,80,204). Sum of RGB (Red+Green+Blue) = 229+80+204=513 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.64% from 513); Green value is 80 (31.64% from 255 or 15.59% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 229 - color contains mainly: red. Hex color #E550CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E550CC is #1AAF33. Grayscale: #8A8A8A. Windows color (decimal): -1748788 or 13390053. OLE color: 13390053.
HSL color Cylindrical-coordinate representation of color #E550CC: hue angle of 310.07º 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 #E550CC is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 80 | 204 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.10 |
| HSL | 310.07º | 0.74% | 0.61% | - |
| HSV(B) | 310.07º | 0.65% | 0.9% | - |
| XYZ | 46.08 | 26.75 | 59.86 | - |
| YUV | 138.69 | 164.86 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 80 | 204 | 0 | 0.65 | 0.11 | 0.10 | 310.07 | 0.74 | 0.61 |
| Hex | E5 | 50 | CC | 0 | 41 | B | A | 136 | 4A | 3D |
| Octal | 345 | 120 | 314 | 0 | 101 | 13 | 12 | 466 | 112 | 75 |
| Binary | 11100101 | 1010000 | 11001100 | 0 | 1000001 | 1011 | 1010 | 100110110 | 1001010 | 111101 |
Color Harmonies of #E550CC
Complementary color
Monochromatic Colors of #E550CC
Black with #E550CC
Text Example
Text Example
White with #E550CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E550CC; }
p { color: rgb(229,80,204); }
H1.HeaderClassName
{
color: #E550CC;
}
.AnyTagClassName
{
color: #E550CC;
}
</style>
background-color css
<style>
a { background-color: #E550CC; }
a { background-color: rgb(229,80,204); }
div.DivClassName
{
background-color: #E550CC;
}
.BgClassName
{
background-color: #E550CC;
}
</style>
border-color css
<style>
span { border-color: #E550CC; }
span { border-color: rgb(229,80,204); }
td.TdClassName
{
border-color: #E550CC;
}
.TagClassName
{
border-color: #E550CC;
}
</style>