Html Css Color HEX #E966DC Free Speech Magenta
📋 copy color: '#E966DC'red 233 ◦ green 102 ◦ blue 220
Shades of Free Speech Magenta #E966DC
Tints of Free Speech Magenta #E966DC
RGB
CMYK
RGB Variations
Color information
#E966DC (or 0xE966DC) is known color: Free Speech Magenta. HEX triplet: E9, 66 and DC. RGB value is (233,102,220). Sum of RGB (Red+Green+Blue) = 233+102+220=555 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.98% from 555); Green value is 102 (40.23% from 255 or 18.38% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 233 - color contains mainly: red. Hex color #E966DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E966DC is #169923. Grayscale: #9A9A9A. Windows color (decimal): -1480996 or 14444265. OLE color: 14444265.
HSL color Cylindrical-coordinate representation of color #E966DC: hue angle of 305.95º 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 #E966DC is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 102 | 220 | - |
| CMYK | 0 | 0.56 | 0.06 | 0.09 |
| HSL | 305.95º | 0.75% | 0.66% | - |
| HSV(B) | 305.95º | 0.56% | 0.91% | - |
| XYZ | 51.27 | 31.99 | 71.18 | - |
| YUV | 154.62 | 164.9 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 102 | 220 | 0 | 0.56 | 0.06 | 0.09 | 305.95 | 0.75 | 0.66 |
| Hex | E9 | 66 | DC | 0 | 38 | 6 | 9 | 132 | 4B | 42 |
| Octal | 351 | 146 | 334 | 0 | 70 | 6 | 11 | 462 | 113 | 102 |
| Binary | 11101001 | 1100110 | 11011100 | 0 | 111000 | 110 | 1001 | 100110010 | 1001011 | 1000010 |
Color Harmonies of #E966DC
Complementary color
Monochromatic Colors of #E966DC
Black with #E966DC
Text Example
Text Example
White with #E966DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E966DC; }
p { color: rgb(233,102,220); }
H1.HeaderClassName
{
color: #E966DC;
}
.AnyTagClassName
{
color: #E966DC;
}
</style>
background-color css
<style>
a { background-color: #E966DC; }
a { background-color: rgb(233,102,220); }
div.DivClassName
{
background-color: #E966DC;
}
.BgClassName
{
background-color: #E966DC;
}
</style>
border-color css
<style>
span { border-color: #E966DC; }
span { border-color: rgb(233,102,220); }
td.TdClassName
{
border-color: #E966DC;
}
.TagClassName
{
border-color: #E966DC;
}
</style>