Html Css Color HEX #E960DF Free Speech Magenta
📋 copy color: '#E960DF'red 233 ◦ green 96 ◦ blue 223
Shades of Free Speech Magenta #E960DF
Tints of Free Speech Magenta #E960DF
RGB
CMYK
RGB Variations
Color information
#E960DF (or 0xE960DF) is known color: Free Speech Magenta. HEX triplet: E9, 60 and DF. RGB value is (233,96,223). Sum of RGB (Red+Green+Blue) = 233+96+223=552 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.21% from 552); Green value is 96 (37.89% from 255 or 17.39% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 233 - color contains mainly: red. Hex color #E960DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E960DF is #169F20. Grayscale: #979797. Windows color (decimal): -1482529 or 14639337. OLE color: 14639337.
HSL color Cylindrical-coordinate representation of color #E960DF: hue angle of 304.38º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E960DF is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 96 | 223 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.09 |
| HSL | 304.38º | 0.76% | 0.65% | - |
| HSV(B) | 304.38º | 0.59% | 0.91% | - |
| XYZ | 51.11 | 31.02 | 73.11 | - |
| YUV | 151.44 | 168.39 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 96 | 223 | 0 | 0.59 | 0.04 | 0.09 | 304.38 | 0.76 | 0.65 |
| Hex | E9 | 60 | DF | 0 | 3B | 4 | 9 | 130 | 4C | 41 |
| Octal | 351 | 140 | 337 | 0 | 73 | 4 | 11 | 460 | 114 | 101 |
| Binary | 11101001 | 1100000 | 11011111 | 0 | 111011 | 100 | 1001 | 100110000 | 1001100 | 1000001 |
Color Harmonies of #E960DF
Complementary color
Monochromatic Colors of #E960DF
Black with #E960DF
Text Example
Text Example
White with #E960DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E960DF; }
p { color: rgb(233,96,223); }
H1.HeaderClassName
{
color: #E960DF;
}
.AnyTagClassName
{
color: #E960DF;
}
</style>
background-color css
<style>
a { background-color: #E960DF; }
a { background-color: rgb(233,96,223); }
div.DivClassName
{
background-color: #E960DF;
}
.BgClassName
{
background-color: #E960DF;
}
</style>
border-color css
<style>
span { border-color: #E960DF; }
span { border-color: rgb(233,96,223); }
td.TdClassName
{
border-color: #E960DF;
}
.TagClassName
{
border-color: #E960DF;
}
</style>