Html Css Color HEX #E160E2 Free Speech Magenta
📋 copy color: '#E160E2'red 225 ◦ green 96 ◦ blue 226
Shades of Free Speech Magenta #E160E2
Tints of Free Speech Magenta #E160E2
RGB
CMYK
RGB Variations
Color information
#E160E2 (or 0xE160E2) is known color: Free Speech Magenta. HEX triplet: E1, 60 and E2. RGB value is (225,96,226). Sum of RGB (Red+Green+Blue) = 225+96+226=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 96 (37.89% from 255 or 17.55% from 547); Blue value is 226 (88.67% from 255 or 41.32% from 547); Max value from RGB is 226 - color contains mainly: blue. Hex color #E160E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E160E2 is #1E9F1D. Grayscale: #959595. Windows color (decimal): -2006814 or 14835937. OLE color: 14835937.
HSL color Cylindrical-coordinate representation of color #E160E2: hue angle of 299.54º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E160E2 is Cyan = 0.00, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 96 | 226 | - |
| CMYK | 0.00 | 0.58 | 0 | 0.11 |
| HSL | 299.54º | 0.69% | 0.63% | - |
| HSV(B) | 299.54º | 0.58% | 0.89% | - |
| XYZ | 48.96 | 29.86 | 75.14 | - |
| YUV | 149.39 | 171.24 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 96 | 226 | 0.00 | 0.58 | 0 | 0.11 | 299.54 | 0.69 | 0.63 |
| Hex | E1 | 60 | E2 | 0 | 3A | 0 | B | 12C | 45 | 3F |
| Octal | 341 | 140 | 342 | 0 | 72 | 0 | 13 | 454 | 105 | 77 |
| Binary | 11100001 | 1100000 | 11100010 | 0 | 111010 | 0 | 1011 | 100101100 | 1000101 | 111111 |
Color Harmonies of #E160E2
Complementary color
Monochromatic Colors of #E160E2
Black with #E160E2
Text Example
Text Example
White with #E160E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E160E2; }
p { color: rgb(225,96,226); }
H1.HeaderClassName
{
color: #E160E2;
}
.AnyTagClassName
{
color: #E160E2;
}
</style>
background-color css
<style>
a { background-color: #E160E2; }
a { background-color: rgb(225,96,226); }
div.DivClassName
{
background-color: #E160E2;
}
.BgClassName
{
background-color: #E160E2;
}
</style>
border-color css
<style>
span { border-color: #E160E2; }
span { border-color: rgb(225,96,226); }
td.TdClassName
{
border-color: #E160E2;
}
.TagClassName
{
border-color: #E160E2;
}
</style>