Html Css Color HEX #E766C6 Free Speech Magenta
📋 copy color: '#E766C6'red 231 ◦ green 102 ◦ blue 198
Shades of Free Speech Magenta #E766C6
Tints of Free Speech Magenta #E766C6
RGB
CMYK
RGB Variations
Color information
#E766C6 (or 0xE766C6) is known color: Free Speech Magenta. HEX triplet: E7, 66 and C6. RGB value is (231,102,198). Sum of RGB (Red+Green+Blue) = 231+102+198=531 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.50% from 531); Green value is 102 (40.23% from 255 or 19.21% from 531); Blue value is 198 (77.73% from 255 or 37.29% from 531); Max value from RGB is 231 - color contains mainly: red. Hex color #E766C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E766C6 is #189939. Grayscale: #979797. Windows color (decimal): -1612090 or 13002471. OLE color: 13002471.
HSL color Cylindrical-coordinate representation of color #E766C6: hue angle of 315.35º 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 #E766C6 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 102 | 198 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.09 |
| HSL | 315.35º | 0.73% | 0.65% | - |
| HSV(B) | 315.35º | 0.56% | 0.91% | - |
| XYZ | 47.9 | 30.57 | 56.8 | - |
| YUV | 151.52 | 154.24 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 102 | 198 | 0 | 0.56 | 0.14 | 0.09 | 315.35 | 0.73 | 0.65 |
| Hex | E7 | 66 | C6 | 0 | 38 | E | 9 | 13B | 49 | 41 |
| Octal | 347 | 146 | 306 | 0 | 70 | 16 | 11 | 473 | 111 | 101 |
| Binary | 11100111 | 1100110 | 11000110 | 0 | 111000 | 1110 | 1001 | 100111011 | 1001001 | 1000001 |
Color Harmonies of #E766C6
Complementary color
Monochromatic Colors of #E766C6
Black with #E766C6
Text Example
Text Example
White with #E766C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E766C6; }
p { color: rgb(231,102,198); }
H1.HeaderClassName
{
color: #E766C6;
}
.AnyTagClassName
{
color: #E766C6;
}
</style>
background-color css
<style>
a { background-color: #E766C6; }
a { background-color: rgb(231,102,198); }
div.DivClassName
{
background-color: #E766C6;
}
.BgClassName
{
background-color: #E766C6;
}
</style>
border-color css
<style>
span { border-color: #E766C6; }
span { border-color: rgb(231,102,198); }
td.TdClassName
{
border-color: #E766C6;
}
.TagClassName
{
border-color: #E766C6;
}
</style>