Html Css Color HEX #E766E7 Free Speech Magenta
📋 copy color: '#E766E7'red 231 ◦ green 102 ◦ blue 231
Shades of Free Speech Magenta #E766E7
Tints of Free Speech Magenta #E766E7
RGB
CMYK
RGB Variations
Color information
#E766E7 (or 0xE766E7) is known color: Free Speech Magenta. HEX triplet: E7, 66 and E7. RGB value is (231,102,231). Sum of RGB (Red+Green+Blue) = 231+102+231=564 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.96% from 564); Green value is 102 (40.23% from 255 or 18.09% from 564); Blue value is 231 (90.62% from 255 or 40.96% from 564); Max value from RGB is 231 - color contains mainly: red, blue. Hex color #E766E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E766E7 is #189918. Grayscale: #9A9A9A. Windows color (decimal): -1612057 or 15165159. OLE color: 15165159.
HSL color Cylindrical-coordinate representation of color #E766E7: hue angle of 300º 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 #E766E7 is Cyan = 0, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 102 | 231 | - |
| CMYK | 0 | 0.56 | 0 | 0.09 |
| HSL | 300º | 0.73% | 0.65% | - |
| HSV(B) | 300º | 0.56% | 0.91% | - |
| XYZ | 52.13 | 32.26 | 79.08 | - |
| YUV | 155.28 | 170.74 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 102 | 231 | 0 | 0.56 | 0 | 0.09 | 300 | 0.73 | 0.65 |
| Hex | E7 | 66 | E7 | 0 | 38 | 0 | 9 | 12C | 49 | 41 |
| Octal | 347 | 146 | 347 | 0 | 70 | 0 | 11 | 454 | 111 | 101 |
| Binary | 11100111 | 1100110 | 11100111 | 0 | 111000 | 0 | 1001 | 100101100 | 1001001 | 1000001 |
Color Harmonies of #E766E7
Complementary color
Monochromatic Colors of #E766E7
Black with #E766E7
Text Example
Text Example
White with #E766E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E766E7; }
p { color: rgb(231,102,231); }
H1.HeaderClassName
{
color: #E766E7;
}
.AnyTagClassName
{
color: #E766E7;
}
</style>
background-color css
<style>
a { background-color: #E766E7; }
a { background-color: rgb(231,102,231); }
div.DivClassName
{
background-color: #E766E7;
}
.BgClassName
{
background-color: #E766E7;
}
</style>
border-color css
<style>
span { border-color: #E766E7; }
span { border-color: rgb(231,102,231); }
td.TdClassName
{
border-color: #E766E7;
}
.TagClassName
{
border-color: #E766E7;
}
</style>