Shades of Heliotrope #E960FF
Tints of Heliotrope #E960FF
RGB
CMYK
RGB Variations
Color information
#E960FF (or 0xE960FF) is known color: Heliotrope. HEX triplet: E9, 60 and FF. RGB value is (233,96,255). Sum of RGB (Red+Green+Blue) = 233+96+255=584 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.90% from 584); Green value is 96 (37.89% from 255 or 16.44% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #E960FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E960FF is #169F00. Grayscale: #9A9A9A. Windows color (decimal): -1482497 or 16736489. OLE color: 16736489.
HSL color Cylindrical-coordinate representation of color #E960FF: hue angle of 291.7º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E960FF is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 233 | 96 | 255 | - |
| CMYK | 0.09 | 0.62 | 0 | 0 |
| HSL | 291.7º | 1% | 0.69% | - |
| HSV(B) | 291.7º | 0.62% | 1% | - |
| XYZ | 55.84 | 32.91 | 98.02 | - |
| YUV | 155.09 | 184.39 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 96 | 255 | 0.09 | 0.62 | 0 | 0 | 291.7 | 1 | 0.69 |
| Hex | E9 | 60 | FF | 9 | 3E | 0 | 0 | 124 | 64 | 45 |
| Octal | 351 | 140 | 377 | 11 | 76 | 0 | 0 | 444 | 144 | 105 |
| Binary | 11101001 | 1100000 | 11111111 | 1001 | 111110 | 0 | 0 | 100100100 | 1100100 | 1000101 |
Color Harmonies of #E960FF
Complementary color
Monochromatic Colors of #E960FF
Black with #E960FF
Text Example
Text Example
White with #E960FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E960FF; }
p { color: rgb(233,96,255); }
H1.HeaderClassName
{
color: #E960FF;
}
.AnyTagClassName
{
color: #E960FF;
}
</style>
background-color css
<style>
a { background-color: #E960FF; }
a { background-color: rgb(233,96,255); }
div.DivClassName
{
background-color: #E960FF;
}
.BgClassName
{
background-color: #E960FF;
}
</style>
border-color css
<style>
span { border-color: #E960FF; }
span { border-color: rgb(233,96,255); }
td.TdClassName
{
border-color: #E960FF;
}
.TagClassName
{
border-color: #E960FF;
}
</style>