Html Css Color HEX #E863CC Free Speech Magenta
📋 copy color: '#E863CC'red 232 ◦ green 99 ◦ blue 204
Shades of Free Speech Magenta #E863CC
Tints of Free Speech Magenta #E863CC
RGB
CMYK
RGB Variations
Color information
#E863CC (or 0xE863CC) is known color: Free Speech Magenta. HEX triplet: E8, 63 and CC. RGB value is (232,99,204). Sum of RGB (Red+Green+Blue) = 232+99+204=535 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.36% from 535); Green value is 99 (39.06% from 255 or 18.50% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 232 - color contains mainly: red. Hex color #E863CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E863CC is #179C33. Grayscale: #969696. Windows color (decimal): -1547316 or 13394920. OLE color: 13394920.
HSL color Cylindrical-coordinate representation of color #E863CC: hue angle of 312.63º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E863CC is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 99 | 204 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.09 |
| HSL | 312.63º | 0.74% | 0.65% | - |
| HSV(B) | 312.63º | 0.57% | 0.91% | - |
| XYZ | 48.64 | 30.44 | 60.44 | - |
| YUV | 150.74 | 158.06 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 99 | 204 | 0 | 0.57 | 0.12 | 0.09 | 312.63 | 0.74 | 0.65 |
| Hex | E8 | 63 | CC | 0 | 39 | C | 9 | 139 | 4A | 41 |
| Octal | 350 | 143 | 314 | 0 | 71 | 14 | 11 | 471 | 112 | 101 |
| Binary | 11101000 | 1100011 | 11001100 | 0 | 111001 | 1100 | 1001 | 100111001 | 1001010 | 1000001 |
Color Harmonies of #E863CC
Complementary color
Monochromatic Colors of #E863CC
Black with #E863CC
Text Example
Text Example
White with #E863CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E863CC; }
p { color: rgb(232,99,204); }
H1.HeaderClassName
{
color: #E863CC;
}
.AnyTagClassName
{
color: #E863CC;
}
</style>
background-color css
<style>
a { background-color: #E863CC; }
a { background-color: rgb(232,99,204); }
div.DivClassName
{
background-color: #E863CC;
}
.BgClassName
{
background-color: #E863CC;
}
</style>
border-color css
<style>
span { border-color: #E863CC; }
span { border-color: rgb(232,99,204); }
td.TdClassName
{
border-color: #E863CC;
}
.TagClassName
{
border-color: #E863CC;
}
</style>