Shades of Heliotrope #E167ED
Tints of Heliotrope #E167ED
RGB
CMYK
RGB Variations
Color information
#E167ED (or 0xE167ED) is known color: Heliotrope. HEX triplet: E1, 67 and ED. RGB value is (225,103,237). Sum of RGB (Red+Green+Blue) = 225+103+237=565 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.82% from 565); Green value is 103 (40.62% from 255 or 18.23% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 237 - color contains mainly: blue. Hex color #E167ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E167ED is #1E9812. Grayscale: #9A9A9A. Windows color (decimal): -2005011 or 15558625. OLE color: 15558625.
HSL color Cylindrical-coordinate representation of color #E167ED: hue angle of 294.63º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E167ED is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 103 | 237 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.07 |
| HSL | 294.63º | 0.79% | 0.67% | - |
| HSV(B) | 294.63º | 0.57% | 0.93% | - |
| XYZ | 51.19 | 31.82 | 83.57 | - |
| YUV | 154.75 | 174.42 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 103 | 237 | 0.05 | 0.57 | 0 | 0.07 | 294.63 | 0.79 | 0.67 |
| Hex | E1 | 67 | ED | 5 | 39 | 0 | 7 | 127 | 4F | 43 |
| Octal | 341 | 147 | 355 | 5 | 71 | 0 | 7 | 447 | 117 | 103 |
| Binary | 11100001 | 1100111 | 11101101 | 101 | 111001 | 0 | 111 | 100100111 | 1001111 | 1000011 |
Color Harmonies of #E167ED
Complementary color
Monochromatic Colors of #E167ED
Black with #E167ED
Text Example
Text Example
White with #E167ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E167ED; }
p { color: rgb(225,103,237); }
H1.HeaderClassName
{
color: #E167ED;
}
.AnyTagClassName
{
color: #E167ED;
}
</style>
background-color css
<style>
a { background-color: #E167ED; }
a { background-color: rgb(225,103,237); }
div.DivClassName
{
background-color: #E167ED;
}
.BgClassName
{
background-color: #E167ED;
}
</style>
border-color css
<style>
span { border-color: #E167ED; }
span { border-color: rgb(225,103,237); }
td.TdClassName
{
border-color: #E167ED;
}
.TagClassName
{
border-color: #E167ED;
}
</style>