Html Css Color HEX #E768EC Free Speech Magenta
📋 copy color: '#E768EC'red 231 ◦ green 104 ◦ blue 236
Shades of Free Speech Magenta #E768EC
Tints of Free Speech Magenta #E768EC
RGB
CMYK
RGB Variations
Color information
#E768EC (or 0xE768EC) is known color: Free Speech Magenta. HEX triplet: E7, 68 and EC. RGB value is (231,104,236). Sum of RGB (Red+Green+Blue) = 231+104+236=571 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.46% from 571); Green value is 104 (41.02% from 255 or 18.21% from 571); Blue value is 236 (92.58% from 255 or 41.33% from 571); Max value from RGB is 236 - color contains mainly: blue. Hex color #E768EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E768EC is #189713. Grayscale: #9C9C9C. Windows color (decimal): -1611540 or 15493351. OLE color: 15493351.
HSL color Cylindrical-coordinate representation of color #E768EC: hue angle of 297.73º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E768EC is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 104 | 236 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.07 |
| HSL | 297.73º | 0.78% | 0.67% | - |
| HSV(B) | 297.73º | 0.56% | 0.93% | - |
| XYZ | 53.05 | 32.95 | 82.92 | - |
| YUV | 157.02 | 172.58 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 104 | 236 | 0.02 | 0.56 | 0 | 0.07 | 297.73 | 0.78 | 0.67 |
| Hex | E7 | 68 | EC | 2 | 38 | 0 | 7 | 12A | 4E | 43 |
| Octal | 347 | 150 | 354 | 2 | 70 | 0 | 7 | 452 | 116 | 103 |
| Binary | 11100111 | 1101000 | 11101100 | 10 | 111000 | 0 | 111 | 100101010 | 1001110 | 1000011 |
Color Harmonies of #E768EC
Complementary color
Monochromatic Colors of #E768EC
Black with #E768EC
Text Example
Text Example
White with #E768EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E768EC; }
p { color: rgb(231,104,236); }
H1.HeaderClassName
{
color: #E768EC;
}
.AnyTagClassName
{
color: #E768EC;
}
</style>
background-color css
<style>
a { background-color: #E768EC; }
a { background-color: rgb(231,104,236); }
div.DivClassName
{
background-color: #E768EC;
}
.BgClassName
{
background-color: #E768EC;
}
</style>
border-color css
<style>
span { border-color: #E768EC; }
span { border-color: rgb(231,104,236); }
td.TdClassName
{
border-color: #E768EC;
}
.TagClassName
{
border-color: #E768EC;
}
</style>