Shades of Heliotrope #E765FC
Tints of Heliotrope #E765FC
RGB
CMYK
RGB Variations
Color information
#E765FC (or 0xE765FC) is known color: Heliotrope. HEX triplet: E7, 65 and FC. RGB value is (231,101,252). Sum of RGB (Red+Green+Blue) = 231+101+252=584 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.55% from 584); Green value is 101 (39.84% from 255 or 17.29% from 584); Blue value is 252 (98.83% from 255 or 43.15% from 584); Max value from RGB is 252 - color contains mainly: blue. Hex color #E765FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E765FC is #189A03. Grayscale: #9C9C9C. Windows color (decimal): -1612292 or 16541159. OLE color: 16541159.
HSL color Cylindrical-coordinate representation of color #E765FC: hue angle of 291.66º degrees, saturation: 0.96, 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 #E765FC is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 101 | 252 | - |
| CMYK | 0.08 | 0.60 | 0 | 0.01 |
| HSL | 291.66º | 0.96% | 0.69% | - |
| HSV(B) | 291.66º | 0.6% | 0.99% | - |
| XYZ | 55.18 | 33.32 | 95.62 | - |
| YUV | 157.08 | 181.57 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 101 | 252 | 0.08 | 0.60 | 0 | 0.01 | 291.66 | 0.96 | 0.69 |
| Hex | E7 | 65 | FC | 8 | 3C | 0 | 1 | 124 | 60 | 45 |
| Octal | 347 | 145 | 374 | 10 | 74 | 0 | 1 | 444 | 140 | 105 |
| Binary | 11100111 | 1100101 | 11111100 | 1000 | 111100 | 0 | 1 | 100100100 | 1100000 | 1000101 |
Color Harmonies of #E765FC
Complementary color
Monochromatic Colors of #E765FC
Black with #E765FC
Text Example
Text Example
White with #E765FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E765FC; }
p { color: rgb(231,101,252); }
H1.HeaderClassName
{
color: #E765FC;
}
.AnyTagClassName
{
color: #E765FC;
}
</style>
background-color css
<style>
a { background-color: #E765FC; }
a { background-color: rgb(231,101,252); }
div.DivClassName
{
background-color: #E765FC;
}
.BgClassName
{
background-color: #E765FC;
}
</style>
border-color css
<style>
span { border-color: #E765FC; }
span { border-color: rgb(231,101,252); }
td.TdClassName
{
border-color: #E765FC;
}
.TagClassName
{
border-color: #E765FC;
}
</style>