Html Css Color HEX #E763D8 Free Speech Magenta
📋 copy color: '#E763D8'red 231 ◦ green 99 ◦ blue 216
Shades of Free Speech Magenta #E763D8
Tints of Free Speech Magenta #E763D8
RGB
CMYK
RGB Variations
Color information
#E763D8 (or 0xE763D8) is known color: Free Speech Magenta. HEX triplet: E7, 63 and D8. RGB value is (231,99,216). Sum of RGB (Red+Green+Blue) = 231+99+216=546 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.31% from 546); Green value is 99 (39.06% from 255 or 18.13% from 546); Blue value is 216 (84.77% from 255 or 39.56% from 546); Max value from RGB is 231 - color contains mainly: red. Hex color #E763D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E763D8 is #189C27. Grayscale: #979797. Windows color (decimal): -1612840 or 14181351. OLE color: 14181351.
HSL color Cylindrical-coordinate representation of color #E763D8: hue angle of 306.82º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E763D8 is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 99 | 216 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.09 |
| HSL | 306.82º | 0.73% | 0.65% | - |
| HSV(B) | 306.82º | 0.57% | 0.91% | - |
| XYZ | 49.81 | 30.87 | 68.3 | - |
| YUV | 151.81 | 164.23 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 99 | 216 | 0 | 0.57 | 0.06 | 0.09 | 306.82 | 0.73 | 0.65 |
| Hex | E7 | 63 | D8 | 0 | 39 | 6 | 9 | 133 | 49 | 41 |
| Octal | 347 | 143 | 330 | 0 | 71 | 6 | 11 | 463 | 111 | 101 |
| Binary | 11100111 | 1100011 | 11011000 | 0 | 111001 | 110 | 1001 | 100110011 | 1001001 | 1000001 |
Color Harmonies of #E763D8
Complementary color
Monochromatic Colors of #E763D8
Black with #E763D8
Text Example
Text Example
White with #E763D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E763D8; }
p { color: rgb(231,99,216); }
H1.HeaderClassName
{
color: #E763D8;
}
.AnyTagClassName
{
color: #E763D8;
}
</style>
background-color css
<style>
a { background-color: #E763D8; }
a { background-color: rgb(231,99,216); }
div.DivClassName
{
background-color: #E763D8;
}
.BgClassName
{
background-color: #E763D8;
}
</style>
border-color css
<style>
span { border-color: #E763D8; }
span { border-color: rgb(231,99,216); }
td.TdClassName
{
border-color: #E763D8;
}
.TagClassName
{
border-color: #E763D8;
}
</style>