Shades of Heliotrope #E152FA
Tints of Heliotrope #E152FA
RGB
CMYK
RGB Variations
Color information
#E152FA (or 0xE152FA) is known color: Heliotrope. HEX triplet: E1, 52 and FA. RGB value is (225,82,250). Sum of RGB (Red+Green+Blue) = 225+82+250=557 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.39% from 557); Green value is 82 (32.42% from 255 or 14.72% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #E152FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E152FA is #1EAD05. Grayscale: #8F8F8F. Windows color (decimal): -2010374 or 16405217. OLE color: 16405217.
HSL color Cylindrical-coordinate representation of color #E152FA: hue angle of 291.07º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E152FA is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 82 | 250 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.02 |
| HSL | 291.07º | 0.94% | 0.65% | - |
| HSV(B) | 291.07º | 0.67% | 0.98% | - |
| XYZ | 51.32 | 28.94 | 93.32 | - |
| YUV | 143.91 | 187.88 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 82 | 250 | 0.10 | 0.67 | 0 | 0.02 | 291.07 | 0.94 | 0.65 |
| Hex | E1 | 52 | FA | A | 43 | 0 | 2 | 123 | 5E | 41 |
| Octal | 341 | 122 | 372 | 12 | 103 | 0 | 2 | 443 | 136 | 101 |
| Binary | 11100001 | 1010010 | 11111010 | 1010 | 1000011 | 0 | 10 | 100100011 | 1011110 | 1000001 |
Color Harmonies of #E152FA
Complementary color
Monochromatic Colors of #E152FA
Black with #E152FA
Text Example
Text Example
White with #E152FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E152FA; }
p { color: rgb(225,82,250); }
H1.HeaderClassName
{
color: #E152FA;
}
.AnyTagClassName
{
color: #E152FA;
}
</style>
background-color css
<style>
a { background-color: #E152FA; }
a { background-color: rgb(225,82,250); }
div.DivClassName
{
background-color: #E152FA;
}
.BgClassName
{
background-color: #E152FA;
}
</style>
border-color css
<style>
span { border-color: #E152FA; }
span { border-color: rgb(225,82,250); }
td.TdClassName
{
border-color: #E152FA;
}
.TagClassName
{
border-color: #E152FA;
}
</style>