Shades of Heliotrope #E185FF
Tints of Heliotrope #E185FF
RGB
CMYK
RGB Variations
Color information
#E185FF (or 0xE185FF) is known color: Heliotrope. HEX triplet: E1, 85 and FF. RGB value is (225,133,255). Sum of RGB (Red+Green+Blue) = 225+133+255=613 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.70% from 613); Green value is 133 (52.34% from 255 or 21.70% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #E185FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E185FF is #1E7A00. Grayscale: #AEAEAE. Windows color (decimal): -1997313 or 16745953. OLE color: 16745953.
HSL color Cylindrical-coordinate representation of color #E185FF: hue angle of 285.25º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E185FF is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 133 | 255 | - |
| CMYK | 0.12 | 0.48 | 0 | 0 |
| HSL | 285.25º | 1% | 0.76% | - |
| HSV(B) | 285.25º | 0.48% | 1% | - |
| XYZ | 57.49 | 40 | 99.3 | - |
| YUV | 174.42 | 173.48 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 133 | 255 | 0.12 | 0.48 | 0 | 0 | 285.25 | 1 | 0.76 |
| Hex | E1 | 85 | FF | C | 30 | 0 | 0 | 11D | 64 | 4C |
| Octal | 341 | 205 | 377 | 14 | 60 | 0 | 0 | 435 | 144 | 114 |
| Binary | 11100001 | 10000101 | 11111111 | 1100 | 110000 | 0 | 0 | 100011101 | 1100100 | 1001100 |
Color Harmonies of #E185FF
Complementary color
Monochromatic Colors of #E185FF
Black with #E185FF
Text Example
Text Example
White with #E185FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E185FF; }
p { color: rgb(225,133,255); }
H1.HeaderClassName
{
color: #E185FF;
}
.AnyTagClassName
{
color: #E185FF;
}
</style>
background-color css
<style>
a { background-color: #E185FF; }
a { background-color: rgb(225,133,255); }
div.DivClassName
{
background-color: #E185FF;
}
.BgClassName
{
background-color: #E185FF;
}
</style>
border-color css
<style>
span { border-color: #E185FF; }
span { border-color: rgb(225,133,255); }
td.TdClassName
{
border-color: #E185FF;
}
.TagClassName
{
border-color: #E185FF;
}
</style>