Html Css Color HEX #E84CCB Free Speech Magenta
📋 copy color: '#E84CCB'red 232 ◦ green 76 ◦ blue 203
Shades of Free Speech Magenta #E84CCB
Tints of Free Speech Magenta #E84CCB
RGB
CMYK
RGB Variations
Color information
#E84CCB (or 0xE84CCB) is known color: Free Speech Magenta. HEX triplet: E8, 4C and CB. RGB value is (232,76,203). Sum of RGB (Red+Green+Blue) = 232+76+203=511 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.40% from 511); Green value is 76 (30.08% from 255 or 14.87% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 232 - color contains mainly: red. Hex color #E84CCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E84CCB is #17B334. Grayscale: #888888. Windows color (decimal): -1553205 or 13323496. OLE color: 13323496.
HSL color Cylindrical-coordinate representation of color #E84CCB: hue angle of 311.15º 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 #E84CCB is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 76 | 203 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.09 |
| HSL | 311.15º | 0.77% | 0.6% | - |
| HSV(B) | 311.15º | 0.67% | 0.91% | - |
| XYZ | 46.64 | 26.64 | 59.18 | - |
| YUV | 137.12 | 165.18 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 76 | 203 | 0 | 0.67 | 0.12 | 0.09 | 311.15 | 0.77 | 0.6 |
| Hex | E8 | 4C | CB | 0 | 43 | C | 9 | 137 | 4D | 3C |
| Octal | 350 | 114 | 313 | 0 | 103 | 14 | 11 | 467 | 115 | 74 |
| Binary | 11101000 | 1001100 | 11001011 | 0 | 1000011 | 1100 | 1001 | 100110111 | 1001101 | 111100 |
Color Harmonies of #E84CCB
Complementary color
Monochromatic Colors of #E84CCB
Black with #E84CCB
Text Example
Text Example
White with #E84CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84CCB; }
p { color: rgb(232,76,203); }
H1.HeaderClassName
{
color: #E84CCB;
}
.AnyTagClassName
{
color: #E84CCB;
}
</style>
background-color css
<style>
a { background-color: #E84CCB; }
a { background-color: rgb(232,76,203); }
div.DivClassName
{
background-color: #E84CCB;
}
.BgClassName
{
background-color: #E84CCB;
}
</style>
border-color css
<style>
span { border-color: #E84CCB; }
span { border-color: rgb(232,76,203); }
td.TdClassName
{
border-color: #E84CCB;
}
.TagClassName
{
border-color: #E84CCB;
}
</style>