Html Css Color HEX #E356E7 Free Speech Magenta
📋 copy color: '#E356E7'red 227 ◦ green 86 ◦ blue 231
Shades of Free Speech Magenta #E356E7
Tints of Free Speech Magenta #E356E7
RGB
CMYK
RGB Variations
Color information
#E356E7 (or 0xE356E7) is known color: Free Speech Magenta. HEX triplet: E3, 56 and E7. RGB value is (227,86,231). Sum of RGB (Red+Green+Blue) = 227+86+231=544 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.73% from 544); Green value is 86 (33.98% from 255 or 15.81% from 544); Blue value is 231 (90.62% from 255 or 42.46% from 544); Max value from RGB is 231 - color contains mainly: blue. Hex color #E356E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E356E7 is #1CA918. Grayscale: #909090. Windows color (decimal): -1878297 or 15161059. OLE color: 15161059.
HSL color Cylindrical-coordinate representation of color #E356E7: hue angle of 298.34º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E356E7 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 227 | 86 | 231 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.09 |
| HSL | 298.34º | 0.75% | 0.62% | - |
| HSV(B) | 298.34º | 0.63% | 0.91% | - |
| XYZ | 49.43 | 28.76 | 78.55 | - |
| YUV | 144.69 | 176.71 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 86 | 231 | 0.02 | 0.63 | 0 | 0.09 | 298.34 | 0.75 | 0.62 |
| Hex | E3 | 56 | E7 | 2 | 3F | 0 | 9 | 12A | 4B | 3E |
| Octal | 343 | 126 | 347 | 2 | 77 | 0 | 11 | 452 | 113 | 76 |
| Binary | 11100011 | 1010110 | 11100111 | 10 | 111111 | 0 | 1001 | 100101010 | 1001011 | 111110 |
Color Harmonies of #E356E7
Complementary color
Monochromatic Colors of #E356E7
Black with #E356E7
Text Example
Text Example
White with #E356E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E356E7; }
p { color: rgb(227,86,231); }
H1.HeaderClassName
{
color: #E356E7;
}
.AnyTagClassName
{
color: #E356E7;
}
</style>
background-color css
<style>
a { background-color: #E356E7; }
a { background-color: rgb(227,86,231); }
div.DivClassName
{
background-color: #E356E7;
}
.BgClassName
{
background-color: #E356E7;
}
</style>
border-color css
<style>
span { border-color: #E356E7; }
span { border-color: rgb(227,86,231); }
td.TdClassName
{
border-color: #E356E7;
}
.TagClassName
{
border-color: #E356E7;
}
</style>