Html Css Color HEX #E864CC Free Speech Magenta
📋 copy color: '#E864CC'red 232 ◦ green 100 ◦ blue 204
Shades of Free Speech Magenta #E864CC
Tints of Free Speech Magenta #E864CC
RGB
CMYK
RGB Variations
Color information
#E864CC (or 0xE864CC) is known color: Free Speech Magenta. HEX triplet: E8, 64 and CC. RGB value is (232,100,204). Sum of RGB (Red+Green+Blue) = 232+100+204=536 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.28% from 536); Green value is 100 (39.45% from 255 or 18.66% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 232 - color contains mainly: red. Hex color #E864CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E864CC is #179B33. Grayscale: #979797. Windows color (decimal): -1547060 or 13395176. OLE color: 13395176.
HSL color Cylindrical-coordinate representation of color #E864CC: hue angle of 312.73º 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 #E864CC is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 100 | 204 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.09 |
| HSL | 312.73º | 0.74% | 0.65% | - |
| HSV(B) | 312.73º | 0.57% | 0.91% | - |
| XYZ | 48.73 | 30.63 | 60.47 | - |
| YUV | 151.32 | 157.73 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 100 | 204 | 0 | 0.57 | 0.12 | 0.09 | 312.73 | 0.74 | 0.65 |
| Hex | E8 | 64 | CC | 0 | 39 | C | 9 | 139 | 4A | 41 |
| Octal | 350 | 144 | 314 | 0 | 71 | 14 | 11 | 471 | 112 | 101 |
| Binary | 11101000 | 1100100 | 11001100 | 0 | 111001 | 1100 | 1001 | 100111001 | 1001010 | 1000001 |
Color Harmonies of #E864CC
Complementary color
Monochromatic Colors of #E864CC
Black with #E864CC
Text Example
Text Example
White with #E864CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E864CC; }
p { color: rgb(232,100,204); }
H1.HeaderClassName
{
color: #E864CC;
}
.AnyTagClassName
{
color: #E864CC;
}
</style>
background-color css
<style>
a { background-color: #E864CC; }
a { background-color: rgb(232,100,204); }
div.DivClassName
{
background-color: #E864CC;
}
.BgClassName
{
background-color: #E864CC;
}
</style>
border-color css
<style>
span { border-color: #E864CC; }
span { border-color: rgb(232,100,204); }
td.TdClassName
{
border-color: #E864CC;
}
.TagClassName
{
border-color: #E864CC;
}
</style>