Html Css Color HEX #E768DC Free Speech Magenta
📋 copy color: '#E768DC'red 231 ◦ green 104 ◦ blue 220
Shades of Free Speech Magenta #E768DC
Tints of Free Speech Magenta #E768DC
RGB
CMYK
RGB Variations
Color information
#E768DC (or 0xE768DC) is known color: Free Speech Magenta. HEX triplet: E7, 68 and DC. RGB value is (231,104,220). Sum of RGB (Red+Green+Blue) = 231+104+220=555 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.62% from 555); Green value is 104 (41.02% from 255 or 18.74% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 231 - color contains mainly: red. Hex color #E768DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E768DC is #189723. Grayscale: #9A9A9A. Windows color (decimal): -1611556 or 14444775. OLE color: 14444775.
HSL color Cylindrical-coordinate representation of color #E768DC: hue angle of 305.2º 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 #E768DC is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 104 | 220 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.09 |
| HSL | 305.2º | 0.73% | 0.66% | - |
| HSV(B) | 305.2º | 0.55% | 0.91% | - |
| XYZ | 50.82 | 32.06 | 71.22 | - |
| YUV | 155.2 | 164.58 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 104 | 220 | 0 | 0.55 | 0.05 | 0.09 | 305.2 | 0.73 | 0.66 |
| Hex | E7 | 68 | DC | 0 | 37 | 5 | 9 | 131 | 49 | 42 |
| Octal | 347 | 150 | 334 | 0 | 67 | 5 | 11 | 461 | 111 | 102 |
| Binary | 11100111 | 1101000 | 11011100 | 0 | 110111 | 101 | 1001 | 100110001 | 1001001 | 1000010 |
Color Harmonies of #E768DC
Complementary color
Monochromatic Colors of #E768DC
Black with #E768DC
Text Example
Text Example
White with #E768DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E768DC; }
p { color: rgb(231,104,220); }
H1.HeaderClassName
{
color: #E768DC;
}
.AnyTagClassName
{
color: #E768DC;
}
</style>
background-color css
<style>
a { background-color: #E768DC; }
a { background-color: rgb(231,104,220); }
div.DivClassName
{
background-color: #E768DC;
}
.BgClassName
{
background-color: #E768DC;
}
</style>
border-color css
<style>
span { border-color: #E768DC; }
span { border-color: rgb(231,104,220); }
td.TdClassName
{
border-color: #E768DC;
}
.TagClassName
{
border-color: #E768DC;
}
</style>