Shades of Heliotrope #E173ED
Tints of Heliotrope #E173ED
RGB
CMYK
RGB Variations
Color information
#E173ED (or 0xE173ED) is known color: Heliotrope. HEX triplet: E1, 73 and ED. RGB value is (225,115,237). Sum of RGB (Red+Green+Blue) = 225+115+237=577 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.99% from 577); Green value is 115 (45.31% from 255 or 19.93% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 237 - color contains mainly: blue. Hex color #E173ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E173ED is #1E8C12. Grayscale: #A1A1A1. Windows color (decimal): -2001939 or 15561697. OLE color: 15561697.
HSL color Cylindrical-coordinate representation of color #E173ED: hue angle of 294.1º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E173ED is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 115 | 237 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.07 |
| HSL | 294.1º | 0.77% | 0.69% | - |
| HSV(B) | 294.1º | 0.51% | 0.93% | - |
| XYZ | 52.47 | 34.38 | 83.99 | - |
| YUV | 161.8 | 170.44 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 115 | 237 | 0.05 | 0.51 | 0 | 0.07 | 294.1 | 0.77 | 0.69 |
| Hex | E1 | 73 | ED | 5 | 33 | 0 | 7 | 126 | 4D | 45 |
| Octal | 341 | 163 | 355 | 5 | 63 | 0 | 7 | 446 | 115 | 105 |
| Binary | 11100001 | 1110011 | 11101101 | 101 | 110011 | 0 | 111 | 100100110 | 1001101 | 1000101 |
Color Harmonies of #E173ED
Complementary color
Monochromatic Colors of #E173ED
Black with #E173ED
Text Example
Text Example
White with #E173ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E173ED; }
p { color: rgb(225,115,237); }
H1.HeaderClassName
{
color: #E173ED;
}
.AnyTagClassName
{
color: #E173ED;
}
</style>
background-color css
<style>
a { background-color: #E173ED; }
a { background-color: rgb(225,115,237); }
div.DivClassName
{
background-color: #E173ED;
}
.BgClassName
{
background-color: #E173ED;
}
</style>
border-color css
<style>
span { border-color: #E173ED; }
span { border-color: rgb(225,115,237); }
td.TdClassName
{
border-color: #E173ED;
}
.TagClassName
{
border-color: #E173ED;
}
</style>