Shades of Heliotrope #E192FF
Tints of Heliotrope #E192FF
RGB
CMYK
RGB Variations
Color information
#E192FF (or 0xE192FF) is known color: Heliotrope. HEX triplet: E1, 92 and FF. RGB value is (225,146,255). Sum of RGB (Red+Green+Blue) = 225+146+255=626 (82% of max value = 765). Red value is 225 (88.28% from 255 or 35.94% from 626); Green value is 146 (57.42% from 255 or 23.32% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #E192FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E192FF is #1E6D00. Grayscale: #B5B5B5. Windows color (decimal): -1993985 or 16749281. OLE color: 16749281.
HSL color Cylindrical-coordinate representation of color #E192FF: hue angle of 283.49º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E192FF is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 146 | 255 | - |
| CMYK | 0.12 | 0.43 | 0 | 0 |
| HSL | 283.49º | 1% | 0.79% | - |
| HSV(B) | 283.49º | 0.43% | 1% | - |
| XYZ | 59.38 | 43.79 | 99.93 | - |
| YUV | 182.05 | 169.17 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 146 | 255 | 0.12 | 0.43 | 0 | 0 | 283.49 | 1 | 0.79 |
| Hex | E1 | 92 | FF | C | 2B | 0 | 0 | 11B | 64 | 4F |
| Octal | 341 | 222 | 377 | 14 | 53 | 0 | 0 | 433 | 144 | 117 |
| Binary | 11100001 | 10010010 | 11111111 | 1100 | 101011 | 0 | 0 | 100011011 | 1100100 | 1001111 |
Color Harmonies of #E192FF
Complementary color
Monochromatic Colors of #E192FF
Black with #E192FF
Text Example
Text Example
White with #E192FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E192FF; }
p { color: rgb(225,146,255); }
H1.HeaderClassName
{
color: #E192FF;
}
.AnyTagClassName
{
color: #E192FF;
}
</style>
background-color css
<style>
a { background-color: #E192FF; }
a { background-color: rgb(225,146,255); }
div.DivClassName
{
background-color: #E192FF;
}
.BgClassName
{
background-color: #E192FF;
}
</style>
border-color css
<style>
span { border-color: #E192FF; }
span { border-color: rgb(225,146,255); }
td.TdClassName
{
border-color: #E192FF;
}
.TagClassName
{
border-color: #E192FF;
}
</style>