Html Css Color HEX #E160E4 Free Speech Magenta
📋 copy color: '#E160E4'red 225 ◦ green 96 ◦ blue 228
Shades of Free Speech Magenta #E160E4
Tints of Free Speech Magenta #E160E4
RGB
CMYK
RGB Variations
Color information
#E160E4 (or 0xE160E4) is known color: Free Speech Magenta. HEX triplet: E1, 60 and E4. RGB value is (225,96,228). Sum of RGB (Red+Green+Blue) = 225+96+228=549 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.98% from 549); Green value is 96 (37.89% from 255 or 17.49% from 549); Blue value is 228 (89.45% from 255 or 41.53% from 549); Max value from RGB is 228 - color contains mainly: blue. Hex color #E160E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E160E4 is #1E9F1B. Grayscale: #959595. Windows color (decimal): -2006812 or 14967009. OLE color: 14967009.
HSL color Cylindrical-coordinate representation of color #E160E4: hue angle of 298.64º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E160E4 is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 96 | 228 | - |
| CMYK | 0.01 | 0.58 | 0 | 0.11 |
| HSL | 298.64º | 0.71% | 0.64% | - |
| HSV(B) | 298.64º | 0.58% | 0.89% | - |
| XYZ | 49.24 | 29.97 | 76.59 | - |
| YUV | 149.62 | 172.24 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 96 | 228 | 0.01 | 0.58 | 0 | 0.11 | 298.64 | 0.71 | 0.64 |
| Hex | E1 | 60 | E4 | 1 | 3A | 0 | B | 12B | 47 | 40 |
| Octal | 341 | 140 | 344 | 1 | 72 | 0 | 13 | 453 | 107 | 100 |
| Binary | 11100001 | 1100000 | 11100100 | 1 | 111010 | 0 | 1011 | 100101011 | 1000111 | 1000000 |
Color Harmonies of #E160E4
Complementary color
Monochromatic Colors of #E160E4
Black with #E160E4
Text Example
Text Example
White with #E160E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E160E4; }
p { color: rgb(225,96,228); }
H1.HeaderClassName
{
color: #E160E4;
}
.AnyTagClassName
{
color: #E160E4;
}
</style>
background-color css
<style>
a { background-color: #E160E4; }
a { background-color: rgb(225,96,228); }
div.DivClassName
{
background-color: #E160E4;
}
.BgClassName
{
background-color: #E160E4;
}
</style>
border-color css
<style>
span { border-color: #E160E4; }
span { border-color: rgb(225,96,228); }
td.TdClassName
{
border-color: #E160E4;
}
.TagClassName
{
border-color: #E160E4;
}
</style>