Html Css Color HEX #E163C5 Free Speech Magenta
📋 copy color: '#E163C5'red 225 ◦ green 99 ◦ blue 197
Shades of Free Speech Magenta #E163C5
Tints of Free Speech Magenta #E163C5
RGB
CMYK
RGB Variations
Color information
#E163C5 (or 0xE163C5) is known color: Free Speech Magenta. HEX triplet: E1, 63 and C5. RGB value is (225,99,197). Sum of RGB (Red+Green+Blue) = 225+99+197=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 99 (39.06% from 255 or 19.00% from 521); Blue value is 197 (77.34% from 255 or 37.81% from 521); Max value from RGB is 225 - color contains mainly: red. Hex color #E163C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E163C5 is #1E9C3A. Grayscale: #939393. Windows color (decimal): -2006075 or 12936161. OLE color: 12936161.
HSL color Cylindrical-coordinate representation of color #E163C5: hue angle of 313.33º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E163C5 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 99 | 197 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.12 |
| HSL | 313.33º | 0.68% | 0.64% | - |
| HSV(B) | 313.33º | 0.56% | 0.88% | - |
| XYZ | 45.59 | 28.96 | 56.01 | - |
| YUV | 147.85 | 155.74 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 99 | 197 | 0 | 0.56 | 0.12 | 0.12 | 313.33 | 0.68 | 0.64 |
| Hex | E1 | 63 | C5 | 0 | 38 | C | C | 139 | 44 | 40 |
| Octal | 341 | 143 | 305 | 0 | 70 | 14 | 14 | 471 | 104 | 100 |
| Binary | 11100001 | 1100011 | 11000101 | 0 | 111000 | 1100 | 1100 | 100111001 | 1000100 | 1000000 |
Color Harmonies of #E163C5
Complementary color
Monochromatic Colors of #E163C5
Black with #E163C5
Text Example
Text Example
White with #E163C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E163C5; }
p { color: rgb(225,99,197); }
H1.HeaderClassName
{
color: #E163C5;
}
.AnyTagClassName
{
color: #E163C5;
}
</style>
background-color css
<style>
a { background-color: #E163C5; }
a { background-color: rgb(225,99,197); }
div.DivClassName
{
background-color: #E163C5;
}
.BgClassName
{
background-color: #E163C5;
}
</style>
border-color css
<style>
span { border-color: #E163C5; }
span { border-color: rgb(225,99,197); }
td.TdClassName
{
border-color: #E163C5;
}
.TagClassName
{
border-color: #E163C5;
}
</style>