Html Css Color HEX #E25BE1 Free Speech Magenta
📋 copy color: '#E25BE1'red 226 ◦ green 91 ◦ blue 225
Shades of Free Speech Magenta #E25BE1
Tints of Free Speech Magenta #E25BE1
RGB
CMYK
RGB Variations
Color information
#E25BE1 (or 0xE25BE1) is known color: Free Speech Magenta. HEX triplet: E2, 5B and E1. RGB value is (226,91,225). Sum of RGB (Red+Green+Blue) = 226+91+225=542 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.70% from 542); Green value is 91 (35.94% from 255 or 16.79% from 542); Blue value is 225 (88.28% from 255 or 41.51% from 542); Max value from RGB is 226 - color contains mainly: red. Hex color #E25BE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25BE1 is #1DA41E. Grayscale: #929292. Windows color (decimal): -1942559 or 14769122. OLE color: 14769122.
HSL color Cylindrical-coordinate representation of color #E25BE1: hue angle of 300.44º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E25BE1 is Cyan = 0, Magento = 0.60, Yellow = 0.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 91 | 225 | - |
| CMYK | 0 | 0.60 | 0.00 | 0.11 |
| HSL | 300.44º | 0.7% | 0.62% | - |
| HSV(B) | 300.44º | 0.6% | 0.89% | - |
| XYZ | 48.7 | 29.09 | 74.28 | - |
| YUV | 146.64 | 172.23 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 91 | 225 | 0 | 0.60 | 0.00 | 0.11 | 300.44 | 0.7 | 0.62 |
| Hex | E2 | 5B | E1 | 0 | 3C | 0 | B | 12C | 46 | 3E |
| Octal | 342 | 133 | 341 | 0 | 74 | 0 | 13 | 454 | 106 | 76 |
| Binary | 11100010 | 1011011 | 11100001 | 0 | 111100 | 0 | 1011 | 100101100 | 1000110 | 111110 |
Color Harmonies of #E25BE1
Complementary color
Monochromatic Colors of #E25BE1
Black with #E25BE1
Text Example
Text Example
White with #E25BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25BE1; }
p { color: rgb(226,91,225); }
H1.HeaderClassName
{
color: #E25BE1;
}
.AnyTagClassName
{
color: #E25BE1;
}
</style>
background-color css
<style>
a { background-color: #E25BE1; }
a { background-color: rgb(226,91,225); }
div.DivClassName
{
background-color: #E25BE1;
}
.BgClassName
{
background-color: #E25BE1;
}
</style>
border-color css
<style>
span { border-color: #E25BE1; }
span { border-color: rgb(226,91,225); }
td.TdClassName
{
border-color: #E25BE1;
}
.TagClassName
{
border-color: #E25BE1;
}
</style>