Shades of Heliotrope #E965FA
Tints of Heliotrope #E965FA
RGB
CMYK
RGB Variations
Color information
#E965FA (or 0xE965FA) is known color: Heliotrope. HEX triplet: E9, 65 and FA. RGB value is (233,101,250). Sum of RGB (Red+Green+Blue) = 233+101+250=584 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.90% from 584); Green value is 101 (39.84% from 255 or 17.29% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #E965FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E965FA is #169A05. Grayscale: #9C9C9C. Windows color (decimal): -1481222 or 16410089. OLE color: 16410089.
HSL color Cylindrical-coordinate representation of color #E965FA: hue angle of 293.15º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E965FA is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 101 | 250 | - |
| CMYK | 0.07 | 0.60 | 0 | 0.02 |
| HSL | 293.15º | 0.94% | 0.69% | - |
| HSV(B) | 293.15º | 0.6% | 0.98% | - |
| XYZ | 55.51 | 33.53 | 93.99 | - |
| YUV | 157.45 | 180.23 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 101 | 250 | 0.07 | 0.60 | 0 | 0.02 | 293.15 | 0.94 | 0.69 |
| Hex | E9 | 65 | FA | 7 | 3C | 0 | 2 | 125 | 5E | 45 |
| Octal | 351 | 145 | 372 | 7 | 74 | 0 | 2 | 445 | 136 | 105 |
| Binary | 11101001 | 1100101 | 11111010 | 111 | 111100 | 0 | 10 | 100100101 | 1011110 | 1000101 |
Color Harmonies of #E965FA
Complementary color
Monochromatic Colors of #E965FA
Black with #E965FA
Text Example
Text Example
White with #E965FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E965FA; }
p { color: rgb(233,101,250); }
H1.HeaderClassName
{
color: #E965FA;
}
.AnyTagClassName
{
color: #E965FA;
}
</style>
background-color css
<style>
a { background-color: #E965FA; }
a { background-color: rgb(233,101,250); }
div.DivClassName
{
background-color: #E965FA;
}
.BgClassName
{
background-color: #E965FA;
}
</style>
border-color css
<style>
span { border-color: #E965FA; }
span { border-color: rgb(233,101,250); }
td.TdClassName
{
border-color: #E965FA;
}
.TagClassName
{
border-color: #E965FA;
}
</style>