Html Css Color HEX #E766E4 Free Speech Magenta
📋 copy color: '#E766E4'red 231 ◦ green 102 ◦ blue 228
Shades of Free Speech Magenta #E766E4
Tints of Free Speech Magenta #E766E4
RGB
CMYK
RGB Variations
Color information
#E766E4 (or 0xE766E4) is known color: Free Speech Magenta. HEX triplet: E7, 66 and E4. RGB value is (231,102,228). Sum of RGB (Red+Green+Blue) = 231+102+228=561 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.18% from 561); Green value is 102 (40.23% from 255 or 18.18% from 561); Blue value is 228 (89.45% from 255 or 40.64% from 561); Max value from RGB is 231 - color contains mainly: red. Hex color #E766E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E766E4 is #18991B. Grayscale: #9A9A9A. Windows color (decimal): -1612060 or 14968551. OLE color: 14968551.
HSL color Cylindrical-coordinate representation of color #E766E4: hue angle of 301.4º 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 #E766E4 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 102 | 228 | - |
| CMYK | 0 | 0.56 | 0.01 | 0.09 |
| HSL | 301.4º | 0.73% | 0.65% | - |
| HSV(B) | 301.4º | 0.56% | 0.91% | - |
| XYZ | 51.71 | 32.09 | 76.87 | - |
| YUV | 154.94 | 169.24 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 102 | 228 | 0 | 0.56 | 0.01 | 0.09 | 301.4 | 0.73 | 0.65 |
| Hex | E7 | 66 | E4 | 0 | 38 | 1 | 9 | 12D | 49 | 41 |
| Octal | 347 | 146 | 344 | 0 | 70 | 1 | 11 | 455 | 111 | 101 |
| Binary | 11100111 | 1100110 | 11100100 | 0 | 111000 | 1 | 1001 | 100101101 | 1001001 | 1000001 |
Color Harmonies of #E766E4
Complementary color
Monochromatic Colors of #E766E4
Black with #E766E4
Text Example
Text Example
White with #E766E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E766E4; }
p { color: rgb(231,102,228); }
H1.HeaderClassName
{
color: #E766E4;
}
.AnyTagClassName
{
color: #E766E4;
}
</style>
background-color css
<style>
a { background-color: #E766E4; }
a { background-color: rgb(231,102,228); }
div.DivClassName
{
background-color: #E766E4;
}
.BgClassName
{
background-color: #E766E4;
}
</style>
border-color css
<style>
span { border-color: #E766E4; }
span { border-color: rgb(231,102,228); }
td.TdClassName
{
border-color: #E766E4;
}
.TagClassName
{
border-color: #E766E4;
}
</style>