Html Css Color HEX #E163C7 Free Speech Magenta
📋 copy color: '#E163C7'red 225 ◦ green 99 ◦ blue 199
Shades of Free Speech Magenta #E163C7
Tints of Free Speech Magenta #E163C7
RGB
CMYK
RGB Variations
Color information
#E163C7 (or 0xE163C7) is known color: Free Speech Magenta. HEX triplet: E1, 63 and C7. RGB value is (225,99,199). Sum of RGB (Red+Green+Blue) = 225+99+199=523 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.02% from 523); Green value is 99 (39.06% from 255 or 18.93% from 523); Blue value is 199 (78.12% from 255 or 38.05% from 523); Max value from RGB is 225 - color contains mainly: red. Hex color #E163C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E163C7 is #1E9C38. Grayscale: #939393. Windows color (decimal): -2006073 or 13067233. OLE color: 13067233.
HSL color Cylindrical-coordinate representation of color #E163C7: hue angle of 312.38º 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 #E163C7 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 99 | 199 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.12 |
| HSL | 312.38º | 0.68% | 0.64% | - |
| HSV(B) | 312.38º | 0.56% | 0.88% | - |
| XYZ | 45.82 | 29.05 | 57.23 | - |
| YUV | 148.07 | 156.74 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 99 | 199 | 0 | 0.56 | 0.12 | 0.12 | 312.38 | 0.68 | 0.64 |
| Hex | E1 | 63 | C7 | 0 | 38 | C | C | 138 | 44 | 40 |
| Octal | 341 | 143 | 307 | 0 | 70 | 14 | 14 | 470 | 104 | 100 |
| Binary | 11100001 | 1100011 | 11000111 | 0 | 111000 | 1100 | 1100 | 100111000 | 1000100 | 1000000 |
Color Harmonies of #E163C7
Complementary color
Monochromatic Colors of #E163C7
Black with #E163C7
Text Example
Text Example
White with #E163C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E163C7; }
p { color: rgb(225,99,199); }
H1.HeaderClassName
{
color: #E163C7;
}
.AnyTagClassName
{
color: #E163C7;
}
</style>
background-color css
<style>
a { background-color: #E163C7; }
a { background-color: rgb(225,99,199); }
div.DivClassName
{
background-color: #E163C7;
}
.BgClassName
{
background-color: #E163C7;
}
</style>
border-color css
<style>
span { border-color: #E163C7; }
span { border-color: rgb(225,99,199); }
td.TdClassName
{
border-color: #E163C7;
}
.TagClassName
{
border-color: #E163C7;
}
</style>