Html Css Color HEX #E35EC6 Free Speech Magenta
📋 copy color: '#E35EC6'red 227 ◦ green 94 ◦ blue 198
Shades of Free Speech Magenta #E35EC6
Tints of Free Speech Magenta #E35EC6
RGB
CMYK
RGB Variations
Color information
#E35EC6 (or 0xE35EC6) is known color: Free Speech Magenta. HEX triplet: E3, 5E and C6. RGB value is (227,94,198). Sum of RGB (Red+Green+Blue) = 227+94+198=519 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.74% from 519); Green value is 94 (37.11% from 255 or 18.11% from 519); Blue value is 198 (77.73% from 255 or 38.15% from 519); Max value from RGB is 227 - color contains mainly: red. Hex color #E35EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E35EC6 is #1CA139. Grayscale: #919191. Windows color (decimal): -1876282 or 13000419. OLE color: 13000419.
HSL color Cylindrical-coordinate representation of color #E35EC6: hue angle of 313.08º 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 #E35EC6 is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 94 | 198 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.11 |
| HSL | 313.08º | 0.7% | 0.63% | - |
| HSV(B) | 313.08º | 0.59% | 0.89% | - |
| XYZ | 45.87 | 28.41 | 56.49 | - |
| YUV | 145.62 | 157.56 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 94 | 198 | 0 | 0.59 | 0.13 | 0.11 | 313.08 | 0.7 | 0.63 |
| Hex | E3 | 5E | C6 | 0 | 3B | D | B | 139 | 46 | 3F |
| Octal | 343 | 136 | 306 | 0 | 73 | 15 | 13 | 471 | 106 | 77 |
| Binary | 11100011 | 1011110 | 11000110 | 0 | 111011 | 1101 | 1011 | 100111001 | 1000110 | 111111 |
Color Harmonies of #E35EC6
Complementary color
Monochromatic Colors of #E35EC6
Black with #E35EC6
Text Example
Text Example
White with #E35EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35EC6; }
p { color: rgb(227,94,198); }
H1.HeaderClassName
{
color: #E35EC6;
}
.AnyTagClassName
{
color: #E35EC6;
}
</style>
background-color css
<style>
a { background-color: #E35EC6; }
a { background-color: rgb(227,94,198); }
div.DivClassName
{
background-color: #E35EC6;
}
.BgClassName
{
background-color: #E35EC6;
}
</style>
border-color css
<style>
span { border-color: #E35EC6; }
span { border-color: rgb(227,94,198); }
td.TdClassName
{
border-color: #E35EC6;
}
.TagClassName
{
border-color: #E35EC6;
}
</style>