Shades of Heliotrope #E060FB
Tints of Heliotrope #E060FB
RGB
CMYK
RGB Variations
Color information
#E060FB (or 0xE060FB) is known color: Heliotrope. HEX triplet: E0, 60 and FB. RGB value is (224,96,251). Sum of RGB (Red+Green+Blue) = 224+96+251=571 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.23% from 571); Green value is 96 (37.89% from 255 or 16.81% from 571); Blue value is 251 (98.44% from 255 or 43.96% from 571); Max value from RGB is 251 - color contains mainly: blue. Hex color #E060FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E060FB is #1F9F04. Grayscale: #979797. Windows color (decimal): -2072325 or 16474336. OLE color: 16474336.
HSL color Cylindrical-coordinate representation of color #E060FB: hue angle of 289.55º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E060FB is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 96 | 251 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.02 |
| HSL | 289.55º | 0.95% | 0.68% | - |
| HSV(B) | 289.55º | 0.62% | 0.98% | - |
| XYZ | 52.34 | 31.18 | 94.53 | - |
| YUV | 151.94 | 183.91 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 96 | 251 | 0.11 | 0.62 | 0 | 0.02 | 289.55 | 0.95 | 0.68 |
| Hex | E0 | 60 | FB | B | 3E | 0 | 2 | 122 | 5F | 44 |
| Octal | 340 | 140 | 373 | 13 | 76 | 0 | 2 | 442 | 137 | 104 |
| Binary | 11100000 | 1100000 | 11111011 | 1011 | 111110 | 0 | 10 | 100100010 | 1011111 | 1000100 |
Color Harmonies of #E060FB
Complementary color
Monochromatic Colors of #E060FB
Black with #E060FB
Text Example
Text Example
White with #E060FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E060FB; }
p { color: rgb(224,96,251); }
H1.HeaderClassName
{
color: #E060FB;
}
.AnyTagClassName
{
color: #E060FB;
}
</style>
background-color css
<style>
a { background-color: #E060FB; }
a { background-color: rgb(224,96,251); }
div.DivClassName
{
background-color: #E060FB;
}
.BgClassName
{
background-color: #E060FB;
}
</style>
border-color css
<style>
span { border-color: #E060FB; }
span { border-color: rgb(224,96,251); }
td.TdClassName
{
border-color: #E060FB;
}
.TagClassName
{
border-color: #E060FB;
}
</style>