Html Css Color HEX #E363D9 Free Speech Magenta
📋 copy color: '#E363D9'red 227 ◦ green 99 ◦ blue 217
Shades of Free Speech Magenta #E363D9
Tints of Free Speech Magenta #E363D9
RGB
CMYK
RGB Variations
Color information
#E363D9 (or 0xE363D9) is known color: Free Speech Magenta. HEX triplet: E3, 63 and D9. RGB value is (227,99,217). Sum of RGB (Red+Green+Blue) = 227+99+217=543 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.80% from 543); Green value is 99 (39.06% from 255 or 18.23% from 543); Blue value is 217 (85.16% from 255 or 39.96% from 543); Max value from RGB is 227 - color contains mainly: red. Hex color #E363D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E363D9 is #1C9C26. Grayscale: #969696. Windows color (decimal): -1874983 or 14246883. OLE color: 14246883.
HSL color Cylindrical-coordinate representation of color #E363D9: hue angle of 304.69º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E363D9 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 99 | 217 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.11 |
| HSL | 304.69º | 0.7% | 0.64% | - |
| HSV(B) | 304.69º | 0.56% | 0.89% | - |
| XYZ | 48.66 | 30.26 | 68.92 | - |
| YUV | 150.72 | 165.41 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 99 | 217 | 0 | 0.56 | 0.04 | 0.11 | 304.69 | 0.7 | 0.64 |
| Hex | E3 | 63 | D9 | 0 | 38 | 4 | B | 131 | 46 | 40 |
| Octal | 343 | 143 | 331 | 0 | 70 | 4 | 13 | 461 | 106 | 100 |
| Binary | 11100011 | 1100011 | 11011001 | 0 | 111000 | 100 | 1011 | 100110001 | 1000110 | 1000000 |
Color Harmonies of #E363D9
Complementary color
Monochromatic Colors of #E363D9
Black with #E363D9
Text Example
Text Example
White with #E363D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E363D9; }
p { color: rgb(227,99,217); }
H1.HeaderClassName
{
color: #E363D9;
}
.AnyTagClassName
{
color: #E363D9;
}
</style>
background-color css
<style>
a { background-color: #E363D9; }
a { background-color: rgb(227,99,217); }
div.DivClassName
{
background-color: #E363D9;
}
.BgClassName
{
background-color: #E363D9;
}
</style>
border-color css
<style>
span { border-color: #E363D9; }
span { border-color: rgb(227,99,217); }
td.TdClassName
{
border-color: #E363D9;
}
.TagClassName
{
border-color: #E363D9;
}
</style>