Html Css Color HEX #E157F0 Free Speech Magenta
📋 copy color: '#E157F0'red 225 ◦ green 87 ◦ blue 240
Shades of Free Speech Magenta #E157F0
Tints of Free Speech Magenta #E157F0
RGB
CMYK
RGB Variations
Color information
#E157F0 (or 0xE157F0) is known color: Free Speech Magenta. HEX triplet: E1, 57 and F0. RGB value is (225,87,240). Sum of RGB (Red+Green+Blue) = 225+87+240=552 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.76% from 552); Green value is 87 (34.38% from 255 or 15.76% from 552); Blue value is 240 (94.14% from 255 or 43.48% from 552); Max value from RGB is 240 - color contains mainly: blue. Hex color #E157F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E157F0 is #1EA80F. Grayscale: #919191. Windows color (decimal): -2009104 or 15751137. OLE color: 15751137.
HSL color Cylindrical-coordinate representation of color #E157F0: hue angle of 294.12º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E157F0 is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 87 | 240 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.06 |
| HSL | 294.12º | 0.84% | 0.64% | - |
| HSV(B) | 294.12º | 0.64% | 0.94% | - |
| XYZ | 50.19 | 29.12 | 85.41 | - |
| YUV | 145.7 | 181.22 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 87 | 240 | 0.06 | 0.64 | 0 | 0.06 | 294.12 | 0.84 | 0.64 |
| Hex | E1 | 57 | F0 | 6 | 40 | 0 | 6 | 126 | 54 | 40 |
| Octal | 341 | 127 | 360 | 6 | 100 | 0 | 6 | 446 | 124 | 100 |
| Binary | 11100001 | 1010111 | 11110000 | 110 | 1000000 | 0 | 110 | 100100110 | 1010100 | 1000000 |
Color Harmonies of #E157F0
Complementary color
Monochromatic Colors of #E157F0
Black with #E157F0
Text Example
Text Example
White with #E157F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E157F0; }
p { color: rgb(225,87,240); }
H1.HeaderClassName
{
color: #E157F0;
}
.AnyTagClassName
{
color: #E157F0;
}
</style>
background-color css
<style>
a { background-color: #E157F0; }
a { background-color: rgb(225,87,240); }
div.DivClassName
{
background-color: #E157F0;
}
.BgClassName
{
background-color: #E157F0;
}
</style>
border-color css
<style>
span { border-color: #E157F0; }
span { border-color: rgb(225,87,240); }
td.TdClassName
{
border-color: #E157F0;
}
.TagClassName
{
border-color: #E157F0;
}
</style>