Html Css Color HEX #E356D4 Free Speech Magenta
📋 copy color: '#E356D4'red 227 ◦ green 86 ◦ blue 212
Shades of Free Speech Magenta #E356D4
Tints of Free Speech Magenta #E356D4
RGB
CMYK
RGB Variations
Color information
#E356D4 (or 0xE356D4) is known color: Free Speech Magenta. HEX triplet: E3, 56 and D4. RGB value is (227,86,212). Sum of RGB (Red+Green+Blue) = 227+86+212=525 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.24% from 525); Green value is 86 (33.98% from 255 or 16.38% from 525); Blue value is 212 (83.20% from 255 or 40.38% from 525); Max value from RGB is 227 - color contains mainly: red. Hex color #E356D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E356D4 is #1CA92B. Grayscale: #8E8E8E. Windows color (decimal): -1878316 or 13915875. OLE color: 13915875.
HSL color Cylindrical-coordinate representation of color #E356D4: hue angle of 306.38º 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 #E356D4 is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 86 | 212 | - |
| CMYK | 0 | 0.62 | 0.07 | 0.11 |
| HSL | 306.38º | 0.72% | 0.61% | - |
| HSV(B) | 306.38º | 0.62% | 0.89% | - |
| XYZ | 46.89 | 27.74 | 65.17 | - |
| YUV | 142.52 | 167.21 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 86 | 212 | 0 | 0.62 | 0.07 | 0.11 | 306.38 | 0.72 | 0.61 |
| Hex | E3 | 56 | D4 | 0 | 3E | 7 | B | 132 | 48 | 3D |
| Octal | 343 | 126 | 324 | 0 | 76 | 7 | 13 | 462 | 110 | 75 |
| Binary | 11100011 | 1010110 | 11010100 | 0 | 111110 | 111 | 1011 | 100110010 | 1001000 | 111101 |
Color Harmonies of #E356D4
Complementary color
Monochromatic Colors of #E356D4
Black with #E356D4
Text Example
Text Example
White with #E356D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E356D4; }
p { color: rgb(227,86,212); }
H1.HeaderClassName
{
color: #E356D4;
}
.AnyTagClassName
{
color: #E356D4;
}
</style>
background-color css
<style>
a { background-color: #E356D4; }
a { background-color: rgb(227,86,212); }
div.DivClassName
{
background-color: #E356D4;
}
.BgClassName
{
background-color: #E356D4;
}
</style>
border-color css
<style>
span { border-color: #E356D4; }
span { border-color: rgb(227,86,212); }
td.TdClassName
{
border-color: #E356D4;
}
.TagClassName
{
border-color: #E356D4;
}
</style>