Html Css Color HEX #E84CCD Free Speech Magenta
📋 copy color: '#E84CCD'red 232 ◦ green 76 ◦ blue 205
Shades of Free Speech Magenta #E84CCD
Tints of Free Speech Magenta #E84CCD
RGB
CMYK
RGB Variations
Color information
#E84CCD (or 0xE84CCD) is known color: Free Speech Magenta. HEX triplet: E8, 4C and CD. RGB value is (232,76,205). Sum of RGB (Red+Green+Blue) = 232+76+205=513 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.22% from 513); Green value is 76 (30.08% from 255 or 14.81% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 232 - color contains mainly: red. Hex color #E84CCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E84CCD is #17B332. Grayscale: #888888. Windows color (decimal): -1553203 or 13454568. OLE color: 13454568.
HSL color Cylindrical-coordinate representation of color #E84CCD: hue angle of 310.38º 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 #E84CCD is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 76 | 205 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.09 |
| HSL | 310.38º | 0.77% | 0.6% | - |
| HSV(B) | 310.38º | 0.67% | 0.91% | - |
| XYZ | 46.88 | 26.73 | 60.45 | - |
| YUV | 137.35 | 166.18 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 76 | 205 | 0 | 0.67 | 0.12 | 0.09 | 310.38 | 0.77 | 0.6 |
| Hex | E8 | 4C | CD | 0 | 43 | C | 9 | 136 | 4D | 3C |
| Octal | 350 | 114 | 315 | 0 | 103 | 14 | 11 | 466 | 115 | 74 |
| Binary | 11101000 | 1001100 | 11001101 | 0 | 1000011 | 1100 | 1001 | 100110110 | 1001101 | 111100 |
Color Harmonies of #E84CCD
Complementary color
Monochromatic Colors of #E84CCD
Black with #E84CCD
Text Example
Text Example
White with #E84CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84CCD; }
p { color: rgb(232,76,205); }
H1.HeaderClassName
{
color: #E84CCD;
}
.AnyTagClassName
{
color: #E84CCD;
}
</style>
background-color css
<style>
a { background-color: #E84CCD; }
a { background-color: rgb(232,76,205); }
div.DivClassName
{
background-color: #E84CCD;
}
.BgClassName
{
background-color: #E84CCD;
}
</style>
border-color css
<style>
span { border-color: #E84CCD; }
span { border-color: rgb(232,76,205); }
td.TdClassName
{
border-color: #E84CCD;
}
.TagClassName
{
border-color: #E84CCD;
}
</style>