Html Css Color HEX #E55FCC Free Speech Magenta
📋 copy color: '#E55FCC'red 229 ◦ green 95 ◦ blue 204
Shades of Free Speech Magenta #E55FCC
Tints of Free Speech Magenta #E55FCC
RGB
CMYK
RGB Variations
Color information
#E55FCC (or 0xE55FCC) is known color: Free Speech Magenta. HEX triplet: E5, 5F and CC. RGB value is (229,95,204). Sum of RGB (Red+Green+Blue) = 229+95+204=528 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.37% from 528); Green value is 95 (37.5% from 255 or 17.99% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 229 - color contains mainly: red. Hex color #E55FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55FCC is #1AA033. Grayscale: #939393. Windows color (decimal): -1744948 or 13393893. OLE color: 13393893.
HSL color Cylindrical-coordinate representation of color #E55FCC: hue angle of 311.19º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E55FCC is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 95 | 204 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.10 |
| HSL | 311.19º | 0.72% | 0.64% | - |
| HSV(B) | 311.19º | 0.59% | 0.9% | - |
| XYZ | 47.3 | 29.2 | 60.27 | - |
| YUV | 147.49 | 159.89 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 95 | 204 | 0 | 0.59 | 0.11 | 0.10 | 311.19 | 0.72 | 0.64 |
| Hex | E5 | 5F | CC | 0 | 3B | B | A | 137 | 48 | 40 |
| Octal | 345 | 137 | 314 | 0 | 73 | 13 | 12 | 467 | 110 | 100 |
| Binary | 11100101 | 1011111 | 11001100 | 0 | 111011 | 1011 | 1010 | 100110111 | 1001000 | 1000000 |
Color Harmonies of #E55FCC
Complementary color
Monochromatic Colors of #E55FCC
Black with #E55FCC
Text Example
Text Example
White with #E55FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55FCC; }
p { color: rgb(229,95,204); }
H1.HeaderClassName
{
color: #E55FCC;
}
.AnyTagClassName
{
color: #E55FCC;
}
</style>
background-color css
<style>
a { background-color: #E55FCC; }
a { background-color: rgb(229,95,204); }
div.DivClassName
{
background-color: #E55FCC;
}
.BgClassName
{
background-color: #E55FCC;
}
</style>
border-color css
<style>
span { border-color: #E55FCC; }
span { border-color: rgb(229,95,204); }
td.TdClassName
{
border-color: #E55FCC;
}
.TagClassName
{
border-color: #E55FCC;
}
</style>