Shades of Heliotrope #E152FF
Tints of Heliotrope #E152FF
RGB
CMYK
RGB Variations
Color information
#E152FF (or 0xE152FF) is known color: Heliotrope. HEX triplet: E1, 52 and FF. RGB value is (225,82,255). Sum of RGB (Red+Green+Blue) = 225+82+255=562 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.04% from 562); Green value is 82 (32.42% from 255 or 14.59% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #E152FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E152FF is #1EAD00. Grayscale: #8F8F8F. Windows color (decimal): -2010369 or 16732897. OLE color: 16732897.
HSL color Cylindrical-coordinate representation of color #E152FF: hue angle of 289.6º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E152FF is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 82 | 255 | - |
| CMYK | 0.12 | 0.68 | 0 | 0 |
| HSL | 289.6º | 1% | 0.66% | - |
| HSV(B) | 289.6º | 0.68% | 1% | - |
| XYZ | 52.12 | 29.26 | 97.51 | - |
| YUV | 144.48 | 190.38 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 82 | 255 | 0.12 | 0.68 | 0 | 0 | 289.6 | 1 | 0.66 |
| Hex | E1 | 52 | FF | C | 44 | 0 | 0 | 122 | 64 | 42 |
| Octal | 341 | 122 | 377 | 14 | 104 | 0 | 0 | 442 | 144 | 102 |
| Binary | 11100001 | 1010010 | 11111111 | 1100 | 1000100 | 0 | 0 | 100100010 | 1100100 | 1000010 |
Color Harmonies of #E152FF
Complementary color
Monochromatic Colors of #E152FF
Black with #E152FF
Text Example
Text Example
White with #E152FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E152FF; }
p { color: rgb(225,82,255); }
H1.HeaderClassName
{
color: #E152FF;
}
.AnyTagClassName
{
color: #E152FF;
}
</style>
background-color css
<style>
a { background-color: #E152FF; }
a { background-color: rgb(225,82,255); }
div.DivClassName
{
background-color: #E152FF;
}
.BgClassName
{
background-color: #E152FF;
}
</style>
border-color css
<style>
span { border-color: #E152FF; }
span { border-color: rgb(225,82,255); }
td.TdClassName
{
border-color: #E152FF;
}
.TagClassName
{
border-color: #E152FF;
}
</style>