Html Css Color HEX #E966D8 Free Speech Magenta
📋 copy color: '#E966D8'red 233 ◦ green 102 ◦ blue 216
Shades of Free Speech Magenta #E966D8
Tints of Free Speech Magenta #E966D8
RGB
CMYK
RGB Variations
Color information
#E966D8 (or 0xE966D8) is known color: Free Speech Magenta. HEX triplet: E9, 66 and D8. RGB value is (233,102,216). Sum of RGB (Red+Green+Blue) = 233+102+216=551 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.29% from 551); Green value is 102 (40.23% from 255 or 18.51% from 551); Blue value is 216 (84.77% from 255 or 39.20% from 551); Max value from RGB is 233 - color contains mainly: red. Hex color #E966D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E966D8 is #169927. Grayscale: #999999. Windows color (decimal): -1481000 or 14182121. OLE color: 14182121.
HSL color Cylindrical-coordinate representation of color #E966D8: hue angle of 307.79º 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 #E966D8 is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 102 | 216 | - |
| CMYK | 0 | 0.56 | 0.07 | 0.09 |
| HSL | 307.79º | 0.75% | 0.66% | - |
| HSV(B) | 307.79º | 0.56% | 0.91% | - |
| XYZ | 50.75 | 31.78 | 68.43 | - |
| YUV | 154.17 | 162.9 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 102 | 216 | 0 | 0.56 | 0.07 | 0.09 | 307.79 | 0.75 | 0.66 |
| Hex | E9 | 66 | D8 | 0 | 38 | 7 | 9 | 134 | 4B | 42 |
| Octal | 351 | 146 | 330 | 0 | 70 | 7 | 11 | 464 | 113 | 102 |
| Binary | 11101001 | 1100110 | 11011000 | 0 | 111000 | 111 | 1001 | 100110100 | 1001011 | 1000010 |
Color Harmonies of #E966D8
Complementary color
Monochromatic Colors of #E966D8
Black with #E966D8
Text Example
Text Example
White with #E966D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E966D8; }
p { color: rgb(233,102,216); }
H1.HeaderClassName
{
color: #E966D8;
}
.AnyTagClassName
{
color: #E966D8;
}
</style>
background-color css
<style>
a { background-color: #E966D8; }
a { background-color: rgb(233,102,216); }
div.DivClassName
{
background-color: #E966D8;
}
.BgClassName
{
background-color: #E966D8;
}
</style>
border-color css
<style>
span { border-color: #E966D8; }
span { border-color: rgb(233,102,216); }
td.TdClassName
{
border-color: #E966D8;
}
.TagClassName
{
border-color: #E966D8;
}
</style>