Html Css Color HEX #E865C9 Free Speech Magenta
📋 copy color: '#E865C9'red 232 ◦ green 101 ◦ blue 201
Shades of Free Speech Magenta #E865C9
Tints of Free Speech Magenta #E865C9
RGB
CMYK
RGB Variations
Color information
#E865C9 (or 0xE865C9) is known color: Free Speech Magenta. HEX triplet: E8, 65 and C9. RGB value is (232,101,201). Sum of RGB (Red+Green+Blue) = 232+101+201=534 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.45% from 534); Green value is 101 (39.84% from 255 or 18.91% from 534); Blue value is 201 (78.91% from 255 or 37.64% from 534); Max value from RGB is 232 - color contains mainly: red. Hex color #E865C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E865C9 is #179A36. Grayscale: #979797. Windows color (decimal): -1546807 or 13198824. OLE color: 13198824.
HSL color Cylindrical-coordinate representation of color #E865C9: hue angle of 314.2º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E865C9 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 101 | 201 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.09 |
| HSL | 314.2º | 0.74% | 0.65% | - |
| HSV(B) | 314.2º | 0.56% | 0.91% | - |
| XYZ | 48.48 | 30.68 | 58.63 | - |
| YUV | 151.57 | 155.9 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 101 | 201 | 0 | 0.56 | 0.13 | 0.09 | 314.2 | 0.74 | 0.65 |
| Hex | E8 | 65 | C9 | 0 | 38 | D | 9 | 13A | 4A | 41 |
| Octal | 350 | 145 | 311 | 0 | 70 | 15 | 11 | 472 | 112 | 101 |
| Binary | 11101000 | 1100101 | 11001001 | 0 | 111000 | 1101 | 1001 | 100111010 | 1001010 | 1000001 |
Color Harmonies of #E865C9
Complementary color
Monochromatic Colors of #E865C9
Black with #E865C9
Text Example
Text Example
White with #E865C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E865C9; }
p { color: rgb(232,101,201); }
H1.HeaderClassName
{
color: #E865C9;
}
.AnyTagClassName
{
color: #E865C9;
}
</style>
background-color css
<style>
a { background-color: #E865C9; }
a { background-color: rgb(232,101,201); }
div.DivClassName
{
background-color: #E865C9;
}
.BgClassName
{
background-color: #E865C9;
}
</style>
border-color css
<style>
span { border-color: #E865C9; }
span { border-color: rgb(232,101,201); }
td.TdClassName
{
border-color: #E865C9;
}
.TagClassName
{
border-color: #E865C9;
}
</style>