Html Css Color HEX #E768E2 Free Speech Magenta
📋 copy color: '#E768E2'red 231 ◦ green 104 ◦ blue 226
Shades of Free Speech Magenta #E768E2
Tints of Free Speech Magenta #E768E2
RGB
CMYK
RGB Variations
Color information
#E768E2 (or 0xE768E2) is known color: Free Speech Magenta. HEX triplet: E7, 68 and E2. RGB value is (231,104,226). Sum of RGB (Red+Green+Blue) = 231+104+226=561 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.18% from 561); Green value is 104 (41.02% from 255 or 18.54% from 561); Blue value is 226 (88.67% from 255 or 40.29% from 561); Max value from RGB is 231 - color contains mainly: red. Hex color #E768E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E768E2 is #18971D. Grayscale: #9B9B9B. Windows color (decimal): -1611550 or 14837991. OLE color: 14837991.
HSL color Cylindrical-coordinate representation of color #E768E2: hue angle of 302.36º 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 #E768E2 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 104 | 226 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.09 |
| HSL | 302.36º | 0.73% | 0.66% | - |
| HSV(B) | 302.36º | 0.55% | 0.91% | - |
| XYZ | 51.63 | 32.38 | 75.48 | - |
| YUV | 155.88 | 167.58 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 104 | 226 | 0 | 0.55 | 0.02 | 0.09 | 302.36 | 0.73 | 0.66 |
| Hex | E7 | 68 | E2 | 0 | 37 | 2 | 9 | 12E | 49 | 42 |
| Octal | 347 | 150 | 342 | 0 | 67 | 2 | 11 | 456 | 111 | 102 |
| Binary | 11100111 | 1101000 | 11100010 | 0 | 110111 | 10 | 1001 | 100101110 | 1001001 | 1000010 |
Color Harmonies of #E768E2
Complementary color
Monochromatic Colors of #E768E2
Black with #E768E2
Text Example
Text Example
White with #E768E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E768E2; }
p { color: rgb(231,104,226); }
H1.HeaderClassName
{
color: #E768E2;
}
.AnyTagClassName
{
color: #E768E2;
}
</style>
background-color css
<style>
a { background-color: #E768E2; }
a { background-color: rgb(231,104,226); }
div.DivClassName
{
background-color: #E768E2;
}
.BgClassName
{
background-color: #E768E2;
}
</style>
border-color css
<style>
span { border-color: #E768E2; }
span { border-color: rgb(231,104,226); }
td.TdClassName
{
border-color: #E768E2;
}
.TagClassName
{
border-color: #E768E2;
}
</style>