Shades of Heliotrope #E772FF
Tints of Heliotrope #E772FF
RGB
CMYK
RGB Variations
Color information
#E772FF (or 0xE772FF) is known color: Heliotrope. HEX triplet: E7, 72 and FF. RGB value is (231,114,255). Sum of RGB (Red+Green+Blue) = 231+114+255=600 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.5% from 600); Green value is 114 (44.92% from 255 or 19% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #E772FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E772FF is #188D00. Grayscale: #A4A4A4. Windows color (decimal): -1608961 or 16741095. OLE color: 16741095.
HSL color Cylindrical-coordinate representation of color #E772FF: hue angle of 289.79º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E772FF is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 114 | 255 | - |
| CMYK | 0.09 | 0.55 | 0 | 0 |
| HSL | 289.79º | 1% | 0.72% | - |
| HSV(B) | 289.79º | 0.55% | 1% | - |
| XYZ | 57.02 | 36.24 | 98.6 | - |
| YUV | 165.06 | 178.76 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 114 | 255 | 0.09 | 0.55 | 0 | 0 | 289.79 | 1 | 0.72 |
| Hex | E7 | 72 | FF | 9 | 37 | 0 | 0 | 122 | 64 | 48 |
| Octal | 347 | 162 | 377 | 11 | 67 | 0 | 0 | 442 | 144 | 110 |
| Binary | 11100111 | 1110010 | 11111111 | 1001 | 110111 | 0 | 0 | 100100010 | 1100100 | 1001000 |
Color Harmonies of #E772FF
Complementary color
Monochromatic Colors of #E772FF
Black with #E772FF
Text Example
Text Example
White with #E772FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E772FF; }
p { color: rgb(231,114,255); }
H1.HeaderClassName
{
color: #E772FF;
}
.AnyTagClassName
{
color: #E772FF;
}
</style>
background-color css
<style>
a { background-color: #E772FF; }
a { background-color: rgb(231,114,255); }
div.DivClassName
{
background-color: #E772FF;
}
.BgClassName
{
background-color: #E772FF;
}
</style>
border-color css
<style>
span { border-color: #E772FF; }
span { border-color: rgb(231,114,255); }
td.TdClassName
{
border-color: #E772FF;
}
.TagClassName
{
border-color: #E772FF;
}
</style>