Html Css Color HEX #E768E7 Free Speech Magenta
📋 copy color: '#E768E7'red 231 ◦ green 104 ◦ blue 231
Shades of Free Speech Magenta #E768E7
Tints of Free Speech Magenta #E768E7
RGB
CMYK
RGB Variations
Color information
#E768E7 (or 0xE768E7) is known color: Free Speech Magenta. HEX triplet: E7, 68 and E7. RGB value is (231,104,231). Sum of RGB (Red+Green+Blue) = 231+104+231=566 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.81% from 566); Green value is 104 (41.02% from 255 or 18.37% from 566); Blue value is 231 (90.62% from 255 or 40.81% from 566); Max value from RGB is 231 - color contains mainly: red, blue. Hex color #E768E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E768E7 is #189718. Grayscale: #9C9C9C. Windows color (decimal): -1611545 or 15165671. OLE color: 15165671.
HSL color Cylindrical-coordinate representation of color #E768E7: hue angle of 300º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E768E7 is Cyan = 0, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 104 | 231 | - |
| CMYK | 0 | 0.55 | 0 | 0.09 |
| HSL | 300º | 0.73% | 0.66% | - |
| HSV(B) | 300º | 0.55% | 0.91% | - |
| XYZ | 52.33 | 32.66 | 79.15 | - |
| YUV | 156.45 | 170.08 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 104 | 231 | 0 | 0.55 | 0 | 0.09 | 300 | 0.73 | 0.66 |
| Hex | E7 | 68 | E7 | 0 | 37 | 0 | 9 | 12C | 49 | 42 |
| Octal | 347 | 150 | 347 | 0 | 67 | 0 | 11 | 454 | 111 | 102 |
| Binary | 11100111 | 1101000 | 11100111 | 0 | 110111 | 0 | 1001 | 100101100 | 1001001 | 1000010 |
Color Harmonies of #E768E7
Complementary color
Monochromatic Colors of #E768E7
Black with #E768E7
Text Example
Text Example
White with #E768E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E768E7; }
p { color: rgb(231,104,231); }
H1.HeaderClassName
{
color: #E768E7;
}
.AnyTagClassName
{
color: #E768E7;
}
</style>
background-color css
<style>
a { background-color: #E768E7; }
a { background-color: rgb(231,104,231); }
div.DivClassName
{
background-color: #E768E7;
}
.BgClassName
{
background-color: #E768E7;
}
</style>
border-color css
<style>
span { border-color: #E768E7; }
span { border-color: rgb(231,104,231); }
td.TdClassName
{
border-color: #E768E7;
}
.TagClassName
{
border-color: #E768E7;
}
</style>