Html Css Color HEX #E163E2 Free Speech Magenta
📋 copy color: '#E163E2'red 225 ◦ green 99 ◦ blue 226
Shades of Free Speech Magenta #E163E2
Tints of Free Speech Magenta #E163E2
RGB
CMYK
RGB Variations
Color information
#E163E2 (or 0xE163E2) is known color: Free Speech Magenta. HEX triplet: E1, 63 and E2. RGB value is (225,99,226). Sum of RGB (Red+Green+Blue) = 225+99+226=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 99 (39.06% from 255 or 18% from 550); Blue value is 226 (88.67% from 255 or 41.09% from 550); Max value from RGB is 226 - color contains mainly: blue. Hex color #E163E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E163E2 is #1E9C1D. Grayscale: #969696. Windows color (decimal): -2006046 or 14836705. OLE color: 14836705.
HSL color Cylindrical-coordinate representation of color #E163E2: hue angle of 299.53º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E163E2 is Cyan = 0.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 99 | 226 | - |
| CMYK | 0.00 | 0.56 | 0 | 0.11 |
| HSL | 299.53º | 0.69% | 0.64% | - |
| HSV(B) | 299.53º | 0.56% | 0.89% | - |
| XYZ | 49.24 | 30.42 | 75.23 | - |
| YUV | 151.15 | 170.24 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 99 | 226 | 0.00 | 0.56 | 0 | 0.11 | 299.53 | 0.69 | 0.64 |
| Hex | E1 | 63 | E2 | 0 | 38 | 0 | B | 12C | 45 | 40 |
| Octal | 341 | 143 | 342 | 0 | 70 | 0 | 13 | 454 | 105 | 100 |
| Binary | 11100001 | 1100011 | 11100010 | 0 | 111000 | 0 | 1011 | 100101100 | 1000101 | 1000000 |
Color Harmonies of #E163E2
Complementary color
Monochromatic Colors of #E163E2
Black with #E163E2
Text Example
Text Example
White with #E163E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E163E2; }
p { color: rgb(225,99,226); }
H1.HeaderClassName
{
color: #E163E2;
}
.AnyTagClassName
{
color: #E163E2;
}
</style>
background-color css
<style>
a { background-color: #E163E2; }
a { background-color: rgb(225,99,226); }
div.DivClassName
{
background-color: #E163E2;
}
.BgClassName
{
background-color: #E163E2;
}
</style>
border-color css
<style>
span { border-color: #E163E2; }
span { border-color: rgb(225,99,226); }
td.TdClassName
{
border-color: #E163E2;
}
.TagClassName
{
border-color: #E163E2;
}
</style>