Html Css Color HEX #E265EC Free Speech Magenta
📋 copy color: '#E265EC'red 226 ◦ green 101 ◦ blue 236
Shades of Free Speech Magenta #E265EC
Tints of Free Speech Magenta #E265EC
RGB
CMYK
RGB Variations
Color information
#E265EC (or 0xE265EC) is known color: Free Speech Magenta. HEX triplet: E2, 65 and EC. RGB value is (226,101,236). Sum of RGB (Red+Green+Blue) = 226+101+236=563 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.14% from 563); Green value is 101 (39.84% from 255 or 17.94% from 563); Blue value is 236 (92.58% from 255 or 41.92% from 563); Max value from RGB is 236 - color contains mainly: blue. Hex color #E265EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E265EC is #1D9A13. Grayscale: #999999. Windows color (decimal): -1939988 or 15492578. OLE color: 15492578.
HSL color Cylindrical-coordinate representation of color #E265EC: hue angle of 295.56º 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 #E265EC is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 101 | 236 | - |
| CMYK | 0.04 | 0.57 | 0 | 0.07 |
| HSL | 295.56º | 0.78% | 0.66% | - |
| HSV(B) | 295.56º | 0.57% | 0.93% | - |
| XYZ | 51.16 | 31.53 | 82.75 | - |
| YUV | 153.77 | 174.41 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 236 | 0.04 | 0.57 | 0 | 0.07 | 295.56 | 0.78 | 0.66 |
| Hex | E2 | 65 | EC | 4 | 39 | 0 | 7 | 128 | 4E | 42 |
| Octal | 342 | 145 | 354 | 4 | 71 | 0 | 7 | 450 | 116 | 102 |
| Binary | 11100010 | 1100101 | 11101100 | 100 | 111001 | 0 | 111 | 100101000 | 1001110 | 1000010 |
Color Harmonies of #E265EC
Complementary color
Monochromatic Colors of #E265EC
Black with #E265EC
Text Example
Text Example
White with #E265EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E265EC; }
p { color: rgb(226,101,236); }
H1.HeaderClassName
{
color: #E265EC;
}
.AnyTagClassName
{
color: #E265EC;
}
</style>
background-color css
<style>
a { background-color: #E265EC; }
a { background-color: rgb(226,101,236); }
div.DivClassName
{
background-color: #E265EC;
}
.BgClassName
{
background-color: #E265EC;
}
</style>
border-color css
<style>
span { border-color: #E265EC; }
span { border-color: rgb(226,101,236); }
td.TdClassName
{
border-color: #E265EC;
}
.TagClassName
{
border-color: #E265EC;
}
</style>