Html Css Color HEX #E363DF Free Speech Magenta
📋 copy color: '#E363DF'red 227 ◦ green 99 ◦ blue 223
Shades of Free Speech Magenta #E363DF
Tints of Free Speech Magenta #E363DF
RGB
CMYK
RGB Variations
Color information
#E363DF (or 0xE363DF) is known color: Free Speech Magenta. HEX triplet: E3, 63 and DF. RGB value is (227,99,223). Sum of RGB (Red+Green+Blue) = 227+99+223=549 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.35% from 549); Green value is 99 (39.06% from 255 or 18.03% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 227 - color contains mainly: red. Hex color #E363DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E363DF is #1C9C20. Grayscale: #979797. Windows color (decimal): -1874977 or 14640099. OLE color: 14640099.
HSL color Cylindrical-coordinate representation of color #E363DF: hue angle of 301.88º 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 #E363DF is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 99 | 223 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.11 |
| HSL | 301.88º | 0.7% | 0.64% | - |
| HSV(B) | 301.88º | 0.56% | 0.89% | - |
| XYZ | 49.46 | 30.58 | 73.11 | - |
| YUV | 151.41 | 168.41 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 99 | 223 | 0 | 0.56 | 0.02 | 0.11 | 301.88 | 0.7 | 0.64 |
| Hex | E3 | 63 | DF | 0 | 38 | 2 | B | 12E | 46 | 40 |
| Octal | 343 | 143 | 337 | 0 | 70 | 2 | 13 | 456 | 106 | 100 |
| Binary | 11100011 | 1100011 | 11011111 | 0 | 111000 | 10 | 1011 | 100101110 | 1000110 | 1000000 |
Color Harmonies of #E363DF
Complementary color
Monochromatic Colors of #E363DF
Black with #E363DF
Text Example
Text Example
White with #E363DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E363DF; }
p { color: rgb(227,99,223); }
H1.HeaderClassName
{
color: #E363DF;
}
.AnyTagClassName
{
color: #E363DF;
}
</style>
background-color css
<style>
a { background-color: #E363DF; }
a { background-color: rgb(227,99,223); }
div.DivClassName
{
background-color: #E363DF;
}
.BgClassName
{
background-color: #E363DF;
}
</style>
border-color css
<style>
span { border-color: #E363DF; }
span { border-color: rgb(227,99,223); }
td.TdClassName
{
border-color: #E363DF;
}
.TagClassName
{
border-color: #E363DF;
}
</style>