Html Css Color HEX #E25BBE Free Speech Magenta
📋 copy color: '#E25BBE'red 226 ◦ green 91 ◦ blue 190
Shades of Free Speech Magenta #E25BBE
Tints of Free Speech Magenta #E25BBE
RGB
CMYK
RGB Variations
Color information
#E25BBE (or 0xE25BBE) is known color: Free Speech Magenta. HEX triplet: E2, 5B and BE. RGB value is (226,91,190). Sum of RGB (Red+Green+Blue) = 226+91+190=507 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.58% from 507); Green value is 91 (35.94% from 255 or 17.95% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 226 - color contains mainly: red. Hex color #E25BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25BBE is #1DA441. Grayscale: #8E8E8E. Windows color (decimal): -1942594 or 12475362. OLE color: 12475362.
HSL color Cylindrical-coordinate representation of color #E25BBE: hue angle of 316º 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 #E25BBE is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 91 | 190 | - |
| CMYK | 0 | 0.60 | 0.16 | 0.11 |
| HSL | 316º | 0.7% | 0.62% | - |
| HSV(B) | 316º | 0.6% | 0.89% | - |
| XYZ | 44.4 | 27.37 | 51.66 | - |
| YUV | 142.65 | 154.73 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 91 | 190 | 0 | 0.60 | 0.16 | 0.11 | 316 | 0.7 | 0.62 |
| Hex | E2 | 5B | BE | 0 | 3C | 10 | B | 13C | 46 | 3E |
| Octal | 342 | 133 | 276 | 0 | 74 | 20 | 13 | 474 | 106 | 76 |
| Binary | 11100010 | 1011011 | 10111110 | 0 | 111100 | 10000 | 1011 | 100111100 | 1000110 | 111110 |
Color Harmonies of #E25BBE
Complementary color
Monochromatic Colors of #E25BBE
Black with #E25BBE
Text Example
Text Example
White with #E25BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25BBE; }
p { color: rgb(226,91,190); }
H1.HeaderClassName
{
color: #E25BBE;
}
.AnyTagClassName
{
color: #E25BBE;
}
</style>
background-color css
<style>
a { background-color: #E25BBE; }
a { background-color: rgb(226,91,190); }
div.DivClassName
{
background-color: #E25BBE;
}
.BgClassName
{
background-color: #E25BBE;
}
</style>
border-color css
<style>
span { border-color: #E25BBE; }
span { border-color: rgb(226,91,190); }
td.TdClassName
{
border-color: #E25BBE;
}
.TagClassName
{
border-color: #E25BBE;
}
</style>