Html Css Color HEX #E25EBC Free Speech Magenta
📋 copy color: '#E25EBC'red 226 ◦ green 94 ◦ blue 188
Shades of Free Speech Magenta #E25EBC
Tints of Free Speech Magenta #E25EBC
RGB
CMYK
RGB Variations
Color information
#E25EBC (or 0xE25EBC) is known color: Free Speech Magenta. HEX triplet: E2, 5E and BC. RGB value is (226,94,188). Sum of RGB (Red+Green+Blue) = 226+94+188=508 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.49% from 508); Green value is 94 (37.11% from 255 or 18.50% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 226 - color contains mainly: red. Hex color #E25EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25EBC is #1DA143. Grayscale: #8F8F8F. Windows color (decimal): -1941828 or 12345058. OLE color: 12345058.
HSL color Cylindrical-coordinate representation of color #E25EBC: hue angle of 317.27º 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 #E25EBC is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 94 | 188 | - |
| CMYK | 0 | 0.58 | 0.17 | 0.11 |
| HSL | 317.27º | 0.69% | 0.63% | - |
| HSV(B) | 317.27º | 0.58% | 0.89% | - |
| XYZ | 44.44 | 27.81 | 50.6 | - |
| YUV | 144.18 | 152.73 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 94 | 188 | 0 | 0.58 | 0.17 | 0.11 | 317.27 | 0.69 | 0.63 |
| Hex | E2 | 5E | BC | 0 | 3A | 11 | B | 13D | 45 | 3F |
| Octal | 342 | 136 | 274 | 0 | 72 | 21 | 13 | 475 | 105 | 77 |
| Binary | 11100010 | 1011110 | 10111100 | 0 | 111010 | 10001 | 1011 | 100111101 | 1000101 | 111111 |
Color Harmonies of #E25EBC
Complementary color
Monochromatic Colors of #E25EBC
Black with #E25EBC
Text Example
Text Example
White with #E25EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25EBC; }
p { color: rgb(226,94,188); }
H1.HeaderClassName
{
color: #E25EBC;
}
.AnyTagClassName
{
color: #E25EBC;
}
</style>
background-color css
<style>
a { background-color: #E25EBC; }
a { background-color: rgb(226,94,188); }
div.DivClassName
{
background-color: #E25EBC;
}
.BgClassName
{
background-color: #E25EBC;
}
</style>
border-color css
<style>
span { border-color: #E25EBC; }
span { border-color: rgb(226,94,188); }
td.TdClassName
{
border-color: #E25EBC;
}
.TagClassName
{
border-color: #E25EBC;
}
</style>