Html Css Color HEX #E35EC1 Free Speech Magenta
📋 copy color: '#E35EC1'red 227 ◦ green 94 ◦ blue 193
Shades of Free Speech Magenta #E35EC1
Tints of Free Speech Magenta #E35EC1
RGB
CMYK
RGB Variations
Color information
#E35EC1 (or 0xE35EC1) is known color: Free Speech Magenta. HEX triplet: E3, 5E and C1. RGB value is (227,94,193). Sum of RGB (Red+Green+Blue) = 227+94+193=514 (68% of max value = 765). Red value is 227 (89.06% from 255 or 44.16% from 514); Green value is 94 (37.11% from 255 or 18.29% from 514); Blue value is 193 (75.78% from 255 or 37.55% from 514); Max value from RGB is 227 - color contains mainly: red. Hex color #E35EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E35EC1 is #1CA13E. Grayscale: #909090. Windows color (decimal): -1876287 or 12672739. OLE color: 12672739.
HSL color Cylindrical-coordinate representation of color #E35EC1: hue angle of 315.34º 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 #E35EC1 is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 94 | 193 | - |
| CMYK | 0 | 0.59 | 0.15 | 0.11 |
| HSL | 315.34º | 0.7% | 0.63% | - |
| HSV(B) | 315.34º | 0.59% | 0.89% | - |
| XYZ | 45.31 | 28.19 | 53.5 | - |
| YUV | 145.05 | 155.06 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 94 | 193 | 0 | 0.59 | 0.15 | 0.11 | 315.34 | 0.7 | 0.63 |
| Hex | E3 | 5E | C1 | 0 | 3B | F | B | 13B | 46 | 3F |
| Octal | 343 | 136 | 301 | 0 | 73 | 17 | 13 | 473 | 106 | 77 |
| Binary | 11100011 | 1011110 | 11000001 | 0 | 111011 | 1111 | 1011 | 100111011 | 1000110 | 111111 |
Color Harmonies of #E35EC1
Complementary color
Monochromatic Colors of #E35EC1
Black with #E35EC1
Text Example
Text Example
White with #E35EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35EC1; }
p { color: rgb(227,94,193); }
H1.HeaderClassName
{
color: #E35EC1;
}
.AnyTagClassName
{
color: #E35EC1;
}
</style>
background-color css
<style>
a { background-color: #E35EC1; }
a { background-color: rgb(227,94,193); }
div.DivClassName
{
background-color: #E35EC1;
}
.BgClassName
{
background-color: #E35EC1;
}
</style>
border-color css
<style>
span { border-color: #E35EC1; }
span { border-color: rgb(227,94,193); }
td.TdClassName
{
border-color: #E35EC1;
}
.TagClassName
{
border-color: #E35EC1;
}
</style>