Html Css Color HEX #E766D6 Free Speech Magenta
📋 copy color: '#E766D6'red 231 ◦ green 102 ◦ blue 214
Shades of Free Speech Magenta #E766D6
Tints of Free Speech Magenta #E766D6
RGB
CMYK
RGB Variations
Color information
#E766D6 (or 0xE766D6) is known color: Free Speech Magenta. HEX triplet: E7, 66 and D6. RGB value is (231,102,214). Sum of RGB (Red+Green+Blue) = 231+102+214=547 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.23% from 547); Green value is 102 (40.23% from 255 or 18.65% from 547); Blue value is 214 (83.98% from 255 or 39.12% from 547); Max value from RGB is 231 - color contains mainly: red. Hex color #E766D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E766D6 is #189929. Grayscale: #999999. Windows color (decimal): -1612074 or 14051047. OLE color: 14051047.
HSL color Cylindrical-coordinate representation of color #E766D6: hue angle of 307.91º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E766D6 is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 102 | 214 | - |
| CMYK | 0 | 0.56 | 0.07 | 0.09 |
| HSL | 307.91º | 0.73% | 0.65% | - |
| HSV(B) | 307.91º | 0.56% | 0.91% | - |
| XYZ | 49.84 | 31.35 | 67.04 | - |
| YUV | 153.34 | 162.24 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 102 | 214 | 0 | 0.56 | 0.07 | 0.09 | 307.91 | 0.73 | 0.65 |
| Hex | E7 | 66 | D6 | 0 | 38 | 7 | 9 | 134 | 49 | 41 |
| Octal | 347 | 146 | 326 | 0 | 70 | 7 | 11 | 464 | 111 | 101 |
| Binary | 11100111 | 1100110 | 11010110 | 0 | 111000 | 111 | 1001 | 100110100 | 1001001 | 1000001 |
Color Harmonies of #E766D6
Complementary color
Monochromatic Colors of #E766D6
Black with #E766D6
Text Example
Text Example
White with #E766D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E766D6; }
p { color: rgb(231,102,214); }
H1.HeaderClassName
{
color: #E766D6;
}
.AnyTagClassName
{
color: #E766D6;
}
</style>
background-color css
<style>
a { background-color: #E766D6; }
a { background-color: rgb(231,102,214); }
div.DivClassName
{
background-color: #E766D6;
}
.BgClassName
{
background-color: #E766D6;
}
</style>
border-color css
<style>
span { border-color: #E766D6; }
span { border-color: rgb(231,102,214); }
td.TdClassName
{
border-color: #E766D6;
}
.TagClassName
{
border-color: #E766D6;
}
</style>