Html Css Color HEX #E966E7 Free Speech Magenta
📋 copy color: '#E966E7'red 233 ◦ green 102 ◦ blue 231
Shades of Free Speech Magenta #E966E7
Tints of Free Speech Magenta #E966E7
RGB
CMYK
RGB Variations
Color information
#E966E7 (or 0xE966E7) is known color: Free Speech Magenta. HEX triplet: E9, 66 and E7. RGB value is (233,102,231). Sum of RGB (Red+Green+Blue) = 233+102+231=566 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.17% from 566); Green value is 102 (40.23% from 255 or 18.02% from 566); Blue value is 231 (90.62% from 255 or 40.81% from 566); Max value from RGB is 233 - color contains mainly: red. Hex color #E966E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E966E7 is #169918. Grayscale: #9B9B9B. Windows color (decimal): -1480985 or 15165161. OLE color: 15165161.
HSL color Cylindrical-coordinate representation of color #E966E7: hue angle of 300.92º 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 #E966E7 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 102 | 231 | - |
| CMYK | 0 | 0.56 | 0.01 | 0.09 |
| HSL | 300.92º | 0.75% | 0.66% | - |
| HSV(B) | 300.92º | 0.56% | 0.91% | - |
| XYZ | 52.78 | 32.6 | 79.11 | - |
| YUV | 155.88 | 170.4 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 102 | 231 | 0 | 0.56 | 0.01 | 0.09 | 300.92 | 0.75 | 0.66 |
| Hex | E9 | 66 | E7 | 0 | 38 | 1 | 9 | 12D | 4B | 42 |
| Octal | 351 | 146 | 347 | 0 | 70 | 1 | 11 | 455 | 113 | 102 |
| Binary | 11101001 | 1100110 | 11100111 | 0 | 111000 | 1 | 1001 | 100101101 | 1001011 | 1000010 |
Color Harmonies of #E966E7
Complementary color
Monochromatic Colors of #E966E7
Black with #E966E7
Text Example
Text Example
White with #E966E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E966E7; }
p { color: rgb(233,102,231); }
H1.HeaderClassName
{
color: #E966E7;
}
.AnyTagClassName
{
color: #E966E7;
}
</style>
background-color css
<style>
a { background-color: #E966E7; }
a { background-color: rgb(233,102,231); }
div.DivClassName
{
background-color: #E966E7;
}
.BgClassName
{
background-color: #E966E7;
}
</style>
border-color css
<style>
span { border-color: #E966E7; }
span { border-color: rgb(233,102,231); }
td.TdClassName
{
border-color: #E966E7;
}
.TagClassName
{
border-color: #E966E7;
}
</style>