Shades of Heliotrope #E764FD
Tints of Heliotrope #E764FD
RGB
CMYK
RGB Variations
Color information
#E764FD (or 0xE764FD) is known color: Heliotrope. HEX triplet: E7, 64 and FD. RGB value is (231,100,253). Sum of RGB (Red+Green+Blue) = 231+100+253=584 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.55% from 584); Green value is 100 (39.45% from 255 or 17.12% from 584); Blue value is 253 (99.22% from 255 or 43.32% from 584); Max value from RGB is 253 - color contains mainly: blue. Hex color #E764FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E764FD is #189B02. Grayscale: #9C9C9C. Windows color (decimal): -1612547 or 16606439. OLE color: 16606439.
HSL color Cylindrical-coordinate representation of color #E764FD: hue angle of 291.37º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E764FD is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 100 | 253 | - |
| CMYK | 0.09 | 0.60 | 0 | 0.01 |
| HSL | 291.37º | 0.97% | 0.69% | - |
| HSV(B) | 291.37º | 0.6% | 0.99% | - |
| XYZ | 55.24 | 33.2 | 96.42 | - |
| YUV | 156.61 | 182.4 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 100 | 253 | 0.09 | 0.60 | 0 | 0.01 | 291.37 | 0.97 | 0.69 |
| Hex | E7 | 64 | FD | 9 | 3C | 0 | 1 | 123 | 61 | 45 |
| Octal | 347 | 144 | 375 | 11 | 74 | 0 | 1 | 443 | 141 | 105 |
| Binary | 11100111 | 1100100 | 11111101 | 1001 | 111100 | 0 | 1 | 100100011 | 1100001 | 1000101 |
Color Harmonies of #E764FD
Complementary color
Monochromatic Colors of #E764FD
Black with #E764FD
Text Example
Text Example
White with #E764FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E764FD; }
p { color: rgb(231,100,253); }
H1.HeaderClassName
{
color: #E764FD;
}
.AnyTagClassName
{
color: #E764FD;
}
</style>
background-color css
<style>
a { background-color: #E764FD; }
a { background-color: rgb(231,100,253); }
div.DivClassName
{
background-color: #E764FD;
}
.BgClassName
{
background-color: #E764FD;
}
</style>
border-color css
<style>
span { border-color: #E764FD; }
span { border-color: rgb(231,100,253); }
td.TdClassName
{
border-color: #E764FD;
}
.TagClassName
{
border-color: #E764FD;
}
</style>