Html Css Color HEX #E164EC Free Speech Magenta
📋 copy color: '#E164EC'red 225 ◦ green 100 ◦ blue 236
Shades of Free Speech Magenta #E164EC
Tints of Free Speech Magenta #E164EC
RGB
CMYK
RGB Variations
Color information
#E164EC (or 0xE164EC) is known color: Free Speech Magenta. HEX triplet: E1, 64 and EC. RGB value is (225,100,236). Sum of RGB (Red+Green+Blue) = 225+100+236=561 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.11% from 561); Green value is 100 (39.45% from 255 or 17.83% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 236 - color contains mainly: blue. Hex color #E164EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E164EC is #1E9B13. Grayscale: #989898. Windows color (decimal): -2005780 or 15492321. OLE color: 15492321.
HSL color Cylindrical-coordinate representation of color #E164EC: hue angle of 295.15º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E164EC is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 100 | 236 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.07 |
| HSL | 295.15º | 0.78% | 0.66% | - |
| HSV(B) | 295.15º | 0.58% | 0.93% | - |
| XYZ | 50.75 | 31.18 | 82.7 | - |
| YUV | 152.88 | 174.91 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 100 | 236 | 0.05 | 0.58 | 0 | 0.07 | 295.15 | 0.78 | 0.66 |
| Hex | E1 | 64 | EC | 5 | 3A | 0 | 7 | 127 | 4E | 42 |
| Octal | 341 | 144 | 354 | 5 | 72 | 0 | 7 | 447 | 116 | 102 |
| Binary | 11100001 | 1100100 | 11101100 | 101 | 111010 | 0 | 111 | 100100111 | 1001110 | 1000010 |
Color Harmonies of #E164EC
Complementary color
Monochromatic Colors of #E164EC
Black with #E164EC
Text Example
Text Example
White with #E164EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E164EC; }
p { color: rgb(225,100,236); }
H1.HeaderClassName
{
color: #E164EC;
}
.AnyTagClassName
{
color: #E164EC;
}
</style>
background-color css
<style>
a { background-color: #E164EC; }
a { background-color: rgb(225,100,236); }
div.DivClassName
{
background-color: #E164EC;
}
.BgClassName
{
background-color: #E164EC;
}
</style>
border-color css
<style>
span { border-color: #E164EC; }
span { border-color: rgb(225,100,236); }
td.TdClassName
{
border-color: #E164EC;
}
.TagClassName
{
border-color: #E164EC;
}
</style>