Html Css Color HEX #E155F1 Free Speech Magenta
📋 copy color: '#E155F1'red 225 ◦ green 85 ◦ blue 241
Shades of Free Speech Magenta #E155F1
Tints of Free Speech Magenta #E155F1
RGB
CMYK
RGB Variations
Color information
#E155F1 (or 0xE155F1) is known color: Free Speech Magenta. HEX triplet: E1, 55 and F1. RGB value is (225,85,241). Sum of RGB (Red+Green+Blue) = 225+85+241=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 85 (33.59% from 255 or 15.43% from 551); Blue value is 241 (94.53% from 255 or 43.74% from 551); Max value from RGB is 241 - color contains mainly: blue. Hex color #E155F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E155F1 is #1EAA0E. Grayscale: #909090. Windows color (decimal): -2009615 or 15816161. OLE color: 15816161.
HSL color Cylindrical-coordinate representation of color #E155F1: hue angle of 293.85º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E155F1 is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 85 | 241 | - |
| CMYK | 0.07 | 0.65 | 0 | 0.05 |
| HSL | 293.85º | 0.85% | 0.64% | - |
| HSV(B) | 293.85º | 0.65% | 0.95% | - |
| XYZ | 50.18 | 28.86 | 86.14 | - |
| YUV | 144.64 | 182.38 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 85 | 241 | 0.07 | 0.65 | 0 | 0.05 | 293.85 | 0.85 | 0.64 |
| Hex | E1 | 55 | F1 | 7 | 41 | 0 | 5 | 126 | 55 | 40 |
| Octal | 341 | 125 | 361 | 7 | 101 | 0 | 5 | 446 | 125 | 100 |
| Binary | 11100001 | 1010101 | 11110001 | 111 | 1000001 | 0 | 101 | 100100110 | 1010101 | 1000000 |
Color Harmonies of #E155F1
Complementary color
Monochromatic Colors of #E155F1
Black with #E155F1
Text Example
Text Example
White with #E155F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E155F1; }
p { color: rgb(225,85,241); }
H1.HeaderClassName
{
color: #E155F1;
}
.AnyTagClassName
{
color: #E155F1;
}
</style>
background-color css
<style>
a { background-color: #E155F1; }
a { background-color: rgb(225,85,241); }
div.DivClassName
{
background-color: #E155F1;
}
.BgClassName
{
background-color: #E155F1;
}
</style>
border-color css
<style>
span { border-color: #E155F1; }
span { border-color: rgb(225,85,241); }
td.TdClassName
{
border-color: #E155F1;
}
.TagClassName
{
border-color: #E155F1;
}
</style>