Html Css Color HEX #E84ACB Free Speech Magenta
📋 copy color: '#E84ACB'red 232 ◦ green 74 ◦ blue 203
Shades of Free Speech Magenta #E84ACB
Tints of Free Speech Magenta #E84ACB
RGB
CMYK
RGB Variations
Color information
#E84ACB (or 0xE84ACB) is known color: Free Speech Magenta. HEX triplet: E8, 4A and CB. RGB value is (232,74,203). Sum of RGB (Red+Green+Blue) = 232+74+203=509 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.58% from 509); Green value is 74 (29.30% from 255 or 14.54% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 232 - color contains mainly: red. Hex color #E84ACB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E84ACB is #17B534. Grayscale: #878787. Windows color (decimal): -1553717 or 13322984. OLE color: 13322984.
HSL color Cylindrical-coordinate representation of color #E84ACB: hue angle of 311.01º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E84ACB is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 74 | 203 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.09 |
| HSL | 311.01º | 0.77% | 0.6% | - |
| HSV(B) | 311.01º | 0.68% | 0.91% | - |
| XYZ | 46.51 | 26.37 | 59.14 | - |
| YUV | 135.95 | 165.85 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 74 | 203 | 0 | 0.68 | 0.12 | 0.09 | 311.01 | 0.77 | 0.6 |
| Hex | E8 | 4A | CB | 0 | 44 | C | 9 | 137 | 4D | 3C |
| Octal | 350 | 112 | 313 | 0 | 104 | 14 | 11 | 467 | 115 | 74 |
| Binary | 11101000 | 1001010 | 11001011 | 0 | 1000100 | 1100 | 1001 | 100110111 | 1001101 | 111100 |
Color Harmonies of #E84ACB
Complementary color
Monochromatic Colors of #E84ACB
Black with #E84ACB
Text Example
Text Example
White with #E84ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84ACB; }
p { color: rgb(232,74,203); }
H1.HeaderClassName
{
color: #E84ACB;
}
.AnyTagClassName
{
color: #E84ACB;
}
</style>
background-color css
<style>
a { background-color: #E84ACB; }
a { background-color: rgb(232,74,203); }
div.DivClassName
{
background-color: #E84ACB;
}
.BgClassName
{
background-color: #E84ACB;
}
</style>
border-color css
<style>
span { border-color: #E84ACB; }
span { border-color: rgb(232,74,203); }
td.TdClassName
{
border-color: #E84ACB;
}
.TagClassName
{
border-color: #E84ACB;
}
</style>