Html Css Color HEX #E865DF Free Speech Magenta
📋 copy color: '#E865DF'red 232 ◦ green 101 ◦ blue 223
Shades of Free Speech Magenta #E865DF
Tints of Free Speech Magenta #E865DF
RGB
CMYK
RGB Variations
Color information
#E865DF (or 0xE865DF) is known color: Free Speech Magenta. HEX triplet: E8, 65 and DF. RGB value is (232,101,223). Sum of RGB (Red+Green+Blue) = 232+101+223=556 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.73% from 556); Green value is 101 (39.84% from 255 or 18.17% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 232 - color contains mainly: red. Hex color #E865DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E865DF is #179A20. Grayscale: #999999. Windows color (decimal): -1546785 or 14640616. OLE color: 14640616.
HSL color Cylindrical-coordinate representation of color #E865DF: hue angle of 304.12º 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 #E865DF is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 101 | 223 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.09 |
| HSL | 304.12º | 0.74% | 0.65% | - |
| HSV(B) | 304.12º | 0.56% | 0.91% | - |
| XYZ | 51.25 | 31.79 | 73.25 | - |
| YUV | 154.08 | 166.9 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 101 | 223 | 0 | 0.56 | 0.04 | 0.09 | 304.12 | 0.74 | 0.65 |
| Hex | E8 | 65 | DF | 0 | 38 | 4 | 9 | 130 | 4A | 41 |
| Octal | 350 | 145 | 337 | 0 | 70 | 4 | 11 | 460 | 112 | 101 |
| Binary | 11101000 | 1100101 | 11011111 | 0 | 111000 | 100 | 1001 | 100110000 | 1001010 | 1000001 |
Color Harmonies of #E865DF
Complementary color
Monochromatic Colors of #E865DF
Black with #E865DF
Text Example
Text Example
White with #E865DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E865DF; }
p { color: rgb(232,101,223); }
H1.HeaderClassName
{
color: #E865DF;
}
.AnyTagClassName
{
color: #E865DF;
}
</style>
background-color css
<style>
a { background-color: #E865DF; }
a { background-color: rgb(232,101,223); }
div.DivClassName
{
background-color: #E865DF;
}
.BgClassName
{
background-color: #E865DF;
}
</style>
border-color css
<style>
span { border-color: #E865DF; }
span { border-color: rgb(232,101,223); }
td.TdClassName
{
border-color: #E865DF;
}
.TagClassName
{
border-color: #E865DF;
}
</style>