Shades of Heliotrope #E152FB
Tints of Heliotrope #E152FB
RGB
CMYK
RGB Variations
Color information
#E152FB (or 0xE152FB) is known color: Heliotrope. HEX triplet: E1, 52 and FB. RGB value is (225,82,251). Sum of RGB (Red+Green+Blue) = 225+82+251=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 82 (32.42% from 255 or 14.70% from 558); Blue value is 251 (98.44% from 255 or 44.98% from 558); Max value from RGB is 251 - color contains mainly: blue. Hex color #E152FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E152FB is #1EAD04. Grayscale: #8F8F8F. Windows color (decimal): -2010373 or 16470753. OLE color: 16470753.
HSL color Cylindrical-coordinate representation of color #E152FB: hue angle of 290.77º degrees, saturation: 0.95, 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 #E152FB is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 82 | 251 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.02 |
| HSL | 290.77º | 0.95% | 0.65% | - |
| HSV(B) | 290.77º | 0.67% | 0.98% | - |
| XYZ | 51.48 | 29.01 | 94.15 | - |
| YUV | 144.02 | 188.38 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 82 | 251 | 0.10 | 0.67 | 0 | 0.02 | 290.77 | 0.95 | 0.65 |
| Hex | E1 | 52 | FB | A | 43 | 0 | 2 | 123 | 5F | 41 |
| Octal | 341 | 122 | 373 | 12 | 103 | 0 | 2 | 443 | 137 | 101 |
| Binary | 11100001 | 1010010 | 11111011 | 1010 | 1000011 | 0 | 10 | 100100011 | 1011111 | 1000001 |
Color Harmonies of #E152FB
Complementary color
Monochromatic Colors of #E152FB
Black with #E152FB
Text Example
Text Example
White with #E152FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E152FB; }
p { color: rgb(225,82,251); }
H1.HeaderClassName
{
color: #E152FB;
}
.AnyTagClassName
{
color: #E152FB;
}
</style>
background-color css
<style>
a { background-color: #E152FB; }
a { background-color: rgb(225,82,251); }
div.DivClassName
{
background-color: #E152FB;
}
.BgClassName
{
background-color: #E152FB;
}
</style>
border-color css
<style>
span { border-color: #E152FB; }
span { border-color: rgb(225,82,251); }
td.TdClassName
{
border-color: #E152FB;
}
.TagClassName
{
border-color: #E152FB;
}
</style>