Html Css Color HEX #E860C8 Free Speech Magenta
📋 copy color: '#E860C8'red 232 ◦ green 96 ◦ blue 200
Shades of Free Speech Magenta #E860C8
Tints of Free Speech Magenta #E860C8
RGB
CMYK
RGB Variations
Color information
#E860C8 (or 0xE860C8) is known color: Free Speech Magenta. HEX triplet: E8, 60 and C8. RGB value is (232,96,200). Sum of RGB (Red+Green+Blue) = 232+96+200=528 (69% of max value = 765). Red value is 232 (91.02% from 255 or 43.94% from 528); Green value is 96 (37.89% from 255 or 18.18% from 528); Blue value is 200 (78.52% from 255 or 37.88% from 528); Max value from RGB is 232 - color contains mainly: red. Hex color #E860C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E860C8 is #179F37. Grayscale: #949494. Windows color (decimal): -1548088 or 13132008. OLE color: 13132008.
HSL color Cylindrical-coordinate representation of color #E860C8: hue angle of 314.12º 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 #E860C8 is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 96 | 200 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.09 |
| HSL | 314.12º | 0.75% | 0.64% | - |
| HSV(B) | 314.12º | 0.59% | 0.91% | - |
| XYZ | 47.89 | 29.69 | 57.85 | - |
| YUV | 148.52 | 157.06 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 96 | 200 | 0 | 0.59 | 0.14 | 0.09 | 314.12 | 0.75 | 0.64 |
| Hex | E8 | 60 | C8 | 0 | 3B | E | 9 | 13A | 4B | 40 |
| Octal | 350 | 140 | 310 | 0 | 73 | 16 | 11 | 472 | 113 | 100 |
| Binary | 11101000 | 1100000 | 11001000 | 0 | 111011 | 1110 | 1001 | 100111010 | 1001011 | 1000000 |
Color Harmonies of #E860C8
Complementary color
Monochromatic Colors of #E860C8
Black with #E860C8
Text Example
Text Example
White with #E860C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E860C8; }
p { color: rgb(232,96,200); }
H1.HeaderClassName
{
color: #E860C8;
}
.AnyTagClassName
{
color: #E860C8;
}
</style>
background-color css
<style>
a { background-color: #E860C8; }
a { background-color: rgb(232,96,200); }
div.DivClassName
{
background-color: #E860C8;
}
.BgClassName
{
background-color: #E860C8;
}
</style>
border-color css
<style>
span { border-color: #E860C8; }
span { border-color: rgb(232,96,200); }
td.TdClassName
{
border-color: #E860C8;
}
.TagClassName
{
border-color: #E860C8;
}
</style>