Html Css Color HEX #E161E5 Free Speech Magenta
📋 copy color: '#E161E5'red 225 ◦ green 97 ◦ blue 229
Shades of Free Speech Magenta #E161E5
Tints of Free Speech Magenta #E161E5
RGB
CMYK
RGB Variations
Color information
#E161E5 (or 0xE161E5) is known color: Free Speech Magenta. HEX triplet: E1, 61 and E5. RGB value is (225,97,229). Sum of RGB (Red+Green+Blue) = 225+97+229=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 97 (38.28% from 255 or 17.60% from 551); Blue value is 229 (89.84% from 255 or 41.56% from 551); Max value from RGB is 229 - color contains mainly: blue. Hex color #E161E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E161E5 is #1E9E1A. Grayscale: #959595. Windows color (decimal): -2006555 or 15032801. OLE color: 15032801.
HSL color Cylindrical-coordinate representation of color #E161E5: hue angle of 298.18º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E161E5 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 97 | 229 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.10 |
| HSL | 298.18º | 0.72% | 0.64% | - |
| HSV(B) | 298.18º | 0.58% | 0.9% | - |
| XYZ | 49.47 | 30.21 | 77.35 | - |
| YUV | 150.32 | 172.41 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 97 | 229 | 0.02 | 0.58 | 0 | 0.10 | 298.18 | 0.72 | 0.64 |
| Hex | E1 | 61 | E5 | 2 | 3A | 0 | A | 12A | 48 | 40 |
| Octal | 341 | 141 | 345 | 2 | 72 | 0 | 12 | 452 | 110 | 100 |
| Binary | 11100001 | 1100001 | 11100101 | 10 | 111010 | 0 | 1010 | 100101010 | 1001000 | 1000000 |
Color Harmonies of #E161E5
Complementary color
Monochromatic Colors of #E161E5
Black with #E161E5
Text Example
Text Example
White with #E161E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E161E5; }
p { color: rgb(225,97,229); }
H1.HeaderClassName
{
color: #E161E5;
}
.AnyTagClassName
{
color: #E161E5;
}
</style>
background-color css
<style>
a { background-color: #E161E5; }
a { background-color: rgb(225,97,229); }
div.DivClassName
{
background-color: #E161E5;
}
.BgClassName
{
background-color: #E161E5;
}
</style>
border-color css
<style>
span { border-color: #E161E5; }
span { border-color: rgb(225,97,229); }
td.TdClassName
{
border-color: #E161E5;
}
.TagClassName
{
border-color: #E161E5;
}
</style>