Html Css Color HEX #E163D0 Free Speech Magenta
📋 copy color: '#E163D0'red 225 ◦ green 99 ◦ blue 208
Shades of Free Speech Magenta #E163D0
Tints of Free Speech Magenta #E163D0
RGB
CMYK
RGB Variations
Color information
#E163D0 (or 0xE163D0) is known color: Free Speech Magenta. HEX triplet: E1, 63 and D0. RGB value is (225,99,208). Sum of RGB (Red+Green+Blue) = 225+99+208=532 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.29% from 532); Green value is 99 (39.06% from 255 or 18.61% from 532); Blue value is 208 (81.64% from 255 or 39.10% from 532); Max value from RGB is 225 - color contains mainly: red. Hex color #E163D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E163D0 is #1E9C2F. Grayscale: #949494. Windows color (decimal): -2006064 or 13657057. OLE color: 13657057.
HSL color Cylindrical-coordinate representation of color #E163D0: hue angle of 308.1º 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 #E163D0 is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 99 | 208 | - |
| CMYK | 0 | 0.56 | 0.08 | 0.12 |
| HSL | 308.1º | 0.68% | 0.64% | - |
| HSV(B) | 308.1º | 0.56% | 0.88% | - |
| XYZ | 46.9 | 29.49 | 62.89 | - |
| YUV | 149.1 | 161.24 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 99 | 208 | 0 | 0.56 | 0.08 | 0.12 | 308.1 | 0.68 | 0.64 |
| Hex | E1 | 63 | D0 | 0 | 38 | 8 | C | 134 | 44 | 40 |
| Octal | 341 | 143 | 320 | 0 | 70 | 10 | 14 | 464 | 104 | 100 |
| Binary | 11100001 | 1100011 | 11010000 | 0 | 111000 | 1000 | 1100 | 100110100 | 1000100 | 1000000 |
Color Harmonies of #E163D0
Complementary color
Monochromatic Colors of #E163D0
Black with #E163D0
Text Example
Text Example
White with #E163D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E163D0; }
p { color: rgb(225,99,208); }
H1.HeaderClassName
{
color: #E163D0;
}
.AnyTagClassName
{
color: #E163D0;
}
</style>
background-color css
<style>
a { background-color: #E163D0; }
a { background-color: rgb(225,99,208); }
div.DivClassName
{
background-color: #E163D0;
}
.BgClassName
{
background-color: #E163D0;
}
</style>
border-color css
<style>
span { border-color: #E163D0; }
span { border-color: rgb(225,99,208); }
td.TdClassName
{
border-color: #E163D0;
}
.TagClassName
{
border-color: #E163D0;
}
</style>