Shades of Heliotrope #E769FD
Tints of Heliotrope #E769FD
RGB
CMYK
RGB Variations
Color information
#E769FD (or 0xE769FD) is known color: Heliotrope. HEX triplet: E7, 69 and FD. RGB value is (231,105,253). Sum of RGB (Red+Green+Blue) = 231+105+253=589 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.22% from 589); Green value is 105 (41.41% from 255 or 17.83% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #E769FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E769FD is #189602. Grayscale: #9F9F9F. Windows color (decimal): -1611267 or 16607719. OLE color: 16607719.
HSL color Cylindrical-coordinate representation of color #E769FD: hue angle of 291.08º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E769FD is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 105 | 253 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.01 |
| HSL | 291.08º | 0.97% | 0.7% | - |
| HSV(B) | 291.08º | 0.58% | 0.99% | - |
| XYZ | 55.74 | 34.18 | 96.59 | - |
| YUV | 159.55 | 180.74 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 105 | 253 | 0.09 | 0.58 | 0 | 0.01 | 291.08 | 0.97 | 0.7 |
| Hex | E7 | 69 | FD | 9 | 3A | 0 | 1 | 123 | 61 | 46 |
| Octal | 347 | 151 | 375 | 11 | 72 | 0 | 1 | 443 | 141 | 106 |
| Binary | 11100111 | 1101001 | 11111101 | 1001 | 111010 | 0 | 1 | 100100011 | 1100001 | 1000110 |
Color Harmonies of #E769FD
Complementary color
Monochromatic Colors of #E769FD
Black with #E769FD
Text Example
Text Example
White with #E769FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E769FD; }
p { color: rgb(231,105,253); }
H1.HeaderClassName
{
color: #E769FD;
}
.AnyTagClassName
{
color: #E769FD;
}
</style>
background-color css
<style>
a { background-color: #E769FD; }
a { background-color: rgb(231,105,253); }
div.DivClassName
{
background-color: #E769FD;
}
.BgClassName
{
background-color: #E769FD;
}
</style>
border-color css
<style>
span { border-color: #E769FD; }
span { border-color: rgb(231,105,253); }
td.TdClassName
{
border-color: #E769FD;
}
.TagClassName
{
border-color: #E769FD;
}
</style>