Html Css Color HEX #E250EC Free Speech Magenta
📋 copy color: '#E250EC'red 226 ◦ green 80 ◦ blue 236
Shades of Free Speech Magenta #E250EC
Tints of Free Speech Magenta #E250EC
RGB
CMYK
RGB Variations
Color information
#E250EC (or 0xE250EC) is known color: Free Speech Magenta. HEX triplet: E2, 50 and EC. RGB value is (226,80,236). Sum of RGB (Red+Green+Blue) = 226+80+236=542 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.70% from 542); Green value is 80 (31.64% from 255 or 14.76% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 236 - color contains mainly: blue. Hex color #E250EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E250EC is #1DAF13. Grayscale: #8C8C8C. Windows color (decimal): -1945364 or 15487202. OLE color: 15487202.
HSL color Cylindrical-coordinate representation of color #E250EC: hue angle of 296.15º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E250EC is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 80 | 236 | - |
| CMYK | 0.04 | 0.66 | 0 | 0.07 |
| HSL | 296.15º | 0.8% | 0.62% | - |
| HSV(B) | 296.15º | 0.66% | 0.93% | - |
| XYZ | 49.37 | 27.96 | 82.15 | - |
| YUV | 141.44 | 181.37 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 80 | 236 | 0.04 | 0.66 | 0 | 0.07 | 296.15 | 0.8 | 0.62 |
| Hex | E2 | 50 | EC | 4 | 42 | 0 | 7 | 128 | 50 | 3E |
| Octal | 342 | 120 | 354 | 4 | 102 | 0 | 7 | 450 | 120 | 76 |
| Binary | 11100010 | 1010000 | 11101100 | 100 | 1000010 | 0 | 111 | 100101000 | 1010000 | 111110 |
Color Harmonies of #E250EC
Complementary color
Monochromatic Colors of #E250EC
Black with #E250EC
Text Example
Text Example
White with #E250EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E250EC; }
p { color: rgb(226,80,236); }
H1.HeaderClassName
{
color: #E250EC;
}
.AnyTagClassName
{
color: #E250EC;
}
</style>
background-color css
<style>
a { background-color: #E250EC; }
a { background-color: rgb(226,80,236); }
div.DivClassName
{
background-color: #E250EC;
}
.BgClassName
{
background-color: #E250EC;
}
</style>
border-color css
<style>
span { border-color: #E250EC; }
span { border-color: rgb(226,80,236); }
td.TdClassName
{
border-color: #E250EC;
}
.TagClassName
{
border-color: #E250EC;
}
</style>