Html Css Color HEX #E15AF1 Free Speech Magenta
📋 copy color: '#E15AF1'red 225 ◦ green 90 ◦ blue 241
Shades of Free Speech Magenta #E15AF1
Tints of Free Speech Magenta #E15AF1
RGB
CMYK
RGB Variations
Color information
#E15AF1 (or 0xE15AF1) is known color: Free Speech Magenta. HEX triplet: E1, 5A and F1. RGB value is (225,90,241). Sum of RGB (Red+Green+Blue) = 225+90+241=556 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.47% from 556); Green value is 90 (35.55% from 255 or 16.19% from 556); Blue value is 241 (94.53% from 255 or 43.35% from 556); Max value from RGB is 241 - color contains mainly: blue. Hex color #E15AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E15AF1 is #1EA50E. Grayscale: #939393. Windows color (decimal): -2008335 or 15817441. OLE color: 15817441.
HSL color Cylindrical-coordinate representation of color #E15AF1: hue angle of 293.64º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E15AF1 is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 90 | 241 | - |
| CMYK | 0.07 | 0.63 | 0 | 0.05 |
| HSL | 293.64º | 0.84% | 0.65% | - |
| HSV(B) | 293.64º | 0.63% | 0.95% | - |
| XYZ | 50.58 | 29.67 | 86.28 | - |
| YUV | 147.58 | 180.73 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 90 | 241 | 0.07 | 0.63 | 0 | 0.05 | 293.64 | 0.84 | 0.65 |
| Hex | E1 | 5A | F1 | 7 | 3F | 0 | 5 | 126 | 54 | 41 |
| Octal | 341 | 132 | 361 | 7 | 77 | 0 | 5 | 446 | 124 | 101 |
| Binary | 11100001 | 1011010 | 11110001 | 111 | 111111 | 0 | 101 | 100100110 | 1010100 | 1000001 |
Color Harmonies of #E15AF1
Complementary color
Monochromatic Colors of #E15AF1
Black with #E15AF1
Text Example
Text Example
White with #E15AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15AF1; }
p { color: rgb(225,90,241); }
H1.HeaderClassName
{
color: #E15AF1;
}
.AnyTagClassName
{
color: #E15AF1;
}
</style>
background-color css
<style>
a { background-color: #E15AF1; }
a { background-color: rgb(225,90,241); }
div.DivClassName
{
background-color: #E15AF1;
}
.BgClassName
{
background-color: #E15AF1;
}
</style>
border-color css
<style>
span { border-color: #E15AF1; }
span { border-color: rgb(225,90,241); }
td.TdClassName
{
border-color: #E15AF1;
}
.TagClassName
{
border-color: #E15AF1;
}
</style>