Html Css Color HEX #E763D3 Free Speech Magenta
📋 copy color: '#E763D3'red 231 ◦ green 99 ◦ blue 211
Shades of Free Speech Magenta #E763D3
Tints of Free Speech Magenta #E763D3
RGB
CMYK
RGB Variations
Color information
#E763D3 (or 0xE763D3) is known color: Free Speech Magenta. HEX triplet: E7, 63 and D3. RGB value is (231,99,211). Sum of RGB (Red+Green+Blue) = 231+99+211=541 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.70% from 541); Green value is 99 (39.06% from 255 or 18.30% from 541); Blue value is 211 (82.81% from 255 or 39.00% from 541); Max value from RGB is 231 - color contains mainly: red. Hex color #E763D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E763D3 is #189C2C. Grayscale: #969696. Windows color (decimal): -1612845 or 13853671. OLE color: 13853671.
HSL color Cylindrical-coordinate representation of color #E763D3: hue angle of 309.09º 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 #E763D3 is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 99 | 211 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.09 |
| HSL | 309.09º | 0.73% | 0.65% | - |
| HSV(B) | 309.09º | 0.57% | 0.91% | - |
| XYZ | 49.17 | 30.62 | 64.95 | - |
| YUV | 151.24 | 161.73 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 99 | 211 | 0 | 0.57 | 0.09 | 0.09 | 309.09 | 0.73 | 0.65 |
| Hex | E7 | 63 | D3 | 0 | 39 | 9 | 9 | 135 | 49 | 41 |
| Octal | 347 | 143 | 323 | 0 | 71 | 11 | 11 | 465 | 111 | 101 |
| Binary | 11100111 | 1100011 | 11010011 | 0 | 111001 | 1001 | 1001 | 100110101 | 1001001 | 1000001 |
Color Harmonies of #E763D3
Complementary color
Monochromatic Colors of #E763D3
Black with #E763D3
Text Example
Text Example
White with #E763D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E763D3; }
p { color: rgb(231,99,211); }
H1.HeaderClassName
{
color: #E763D3;
}
.AnyTagClassName
{
color: #E763D3;
}
</style>
background-color css
<style>
a { background-color: #E763D3; }
a { background-color: rgb(231,99,211); }
div.DivClassName
{
background-color: #E763D3;
}
.BgClassName
{
background-color: #E763D3;
}
</style>
border-color css
<style>
span { border-color: #E763D3; }
span { border-color: rgb(231,99,211); }
td.TdClassName
{
border-color: #E763D3;
}
.TagClassName
{
border-color: #E763D3;
}
</style>