Html Css Color HEX #E165EC Free Speech Magenta
📋 copy color: '#E165EC'red 225 ◦ green 101 ◦ blue 236
Shades of Free Speech Magenta #E165EC
Tints of Free Speech Magenta #E165EC
RGB
CMYK
RGB Variations
Color information
#E165EC (or 0xE165EC) is known color: Free Speech Magenta. HEX triplet: E1, 65 and EC. RGB value is (225,101,236). Sum of RGB (Red+Green+Blue) = 225+101+236=562 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.04% from 562); Green value is 101 (39.84% from 255 or 17.97% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 236 - color contains mainly: blue. Hex color #E165EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E165EC is #1E9A13. Grayscale: #999999. Windows color (decimal): -2005524 or 15492577. OLE color: 15492577.
HSL color Cylindrical-coordinate representation of color #E165EC: hue angle of 295.11º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E165EC is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 101 | 236 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.07 |
| HSL | 295.11º | 0.78% | 0.66% | - |
| HSV(B) | 295.11º | 0.57% | 0.93% | - |
| XYZ | 50.85 | 31.37 | 82.73 | - |
| YUV | 153.47 | 174.58 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 101 | 236 | 0.05 | 0.57 | 0 | 0.07 | 295.11 | 0.78 | 0.66 |
| Hex | E1 | 65 | EC | 5 | 39 | 0 | 7 | 127 | 4E | 42 |
| Octal | 341 | 145 | 354 | 5 | 71 | 0 | 7 | 447 | 116 | 102 |
| Binary | 11100001 | 1100101 | 11101100 | 101 | 111001 | 0 | 111 | 100100111 | 1001110 | 1000010 |
Color Harmonies of #E165EC
Complementary color
Monochromatic Colors of #E165EC
Black with #E165EC
Text Example
Text Example
White with #E165EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E165EC; }
p { color: rgb(225,101,236); }
H1.HeaderClassName
{
color: #E165EC;
}
.AnyTagClassName
{
color: #E165EC;
}
</style>
background-color css
<style>
a { background-color: #E165EC; }
a { background-color: rgb(225,101,236); }
div.DivClassName
{
background-color: #E165EC;
}
.BgClassName
{
background-color: #E165EC;
}
</style>
border-color css
<style>
span { border-color: #E165EC; }
span { border-color: rgb(225,101,236); }
td.TdClassName
{
border-color: #E165EC;
}
.TagClassName
{
border-color: #E165EC;
}
</style>