Html Css Color HEX #E356D1 Free Speech Magenta
📋 copy color: '#E356D1'red 227 ◦ green 86 ◦ blue 209
Shades of Free Speech Magenta #E356D1
Tints of Free Speech Magenta #E356D1
RGB
CMYK
RGB Variations
Color information
#E356D1 (or 0xE356D1) is known color: Free Speech Magenta. HEX triplet: E3, 56 and D1. RGB value is (227,86,209). Sum of RGB (Red+Green+Blue) = 227+86+209=522 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.49% from 522); Green value is 86 (33.98% from 255 or 16.48% from 522); Blue value is 209 (82.03% from 255 or 40.04% from 522); Max value from RGB is 227 - color contains mainly: red. Hex color #E356D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E356D1 is #1CA92E. Grayscale: #8D8D8D. Windows color (decimal): -1878319 or 13719267. OLE color: 13719267.
HSL color Cylindrical-coordinate representation of color #E356D1: hue angle of 307.66º 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 #E356D1 is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 86 | 209 | - |
| CMYK | 0 | 0.62 | 0.08 | 0.11 |
| HSL | 307.66º | 0.72% | 0.61% | - |
| HSV(B) | 307.66º | 0.62% | 0.89% | - |
| XYZ | 46.51 | 27.59 | 63.2 | - |
| YUV | 142.18 | 165.71 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 86 | 209 | 0 | 0.62 | 0.08 | 0.11 | 307.66 | 0.72 | 0.61 |
| Hex | E3 | 56 | D1 | 0 | 3E | 8 | B | 134 | 48 | 3D |
| Octal | 343 | 126 | 321 | 0 | 76 | 10 | 13 | 464 | 110 | 75 |
| Binary | 11100011 | 1010110 | 11010001 | 0 | 111110 | 1000 | 1011 | 100110100 | 1001000 | 111101 |
Color Harmonies of #E356D1
Complementary color
Monochromatic Colors of #E356D1
Black with #E356D1
Text Example
Text Example
White with #E356D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E356D1; }
p { color: rgb(227,86,209); }
H1.HeaderClassName
{
color: #E356D1;
}
.AnyTagClassName
{
color: #E356D1;
}
</style>
background-color css
<style>
a { background-color: #E356D1; }
a { background-color: rgb(227,86,209); }
div.DivClassName
{
background-color: #E356D1;
}
.BgClassName
{
background-color: #E356D1;
}
</style>
border-color css
<style>
span { border-color: #E356D1; }
span { border-color: rgb(227,86,209); }
td.TdClassName
{
border-color: #E356D1;
}
.TagClassName
{
border-color: #E356D1;
}
</style>