Shades of Heliotrope #E153FF
Tints of Heliotrope #E153FF
RGB
CMYK
RGB Variations
Color information
#E153FF (or 0xE153FF) is known color: Heliotrope. HEX triplet: E1, 53 and FF. RGB value is (225,83,255). Sum of RGB (Red+Green+Blue) = 225+83+255=563 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.96% from 563); Green value is 83 (32.81% from 255 or 14.74% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #E153FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E153FF is #1EAC00. Grayscale: #909090. Windows color (decimal): -2010113 or 16733153. OLE color: 16733153.
HSL color Cylindrical-coordinate representation of color #E153FF: hue angle of 289.53º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E153FF is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 83 | 255 | - |
| CMYK | 0.12 | 0.67 | 0 | 0 |
| HSL | 289.53º | 1% | 0.66% | - |
| HSV(B) | 289.53º | 0.67% | 1% | - |
| XYZ | 52.19 | 29.41 | 97.53 | - |
| YUV | 145.07 | 190.04 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 83 | 255 | 0.12 | 0.67 | 0 | 0 | 289.53 | 1 | 0.66 |
| Hex | E1 | 53 | FF | C | 43 | 0 | 0 | 122 | 64 | 42 |
| Octal | 341 | 123 | 377 | 14 | 103 | 0 | 0 | 442 | 144 | 102 |
| Binary | 11100001 | 1010011 | 11111111 | 1100 | 1000011 | 0 | 0 | 100100010 | 1100100 | 1000010 |
Color Harmonies of #E153FF
Complementary color
Monochromatic Colors of #E153FF
Black with #E153FF
Text Example
Text Example
White with #E153FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E153FF; }
p { color: rgb(225,83,255); }
H1.HeaderClassName
{
color: #E153FF;
}
.AnyTagClassName
{
color: #E153FF;
}
</style>
background-color css
<style>
a { background-color: #E153FF; }
a { background-color: rgb(225,83,255); }
div.DivClassName
{
background-color: #E153FF;
}
.BgClassName
{
background-color: #E153FF;
}
</style>
border-color css
<style>
span { border-color: #E153FF; }
span { border-color: rgb(225,83,255); }
td.TdClassName
{
border-color: #E153FF;
}
.TagClassName
{
border-color: #E153FF;
}
</style>