Shades of Heliotrope #E767F2
Tints of Heliotrope #E767F2
RGB
CMYK
RGB Variations
Color information
#E767F2 (or 0xE767F2) is known color: Heliotrope. HEX triplet: E7, 67 and F2. RGB value is (231,103,242). Sum of RGB (Red+Green+Blue) = 231+103+242=576 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.10% from 576); Green value is 103 (40.62% from 255 or 17.88% from 576); Blue value is 242 (94.92% from 255 or 42.01% from 576); Max value from RGB is 242 - color contains mainly: blue. Hex color #E767F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E767F2 is #18980D. Grayscale: #9C9C9C. Windows color (decimal): -1611790 or 15886311. OLE color: 15886311.
HSL color Cylindrical-coordinate representation of color #E767F2: hue angle of 295.25º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E767F2 is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 103 | 242 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.05 |
| HSL | 295.25º | 0.84% | 0.68% | - |
| HSV(B) | 295.25º | 0.57% | 0.95% | - |
| XYZ | 53.83 | 33.1 | 87.56 | - |
| YUV | 157.12 | 175.91 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 103 | 242 | 0.05 | 0.57 | 0 | 0.05 | 295.25 | 0.84 | 0.68 |
| Hex | E7 | 67 | F2 | 5 | 39 | 0 | 5 | 127 | 54 | 44 |
| Octal | 347 | 147 | 362 | 5 | 71 | 0 | 5 | 447 | 124 | 104 |
| Binary | 11100111 | 1100111 | 11110010 | 101 | 111001 | 0 | 101 | 100100111 | 1010100 | 1000100 |
Color Harmonies of #E767F2
Complementary color
Monochromatic Colors of #E767F2
Black with #E767F2
Text Example
Text Example
White with #E767F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E767F2; }
p { color: rgb(231,103,242); }
H1.HeaderClassName
{
color: #E767F2;
}
.AnyTagClassName
{
color: #E767F2;
}
</style>
background-color css
<style>
a { background-color: #E767F2; }
a { background-color: rgb(231,103,242); }
div.DivClassName
{
background-color: #E767F2;
}
.BgClassName
{
background-color: #E767F2;
}
</style>
border-color css
<style>
span { border-color: #E767F2; }
span { border-color: rgb(231,103,242); }
td.TdClassName
{
border-color: #E767F2;
}
.TagClassName
{
border-color: #E767F2;
}
</style>