Html Css Color HEX #E35EC5 Free Speech Magenta
📋 copy color: '#E35EC5'red 227 ◦ green 94 ◦ blue 197
Shades of Free Speech Magenta #E35EC5
Tints of Free Speech Magenta #E35EC5
RGB
CMYK
RGB Variations
Color information
#E35EC5 (or 0xE35EC5) is known color: Free Speech Magenta. HEX triplet: E3, 5E and C5. RGB value is (227,94,197). Sum of RGB (Red+Green+Blue) = 227+94+197=518 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.82% from 518); Green value is 94 (37.11% from 255 or 18.15% from 518); Blue value is 197 (77.34% from 255 or 38.03% from 518); Max value from RGB is 227 - color contains mainly: red. Hex color #E35EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E35EC5 is #1CA13A. Grayscale: #919191. Windows color (decimal): -1876283 or 12934883. OLE color: 12934883.
HSL color Cylindrical-coordinate representation of color #E35EC5: hue angle of 313.53º 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 #E35EC5 is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 94 | 197 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.11 |
| HSL | 313.53º | 0.7% | 0.63% | - |
| HSV(B) | 313.53º | 0.59% | 0.89% | - |
| XYZ | 45.76 | 28.37 | 55.89 | - |
| YUV | 145.51 | 157.06 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 94 | 197 | 0 | 0.59 | 0.13 | 0.11 | 313.53 | 0.7 | 0.63 |
| Hex | E3 | 5E | C5 | 0 | 3B | D | B | 13A | 46 | 3F |
| Octal | 343 | 136 | 305 | 0 | 73 | 15 | 13 | 472 | 106 | 77 |
| Binary | 11100011 | 1011110 | 11000101 | 0 | 111011 | 1101 | 1011 | 100111010 | 1000110 | 111111 |
Color Harmonies of #E35EC5
Complementary color
Monochromatic Colors of #E35EC5
Black with #E35EC5
Text Example
Text Example
White with #E35EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35EC5; }
p { color: rgb(227,94,197); }
H1.HeaderClassName
{
color: #E35EC5;
}
.AnyTagClassName
{
color: #E35EC5;
}
</style>
background-color css
<style>
a { background-color: #E35EC5; }
a { background-color: rgb(227,94,197); }
div.DivClassName
{
background-color: #E35EC5;
}
.BgClassName
{
background-color: #E35EC5;
}
</style>
border-color css
<style>
span { border-color: #E35EC5; }
span { border-color: rgb(227,94,197); }
td.TdClassName
{
border-color: #E35EC5;
}
.TagClassName
{
border-color: #E35EC5;
}
</style>