Html Css Color HEX #E150F1 Free Speech Magenta
📋 copy color: '#E150F1'red 225 ◦ green 80 ◦ blue 241
Shades of Free Speech Magenta #E150F1
Tints of Free Speech Magenta #E150F1
RGB
CMYK
RGB Variations
Color information
#E150F1 (or 0xE150F1) is known color: Free Speech Magenta. HEX triplet: E1, 50 and F1. RGB value is (225,80,241). Sum of RGB (Red+Green+Blue) = 225+80+241=546 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.21% from 546); Green value is 80 (31.64% from 255 or 14.65% from 546); Blue value is 241 (94.53% from 255 or 44.14% from 546); Max value from RGB is 241 - color contains mainly: blue. Hex color #E150F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E150F1 is #1EAF0E. Grayscale: #8D8D8D. Windows color (decimal): -2010895 or 15814881. OLE color: 15814881.
HSL color Cylindrical-coordinate representation of color #E150F1: hue angle of 294.04º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E150F1 is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 80 | 241 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.05 |
| HSL | 294.04º | 0.85% | 0.63% | - |
| HSV(B) | 294.04º | 0.67% | 0.95% | - |
| XYZ | 49.8 | 28.1 | 86.02 | - |
| YUV | 141.71 | 184.04 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 80 | 241 | 0.07 | 0.67 | 0 | 0.05 | 294.04 | 0.85 | 0.63 |
| Hex | E1 | 50 | F1 | 7 | 43 | 0 | 5 | 126 | 55 | 3F |
| Octal | 341 | 120 | 361 | 7 | 103 | 0 | 5 | 446 | 125 | 77 |
| Binary | 11100001 | 1010000 | 11110001 | 111 | 1000011 | 0 | 101 | 100100110 | 1010101 | 111111 |
Color Harmonies of #E150F1
Complementary color
Monochromatic Colors of #E150F1
Black with #E150F1
Text Example
Text Example
White with #E150F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E150F1; }
p { color: rgb(225,80,241); }
H1.HeaderClassName
{
color: #E150F1;
}
.AnyTagClassName
{
color: #E150F1;
}
</style>
background-color css
<style>
a { background-color: #E150F1; }
a { background-color: rgb(225,80,241); }
div.DivClassName
{
background-color: #E150F1;
}
.BgClassName
{
background-color: #E150F1;
}
</style>
border-color css
<style>
span { border-color: #E150F1; }
span { border-color: rgb(225,80,241); }
td.TdClassName
{
border-color: #E150F1;
}
.TagClassName
{
border-color: #E150F1;
}
</style>