Shades of Heliotrope #E969FF
Tints of Heliotrope #E969FF
RGB
CMYK
RGB Variations
Color information
#E969FF (or 0xE969FF) is known color: Heliotrope. HEX triplet: E9, 69 and FF. RGB value is (233,105,255). Sum of RGB (Red+Green+Blue) = 233+105+255=593 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.29% from 593); Green value is 105 (41.41% from 255 or 17.71% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #E969FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E969FF is #169600. Grayscale: #9F9F9F. Windows color (decimal): -1480193 or 16738793. OLE color: 16738793.
HSL color Cylindrical-coordinate representation of color #E969FF: hue angle of 291.2º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E969FF is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 233 | 105 | 255 | - |
| CMYK | 0.09 | 0.59 | 0 | 0 |
| HSL | 291.2º | 1% | 0.71% | - |
| HSV(B) | 291.2º | 0.59% | 1% | - |
| XYZ | 56.71 | 34.65 | 98.31 | - |
| YUV | 160.37 | 181.41 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 105 | 255 | 0.09 | 0.59 | 0 | 0 | 291.2 | 1 | 0.71 |
| Hex | E9 | 69 | FF | 9 | 3B | 0 | 0 | 123 | 64 | 47 |
| Octal | 351 | 151 | 377 | 11 | 73 | 0 | 0 | 443 | 144 | 107 |
| Binary | 11101001 | 1101001 | 11111111 | 1001 | 111011 | 0 | 0 | 100100011 | 1100100 | 1000111 |
Color Harmonies of #E969FF
Complementary color
Monochromatic Colors of #E969FF
Black with #E969FF
Text Example
Text Example
White with #E969FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E969FF; }
p { color: rgb(233,105,255); }
H1.HeaderClassName
{
color: #E969FF;
}
.AnyTagClassName
{
color: #E969FF;
}
</style>
background-color css
<style>
a { background-color: #E969FF; }
a { background-color: rgb(233,105,255); }
div.DivClassName
{
background-color: #E969FF;
}
.BgClassName
{
background-color: #E969FF;
}
</style>
border-color css
<style>
span { border-color: #E969FF; }
span { border-color: rgb(233,105,255); }
td.TdClassName
{
border-color: #E969FF;
}
.TagClassName
{
border-color: #E969FF;
}
</style>