Shades of Heliotrope #E76BFF
Tints of Heliotrope #E76BFF
RGB
CMYK
RGB Variations
Color information
#E76BFF (or 0xE76BFF) is known color: Heliotrope. HEX triplet: E7, 6B and FF. RGB value is (231,107,255). Sum of RGB (Red+Green+Blue) = 231+107+255=593 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.95% from 593); Green value is 107 (42.19% from 255 or 18.04% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #E76BFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E76BFF is #189400. Grayscale: #A0A0A0. Windows color (decimal): -1610753 or 16739303. OLE color: 16739303.
HSL color Cylindrical-coordinate representation of color #E76BFF: hue angle of 290.27º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E76BFF is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 107 | 255 | - |
| CMYK | 0.09 | 0.58 | 0 | 0 |
| HSL | 290.27º | 1% | 0.71% | - |
| HSV(B) | 290.27º | 0.58% | 1% | - |
| XYZ | 56.26 | 34.72 | 98.34 | - |
| YUV | 160.95 | 181.08 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 107 | 255 | 0.09 | 0.58 | 0 | 0 | 290.27 | 1 | 0.71 |
| Hex | E7 | 6B | FF | 9 | 3A | 0 | 0 | 122 | 64 | 47 |
| Octal | 347 | 153 | 377 | 11 | 72 | 0 | 0 | 442 | 144 | 107 |
| Binary | 11100111 | 1101011 | 11111111 | 1001 | 111010 | 0 | 0 | 100100010 | 1100100 | 1000111 |
Color Harmonies of #E76BFF
Complementary color
Monochromatic Colors of #E76BFF
Black with #E76BFF
Text Example
Text Example
White with #E76BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76BFF; }
p { color: rgb(231,107,255); }
H1.HeaderClassName
{
color: #E76BFF;
}
.AnyTagClassName
{
color: #E76BFF;
}
</style>
background-color css
<style>
a { background-color: #E76BFF; }
a { background-color: rgb(231,107,255); }
div.DivClassName
{
background-color: #E76BFF;
}
.BgClassName
{
background-color: #E76BFF;
}
</style>
border-color css
<style>
span { border-color: #E76BFF; }
span { border-color: rgb(231,107,255); }
td.TdClassName
{
border-color: #E76BFF;
}
.TagClassName
{
border-color: #E76BFF;
}
</style>