Html Css Color HEX #E768D6 Free Speech Magenta
📋 copy color: '#E768D6'red 231 ◦ green 104 ◦ blue 214
Shades of Free Speech Magenta #E768D6
Tints of Free Speech Magenta #E768D6
RGB
CMYK
RGB Variations
Color information
#E768D6 (or 0xE768D6) is known color: Free Speech Magenta. HEX triplet: E7, 68 and D6. RGB value is (231,104,214). Sum of RGB (Red+Green+Blue) = 231+104+214=549 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.08% from 549); Green value is 104 (41.02% from 255 or 18.94% from 549); Blue value is 214 (83.98% from 255 or 38.98% from 549); Max value from RGB is 231 - color contains mainly: red. Hex color #E768D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E768D6 is #189729. Grayscale: #9A9A9A. Windows color (decimal): -1611562 or 14051559. OLE color: 14051559.
HSL color Cylindrical-coordinate representation of color #E768D6: hue angle of 308.03º 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 #E768D6 is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 104 | 214 | - |
| CMYK | 0 | 0.55 | 0.07 | 0.09 |
| HSL | 308.03º | 0.73% | 0.66% | - |
| HSV(B) | 308.03º | 0.55% | 0.91% | - |
| XYZ | 50.04 | 31.74 | 67.11 | - |
| YUV | 154.51 | 161.58 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 104 | 214 | 0 | 0.55 | 0.07 | 0.09 | 308.03 | 0.73 | 0.66 |
| Hex | E7 | 68 | D6 | 0 | 37 | 7 | 9 | 134 | 49 | 42 |
| Octal | 347 | 150 | 326 | 0 | 67 | 7 | 11 | 464 | 111 | 102 |
| Binary | 11100111 | 1101000 | 11010110 | 0 | 110111 | 111 | 1001 | 100110100 | 1001001 | 1000010 |
Color Harmonies of #E768D6
Complementary color
Monochromatic Colors of #E768D6
Black with #E768D6
Text Example
Text Example
White with #E768D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E768D6; }
p { color: rgb(231,104,214); }
H1.HeaderClassName
{
color: #E768D6;
}
.AnyTagClassName
{
color: #E768D6;
}
</style>
background-color css
<style>
a { background-color: #E768D6; }
a { background-color: rgb(231,104,214); }
div.DivClassName
{
background-color: #E768D6;
}
.BgClassName
{
background-color: #E768D6;
}
</style>
border-color css
<style>
span { border-color: #E768D6; }
span { border-color: rgb(231,104,214); }
td.TdClassName
{
border-color: #E768D6;
}
.TagClassName
{
border-color: #E768D6;
}
</style>