Html Css Color HEX #E35EC0 Free Speech Magenta
📋 copy color: '#E35EC0'red 227 ◦ green 94 ◦ blue 192
Shades of Free Speech Magenta #E35EC0
Tints of Free Speech Magenta #E35EC0
RGB
CMYK
RGB Variations
Color information
#E35EC0 (or 0xE35EC0) is known color: Free Speech Magenta. HEX triplet: E3, 5E and C0. RGB value is (227,94,192). Sum of RGB (Red+Green+Blue) = 227+94+192=513 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.25% from 513); Green value is 94 (37.11% from 255 or 18.32% from 513); Blue value is 192 (75.39% from 255 or 37.43% from 513); Max value from RGB is 227 - color contains mainly: red. Hex color #E35EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E35EC0 is #1CA13F. Grayscale: #909090. Windows color (decimal): -1876288 or 12607203. OLE color: 12607203.
HSL color Cylindrical-coordinate representation of color #E35EC0: hue angle of 315.79º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E35EC0 is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 94 | 192 | - |
| CMYK | 0 | 0.59 | 0.15 | 0.11 |
| HSL | 315.79º | 0.7% | 0.63% | - |
| HSV(B) | 315.79º | 0.59% | 0.89% | - |
| XYZ | 45.2 | 28.14 | 52.92 | - |
| YUV | 144.94 | 154.56 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 94 | 192 | 0 | 0.59 | 0.15 | 0.11 | 315.79 | 0.7 | 0.63 |
| Hex | E3 | 5E | C0 | 0 | 3B | F | B | 13C | 46 | 3F |
| Octal | 343 | 136 | 300 | 0 | 73 | 17 | 13 | 474 | 106 | 77 |
| Binary | 11100011 | 1011110 | 11000000 | 0 | 111011 | 1111 | 1011 | 100111100 | 1000110 | 111111 |
Color Harmonies of #E35EC0
Complementary color
Monochromatic Colors of #E35EC0
Black with #E35EC0
Text Example
Text Example
White with #E35EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35EC0; }
p { color: rgb(227,94,192); }
H1.HeaderClassName
{
color: #E35EC0;
}
.AnyTagClassName
{
color: #E35EC0;
}
</style>
background-color css
<style>
a { background-color: #E35EC0; }
a { background-color: rgb(227,94,192); }
div.DivClassName
{
background-color: #E35EC0;
}
.BgClassName
{
background-color: #E35EC0;
}
</style>
border-color css
<style>
span { border-color: #E35EC0; }
span { border-color: rgb(227,94,192); }
td.TdClassName
{
border-color: #E35EC0;
}
.TagClassName
{
border-color: #E35EC0;
}
</style>