Html Css Color HEX #E860CE Free Speech Magenta
📋 copy color: '#E860CE'red 232 ◦ green 96 ◦ blue 206
Shades of Free Speech Magenta #E860CE
Tints of Free Speech Magenta #E860CE
RGB
CMYK
RGB Variations
Color information
#E860CE (or 0xE860CE) is known color: Free Speech Magenta. HEX triplet: E8, 60 and CE. RGB value is (232,96,206). Sum of RGB (Red+Green+Blue) = 232+96+206=534 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.45% from 534); Green value is 96 (37.89% from 255 or 17.98% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 232 - color contains mainly: red. Hex color #E860CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E860CE is #179F31. Grayscale: #949494. Windows color (decimal): -1548082 or 13525224. OLE color: 13525224.
HSL color Cylindrical-coordinate representation of color #E860CE: hue angle of 311.47º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E860CE is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 96 | 206 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.09 |
| HSL | 311.47º | 0.75% | 0.64% | - |
| HSV(B) | 311.47º | 0.59% | 0.91% | - |
| XYZ | 48.6 | 29.98 | 61.62 | - |
| YUV | 149.2 | 160.06 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 96 | 206 | 0 | 0.59 | 0.11 | 0.09 | 311.47 | 0.75 | 0.64 |
| Hex | E8 | 60 | CE | 0 | 3B | B | 9 | 137 | 4B | 40 |
| Octal | 350 | 140 | 316 | 0 | 73 | 13 | 11 | 467 | 113 | 100 |
| Binary | 11101000 | 1100000 | 11001110 | 0 | 111011 | 1011 | 1001 | 100110111 | 1001011 | 1000000 |
Color Harmonies of #E860CE
Complementary color
Monochromatic Colors of #E860CE
Black with #E860CE
Text Example
Text Example
White with #E860CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E860CE; }
p { color: rgb(232,96,206); }
H1.HeaderClassName
{
color: #E860CE;
}
.AnyTagClassName
{
color: #E860CE;
}
</style>
background-color css
<style>
a { background-color: #E860CE; }
a { background-color: rgb(232,96,206); }
div.DivClassName
{
background-color: #E860CE;
}
.BgClassName
{
background-color: #E860CE;
}
</style>
border-color css
<style>
span { border-color: #E860CE; }
span { border-color: rgb(232,96,206); }
td.TdClassName
{
border-color: #E860CE;
}
.TagClassName
{
border-color: #E860CE;
}
</style>