Html Css Color HEX #E25BF1 Free Speech Magenta
📋 copy color: '#E25BF1'red 226 ◦ green 91 ◦ blue 241
Shades of Free Speech Magenta #E25BF1
Tints of Free Speech Magenta #E25BF1
RGB
CMYK
RGB Variations
Color information
#E25BF1 (or 0xE25BF1) is known color: Free Speech Magenta. HEX triplet: E2, 5B and F1. RGB value is (226,91,241). Sum of RGB (Red+Green+Blue) = 226+91+241=558 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.50% from 558); Green value is 91 (35.94% from 255 or 16.31% from 558); Blue value is 241 (94.53% from 255 or 43.19% from 558); Max value from RGB is 241 - color contains mainly: blue. Hex color #E25BF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E25BF1 is #1DA40E. Grayscale: #949494. Windows color (decimal): -1942543 or 15817698. OLE color: 15817698.
HSL color Cylindrical-coordinate representation of color #E25BF1: hue angle of 294º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E25BF1 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 91 | 241 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.05 |
| HSL | 294º | 0.84% | 0.65% | - |
| HSV(B) | 294º | 0.62% | 0.95% | - |
| XYZ | 50.98 | 30 | 86.32 | - |
| YUV | 148.47 | 180.23 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 91 | 241 | 0.06 | 0.62 | 0 | 0.05 | 294 | 0.84 | 0.65 |
| Hex | E2 | 5B | F1 | 6 | 3E | 0 | 5 | 126 | 54 | 41 |
| Octal | 342 | 133 | 361 | 6 | 76 | 0 | 5 | 446 | 124 | 101 |
| Binary | 11100010 | 1011011 | 11110001 | 110 | 111110 | 0 | 101 | 100100110 | 1010100 | 1000001 |
Color Harmonies of #E25BF1
Complementary color
Monochromatic Colors of #E25BF1
Black with #E25BF1
Text Example
Text Example
White with #E25BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25BF1; }
p { color: rgb(226,91,241); }
H1.HeaderClassName
{
color: #E25BF1;
}
.AnyTagClassName
{
color: #E25BF1;
}
</style>
background-color css
<style>
a { background-color: #E25BF1; }
a { background-color: rgb(226,91,241); }
div.DivClassName
{
background-color: #E25BF1;
}
.BgClassName
{
background-color: #E25BF1;
}
</style>
border-color css
<style>
span { border-color: #E25BF1; }
span { border-color: rgb(226,91,241); }
td.TdClassName
{
border-color: #E25BF1;
}
.TagClassName
{
border-color: #E25BF1;
}
</style>