Html Css Color HEX #E966DF Free Speech Magenta
📋 copy color: '#E966DF'red 233 ◦ green 102 ◦ blue 223
Shades of Free Speech Magenta #E966DF
Tints of Free Speech Magenta #E966DF
RGB
CMYK
RGB Variations
Color information
#E966DF (or 0xE966DF) is known color: Free Speech Magenta. HEX triplet: E9, 66 and DF. RGB value is (233,102,223). Sum of RGB (Red+Green+Blue) = 233+102+223=558 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.76% from 558); Green value is 102 (40.23% from 255 or 18.28% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 233 - color contains mainly: red. Hex color #E966DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E966DF is #169920. Grayscale: #9A9A9A. Windows color (decimal): -1480993 or 14640873. OLE color: 14640873.
HSL color Cylindrical-coordinate representation of color #E966DF: hue angle of 304.58º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E966DF is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 102 | 223 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.09 |
| HSL | 304.58º | 0.75% | 0.66% | - |
| HSV(B) | 304.58º | 0.56% | 0.91% | - |
| XYZ | 51.67 | 32.15 | 73.29 | - |
| YUV | 154.96 | 166.4 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 102 | 223 | 0 | 0.56 | 0.04 | 0.09 | 304.58 | 0.75 | 0.66 |
| Hex | E9 | 66 | DF | 0 | 38 | 4 | 9 | 131 | 4B | 42 |
| Octal | 351 | 146 | 337 | 0 | 70 | 4 | 11 | 461 | 113 | 102 |
| Binary | 11101001 | 1100110 | 11011111 | 0 | 111000 | 100 | 1001 | 100110001 | 1001011 | 1000010 |
Color Harmonies of #E966DF
Complementary color
Monochromatic Colors of #E966DF
Black with #E966DF
Text Example
Text Example
White with #E966DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E966DF; }
p { color: rgb(233,102,223); }
H1.HeaderClassName
{
color: #E966DF;
}
.AnyTagClassName
{
color: #E966DF;
}
</style>
background-color css
<style>
a { background-color: #E966DF; }
a { background-color: rgb(233,102,223); }
div.DivClassName
{
background-color: #E966DF;
}
.BgClassName
{
background-color: #E966DF;
}
</style>
border-color css
<style>
span { border-color: #E966DF; }
span { border-color: rgb(233,102,223); }
td.TdClassName
{
border-color: #E966DF;
}
.TagClassName
{
border-color: #E966DF;
}
</style>