Html Css Color HEX #E763DF Free Speech Magenta
📋 copy color: '#E763DF'red 231 ◦ green 99 ◦ blue 223
Shades of Free Speech Magenta #E763DF
Tints of Free Speech Magenta #E763DF
RGB
CMYK
RGB Variations
Color information
#E763DF (or 0xE763DF) is known color: Free Speech Magenta. HEX triplet: E7, 63 and DF. RGB value is (231,99,223). Sum of RGB (Red+Green+Blue) = 231+99+223=553 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.77% from 553); Green value is 99 (39.06% from 255 or 17.90% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 231 - color contains mainly: red. Hex color #E763DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E763DF is #189C20. Grayscale: #989898. Windows color (decimal): -1612833 or 14640103. OLE color: 14640103.
HSL color Cylindrical-coordinate representation of color #E763DF: hue angle of 303.64º 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 #E763DF is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 99 | 223 | - |
| CMYK | 0 | 0.57 | 0.03 | 0.09 |
| HSL | 303.64º | 0.73% | 0.65% | - |
| HSV(B) | 303.64º | 0.57% | 0.91% | - |
| XYZ | 50.74 | 31.24 | 73.17 | - |
| YUV | 152.6 | 167.73 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 99 | 223 | 0 | 0.57 | 0.03 | 0.09 | 303.64 | 0.73 | 0.65 |
| Hex | E7 | 63 | DF | 0 | 39 | 3 | 9 | 130 | 49 | 41 |
| Octal | 347 | 143 | 337 | 0 | 71 | 3 | 11 | 460 | 111 | 101 |
| Binary | 11100111 | 1100011 | 11011111 | 0 | 111001 | 11 | 1001 | 100110000 | 1001001 | 1000001 |
Color Harmonies of #E763DF
Complementary color
Monochromatic Colors of #E763DF
Black with #E763DF
Text Example
Text Example
White with #E763DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E763DF; }
p { color: rgb(231,99,223); }
H1.HeaderClassName
{
color: #E763DF;
}
.AnyTagClassName
{
color: #E763DF;
}
</style>
background-color css
<style>
a { background-color: #E763DF; }
a { background-color: rgb(231,99,223); }
div.DivClassName
{
background-color: #E763DF;
}
.BgClassName
{
background-color: #E763DF;
}
</style>
border-color css
<style>
span { border-color: #E763DF; }
span { border-color: rgb(231,99,223); }
td.TdClassName
{
border-color: #E763DF;
}
.TagClassName
{
border-color: #E763DF;
}
</style>