Html Css Color HEX #E85ECC Free Speech Magenta
📋 copy color: '#E85ECC'red 232 ◦ green 94 ◦ blue 204
Shades of Free Speech Magenta #E85ECC
Tints of Free Speech Magenta #E85ECC
RGB
CMYK
RGB Variations
Color information
#E85ECC (or 0xE85ECC) is known color: Free Speech Magenta. HEX triplet: E8, 5E and CC. RGB value is (232,94,204). Sum of RGB (Red+Green+Blue) = 232+94+204=530 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.77% from 530); Green value is 94 (37.11% from 255 or 17.74% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 232 - color contains mainly: red. Hex color #E85ECC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E85ECC is #17A133. Grayscale: #939393. Windows color (decimal): -1548596 or 13393640. OLE color: 13393640.
HSL color Cylindrical-coordinate representation of color #E85ECC: hue angle of 312.17º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E85ECC is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 94 | 204 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.09 |
| HSL | 312.17º | 0.75% | 0.64% | - |
| HSV(B) | 312.17º | 0.59% | 0.91% | - |
| XYZ | 48.18 | 29.52 | 60.29 | - |
| YUV | 147.8 | 159.72 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 94 | 204 | 0 | 0.59 | 0.12 | 0.09 | 312.17 | 0.75 | 0.64 |
| Hex | E8 | 5E | CC | 0 | 3B | C | 9 | 138 | 4B | 40 |
| Octal | 350 | 136 | 314 | 0 | 73 | 14 | 11 | 470 | 113 | 100 |
| Binary | 11101000 | 1011110 | 11001100 | 0 | 111011 | 1100 | 1001 | 100111000 | 1001011 | 1000000 |
Color Harmonies of #E85ECC
Complementary color
Monochromatic Colors of #E85ECC
Black with #E85ECC
Text Example
Text Example
White with #E85ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85ECC; }
p { color: rgb(232,94,204); }
H1.HeaderClassName
{
color: #E85ECC;
}
.AnyTagClassName
{
color: #E85ECC;
}
</style>
background-color css
<style>
a { background-color: #E85ECC; }
a { background-color: rgb(232,94,204); }
div.DivClassName
{
background-color: #E85ECC;
}
.BgClassName
{
background-color: #E85ECC;
}
</style>
border-color css
<style>
span { border-color: #E85ECC; }
span { border-color: rgb(232,94,204); }
td.TdClassName
{
border-color: #E85ECC;
}
.TagClassName
{
border-color: #E85ECC;
}
</style>