Html Css Color HEX #E766C7 Free Speech Magenta
📋 copy color: '#E766C7'red 231 ◦ green 102 ◦ blue 199
Shades of Free Speech Magenta #E766C7
Tints of Free Speech Magenta #E766C7
RGB
CMYK
RGB Variations
Color information
#E766C7 (or 0xE766C7) is known color: Free Speech Magenta. HEX triplet: E7, 66 and C7. RGB value is (231,102,199). Sum of RGB (Red+Green+Blue) = 231+102+199=532 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.42% from 532); Green value is 102 (40.23% from 255 or 19.17% from 532); Blue value is 199 (78.12% from 255 or 37.41% from 532); Max value from RGB is 231 - color contains mainly: red. Hex color #E766C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E766C7 is #189938. Grayscale: #979797. Windows color (decimal): -1612089 or 13068007. OLE color: 13068007.
HSL color Cylindrical-coordinate representation of color #E766C7: hue angle of 314.88º 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 #E766C7 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 102 | 199 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.09 |
| HSL | 314.88º | 0.73% | 0.65% | - |
| HSV(B) | 314.88º | 0.56% | 0.91% | - |
| XYZ | 48.02 | 30.62 | 57.41 | - |
| YUV | 151.63 | 154.74 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 102 | 199 | 0 | 0.56 | 0.14 | 0.09 | 314.88 | 0.73 | 0.65 |
| Hex | E7 | 66 | C7 | 0 | 38 | E | 9 | 13B | 49 | 41 |
| Octal | 347 | 146 | 307 | 0 | 70 | 16 | 11 | 473 | 111 | 101 |
| Binary | 11100111 | 1100110 | 11000111 | 0 | 111000 | 1110 | 1001 | 100111011 | 1001001 | 1000001 |
Color Harmonies of #E766C7
Complementary color
Monochromatic Colors of #E766C7
Black with #E766C7
Text Example
Text Example
White with #E766C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E766C7; }
p { color: rgb(231,102,199); }
H1.HeaderClassName
{
color: #E766C7;
}
.AnyTagClassName
{
color: #E766C7;
}
</style>
background-color css
<style>
a { background-color: #E766C7; }
a { background-color: rgb(231,102,199); }
div.DivClassName
{
background-color: #E766C7;
}
.BgClassName
{
background-color: #E766C7;
}
</style>
border-color css
<style>
span { border-color: #E766C7; }
span { border-color: rgb(231,102,199); }
td.TdClassName
{
border-color: #E766C7;
}
.TagClassName
{
border-color: #E766C7;
}
</style>