Html Css Color HEX #E151F2 Free Speech Magenta
📋 copy color: '#E151F2'red 225 ◦ green 81 ◦ blue 242
Shades of Free Speech Magenta #E151F2
Tints of Free Speech Magenta #E151F2
RGB
CMYK
RGB Variations
Color information
#E151F2 (or 0xE151F2) is known color: Free Speech Magenta. HEX triplet: E1, 51 and F2. RGB value is (225,81,242). Sum of RGB (Red+Green+Blue) = 225+81+242=548 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.06% from 548); Green value is 81 (32.03% from 255 or 14.78% from 548); Blue value is 242 (94.92% from 255 or 44.16% from 548); Max value from RGB is 242 - color contains mainly: blue. Hex color #E151F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E151F2 is #1EAE0D. Grayscale: #8D8D8D. Windows color (decimal): -2010638 or 15880673. OLE color: 15880673.
HSL color Cylindrical-coordinate representation of color #E151F2: hue angle of 293.66º degrees, saturation: 0.86, 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 #E151F2 is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 81 | 242 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.05 |
| HSL | 293.66º | 0.86% | 0.63% | - |
| HSV(B) | 293.66º | 0.67% | 0.95% | - |
| XYZ | 50.02 | 28.3 | 86.83 | - |
| YUV | 142.41 | 184.21 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 81 | 242 | 0.07 | 0.67 | 0 | 0.05 | 293.66 | 0.86 | 0.63 |
| Hex | E1 | 51 | F2 | 7 | 43 | 0 | 5 | 126 | 56 | 3F |
| Octal | 341 | 121 | 362 | 7 | 103 | 0 | 5 | 446 | 126 | 77 |
| Binary | 11100001 | 1010001 | 11110010 | 111 | 1000011 | 0 | 101 | 100100110 | 1010110 | 111111 |
Color Harmonies of #E151F2
Complementary color
Monochromatic Colors of #E151F2
Black with #E151F2
Text Example
Text Example
White with #E151F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E151F2; }
p { color: rgb(225,81,242); }
H1.HeaderClassName
{
color: #E151F2;
}
.AnyTagClassName
{
color: #E151F2;
}
</style>
background-color css
<style>
a { background-color: #E151F2; }
a { background-color: rgb(225,81,242); }
div.DivClassName
{
background-color: #E151F2;
}
.BgClassName
{
background-color: #E151F2;
}
</style>
border-color css
<style>
span { border-color: #E151F2; }
span { border-color: rgb(225,81,242); }
td.TdClassName
{
border-color: #E151F2;
}
.TagClassName
{
border-color: #E151F2;
}
</style>