Html Css Color HEX #E253EC Free Speech Magenta
📋 copy color: '#E253EC'red 226 ◦ green 83 ◦ blue 236
Shades of Free Speech Magenta #E253EC
Tints of Free Speech Magenta #E253EC
RGB
CMYK
RGB Variations
Color information
#E253EC (or 0xE253EC) is known color: Free Speech Magenta. HEX triplet: E2, 53 and EC. RGB value is (226,83,236). Sum of RGB (Red+Green+Blue) = 226+83+236=545 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.47% from 545); Green value is 83 (32.81% from 255 or 15.23% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #E253EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E253EC is #1DAC13. Grayscale: #8E8E8E. Windows color (decimal): -1944596 or 15487970. OLE color: 15487970.
HSL color Cylindrical-coordinate representation of color #E253EC: hue angle of 296.08º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E253EC is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 83 | 236 | - |
| CMYK | 0.04 | 0.65 | 0 | 0.07 |
| HSL | 296.08º | 0.8% | 0.63% | - |
| HSV(B) | 296.08º | 0.65% | 0.93% | - |
| XYZ | 49.6 | 28.41 | 82.23 | - |
| YUV | 143.2 | 180.38 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 83 | 236 | 0.04 | 0.65 | 0 | 0.07 | 296.08 | 0.8 | 0.63 |
| Hex | E2 | 53 | EC | 4 | 41 | 0 | 7 | 128 | 50 | 3F |
| Octal | 342 | 123 | 354 | 4 | 101 | 0 | 7 | 450 | 120 | 77 |
| Binary | 11100010 | 1010011 | 11101100 | 100 | 1000001 | 0 | 111 | 100101000 | 1010000 | 111111 |
Color Harmonies of #E253EC
Complementary color
Monochromatic Colors of #E253EC
Black with #E253EC
Text Example
Text Example
White with #E253EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E253EC; }
p { color: rgb(226,83,236); }
H1.HeaderClassName
{
color: #E253EC;
}
.AnyTagClassName
{
color: #E253EC;
}
</style>
background-color css
<style>
a { background-color: #E253EC; }
a { background-color: rgb(226,83,236); }
div.DivClassName
{
background-color: #E253EC;
}
.BgClassName
{
background-color: #E253EC;
}
</style>
border-color css
<style>
span { border-color: #E253EC; }
span { border-color: rgb(226,83,236); }
td.TdClassName
{
border-color: #E253EC;
}
.TagClassName
{
border-color: #E253EC;
}
</style>