Html Css Color HEX #E25EC0 Free Speech Magenta
📋 copy color: '#E25EC0'red 226 ◦ green 94 ◦ blue 192
Shades of Free Speech Magenta #E25EC0
Tints of Free Speech Magenta #E25EC0
RGB
CMYK
RGB Variations
Color information
#E25EC0 (or 0xE25EC0) is known color: Free Speech Magenta. HEX triplet: E2, 5E and C0. RGB value is (226,94,192). Sum of RGB (Red+Green+Blue) = 226+94+192=512 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.14% from 512); Green value is 94 (37.11% from 255 or 18.36% from 512); Blue value is 192 (75.39% from 255 or 37.5% from 512); Max value from RGB is 226 - color contains mainly: red. Hex color #E25EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25EC0 is #1DA13F. Grayscale: #909090. Windows color (decimal): -1941824 or 12607202. OLE color: 12607202.
HSL color Cylindrical-coordinate representation of color #E25EC0: hue angle of 315.45º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E25EC0 is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 94 | 192 | - |
| CMYK | 0 | 0.58 | 0.15 | 0.11 |
| HSL | 315.45º | 0.69% | 0.63% | - |
| HSV(B) | 315.45º | 0.58% | 0.89% | - |
| XYZ | 44.88 | 27.98 | 52.9 | - |
| YUV | 144.64 | 154.73 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 94 | 192 | 0 | 0.58 | 0.15 | 0.11 | 315.45 | 0.69 | 0.63 |
| Hex | E2 | 5E | C0 | 0 | 3A | F | B | 13B | 45 | 3F |
| Octal | 342 | 136 | 300 | 0 | 72 | 17 | 13 | 473 | 105 | 77 |
| Binary | 11100010 | 1011110 | 11000000 | 0 | 111010 | 1111 | 1011 | 100111011 | 1000101 | 111111 |
Color Harmonies of #E25EC0
Complementary color
Monochromatic Colors of #E25EC0
Black with #E25EC0
Text Example
Text Example
White with #E25EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25EC0; }
p { color: rgb(226,94,192); }
H1.HeaderClassName
{
color: #E25EC0;
}
.AnyTagClassName
{
color: #E25EC0;
}
</style>
background-color css
<style>
a { background-color: #E25EC0; }
a { background-color: rgb(226,94,192); }
div.DivClassName
{
background-color: #E25EC0;
}
.BgClassName
{
background-color: #E25EC0;
}
</style>
border-color css
<style>
span { border-color: #E25EC0; }
span { border-color: rgb(226,94,192); }
td.TdClassName
{
border-color: #E25EC0;
}
.TagClassName
{
border-color: #E25EC0;
}
</style>