Html Css Color HEX #E84CCC Free Speech Magenta
📋 copy color: '#E84CCC'red 232 ◦ green 76 ◦ blue 204
Shades of Free Speech Magenta #E84CCC
Tints of Free Speech Magenta #E84CCC
RGB
CMYK
RGB Variations
Color information
#E84CCC (or 0xE84CCC) is known color: Free Speech Magenta. HEX triplet: E8, 4C and CC. RGB value is (232,76,204). Sum of RGB (Red+Green+Blue) = 232+76+204=512 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.31% from 512); Green value is 76 (30.08% from 255 or 14.84% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 232 - color contains mainly: red. Hex color #E84CCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E84CCC is #17B333. Grayscale: #888888. Windows color (decimal): -1553204 or 13389032. OLE color: 13389032.
HSL color Cylindrical-coordinate representation of color #E84CCC: hue angle of 310.77º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E84CCC is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 76 | 204 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.09 |
| HSL | 310.77º | 0.77% | 0.6% | - |
| HSV(B) | 310.77º | 0.67% | 0.91% | - |
| XYZ | 46.76 | 26.68 | 59.81 | - |
| YUV | 137.24 | 165.68 | 195.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 76 | 204 | 0 | 0.67 | 0.12 | 0.09 | 310.77 | 0.77 | 0.6 |
| Hex | E8 | 4C | CC | 0 | 43 | C | 9 | 137 | 4D | 3C |
| Octal | 350 | 114 | 314 | 0 | 103 | 14 | 11 | 467 | 115 | 74 |
| Binary | 11101000 | 1001100 | 11001100 | 0 | 1000011 | 1100 | 1001 | 100110111 | 1001101 | 111100 |
Color Harmonies of #E84CCC
Complementary color
Monochromatic Colors of #E84CCC
Black with #E84CCC
Text Example
Text Example
White with #E84CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84CCC; }
p { color: rgb(232,76,204); }
H1.HeaderClassName
{
color: #E84CCC;
}
.AnyTagClassName
{
color: #E84CCC;
}
</style>
background-color css
<style>
a { background-color: #E84CCC; }
a { background-color: rgb(232,76,204); }
div.DivClassName
{
background-color: #E84CCC;
}
.BgClassName
{
background-color: #E84CCC;
}
</style>
border-color css
<style>
span { border-color: #E84CCC; }
span { border-color: rgb(232,76,204); }
td.TdClassName
{
border-color: #E84CCC;
}
.TagClassName
{
border-color: #E84CCC;
}
</style>