Html Css Color HEX #E163ED Free Speech Magenta
📋 copy color: '#E163ED'red 225 ◦ green 99 ◦ blue 237
Shades of Free Speech Magenta #E163ED
Tints of Free Speech Magenta #E163ED
RGB
CMYK
RGB Variations
Color information
#E163ED (or 0xE163ED) is known color: Free Speech Magenta. HEX triplet: E1, 63 and ED. RGB value is (225,99,237). Sum of RGB (Red+Green+Blue) = 225+99+237=561 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.11% from 561); Green value is 99 (39.06% from 255 or 17.65% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 237 - color contains mainly: blue. Hex color #E163ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E163ED is #1E9C12. Grayscale: #979797. Windows color (decimal): -2006035 or 15557601. OLE color: 15557601.
HSL color Cylindrical-coordinate representation of color #E163ED: hue angle of 294.78º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E163ED is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 99 | 237 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.07 |
| HSL | 294.78º | 0.79% | 0.66% | - |
| HSV(B) | 294.78º | 0.58% | 0.93% | - |
| XYZ | 50.8 | 31.05 | 83.44 | - |
| YUV | 152.41 | 175.74 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 99 | 237 | 0.05 | 0.58 | 0 | 0.07 | 294.78 | 0.79 | 0.66 |
| Hex | E1 | 63 | ED | 5 | 3A | 0 | 7 | 127 | 4F | 42 |
| Octal | 341 | 143 | 355 | 5 | 72 | 0 | 7 | 447 | 117 | 102 |
| Binary | 11100001 | 1100011 | 11101101 | 101 | 111010 | 0 | 111 | 100100111 | 1001111 | 1000010 |
Color Harmonies of #E163ED
Complementary color
Monochromatic Colors of #E163ED
Black with #E163ED
Text Example
Text Example
White with #E163ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E163ED; }
p { color: rgb(225,99,237); }
H1.HeaderClassName
{
color: #E163ED;
}
.AnyTagClassName
{
color: #E163ED;
}
</style>
background-color css
<style>
a { background-color: #E163ED; }
a { background-color: rgb(225,99,237); }
div.DivClassName
{
background-color: #E163ED;
}
.BgClassName
{
background-color: #E163ED;
}
</style>
border-color css
<style>
span { border-color: #E163ED; }
span { border-color: rgb(225,99,237); }
td.TdClassName
{
border-color: #E163ED;
}
.TagClassName
{
border-color: #E163ED;
}
</style>