Html Css Color HEX #E356DF Free Speech Magenta
📋 copy color: '#E356DF'red 227 ◦ green 86 ◦ blue 223
Shades of Free Speech Magenta #E356DF
Tints of Free Speech Magenta #E356DF
RGB
CMYK
RGB Variations
Color information
#E356DF (or 0xE356DF) is known color: Free Speech Magenta. HEX triplet: E3, 56 and DF. RGB value is (227,86,223). Sum of RGB (Red+Green+Blue) = 227+86+223=536 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.35% from 536); Green value is 86 (33.98% from 255 or 16.04% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 227 - color contains mainly: red. Hex color #E356DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E356DF is #1CA920. Grayscale: #8F8F8F. Windows color (decimal): -1878305 or 14636771. OLE color: 14636771.
HSL color Cylindrical-coordinate representation of color #E356DF: hue angle of 301.7º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E356DF is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 86 | 223 | - |
| CMYK | 0 | 0.62 | 0.02 | 0.11 |
| HSL | 301.7º | 0.72% | 0.61% | - |
| HSV(B) | 301.7º | 0.62% | 0.89% | - |
| XYZ | 48.33 | 28.31 | 72.73 | - |
| YUV | 143.78 | 172.71 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 86 | 223 | 0 | 0.62 | 0.02 | 0.11 | 301.7 | 0.72 | 0.61 |
| Hex | E3 | 56 | DF | 0 | 3E | 2 | B | 12E | 48 | 3D |
| Octal | 343 | 126 | 337 | 0 | 76 | 2 | 13 | 456 | 110 | 75 |
| Binary | 11100011 | 1010110 | 11011111 | 0 | 111110 | 10 | 1011 | 100101110 | 1001000 | 111101 |
Color Harmonies of #E356DF
Complementary color
Monochromatic Colors of #E356DF
Black with #E356DF
Text Example
Text Example
White with #E356DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E356DF; }
p { color: rgb(227,86,223); }
H1.HeaderClassName
{
color: #E356DF;
}
.AnyTagClassName
{
color: #E356DF;
}
</style>
background-color css
<style>
a { background-color: #E356DF; }
a { background-color: rgb(227,86,223); }
div.DivClassName
{
background-color: #E356DF;
}
.BgClassName
{
background-color: #E356DF;
}
</style>
border-color css
<style>
span { border-color: #E356DF; }
span { border-color: rgb(227,86,223); }
td.TdClassName
{
border-color: #E356DF;
}
.TagClassName
{
border-color: #E356DF;
}
</style>