Shades of Heliotrope #E965FE
Tints of Heliotrope #E965FE
RGB
CMYK
RGB Variations
Color information
#E965FE (or 0xE965FE) is known color: Heliotrope. HEX triplet: E9, 65 and FE. RGB value is (233,101,254). Sum of RGB (Red+Green+Blue) = 233+101+254=588 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.63% from 588); Green value is 101 (39.84% from 255 or 17.18% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #E965FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E965FE is #169A01. Grayscale: #9D9D9D. Windows color (decimal): -1481218 or 16672233. OLE color: 16672233.
HSL color Cylindrical-coordinate representation of color #E965FE: hue angle of 291.76º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E965FE is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 233 | 101 | 254 | - |
| CMYK | 0.08 | 0.60 | 0 | 0.00 |
| HSL | 291.76º | 0.99% | 0.7% | - |
| HSV(B) | 291.76º | 0.6% | 1% | - |
| XYZ | 56.15 | 33.79 | 97.33 | - |
| YUV | 157.91 | 182.23 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 101 | 254 | 0.08 | 0.60 | 0 | 0.00 | 291.76 | 0.99 | 0.7 |
| Hex | E9 | 65 | FE | 8 | 3C | 0 | 0 | 124 | 63 | 46 |
| Octal | 351 | 145 | 376 | 10 | 74 | 0 | 0 | 444 | 143 | 106 |
| Binary | 11101001 | 1100101 | 11111110 | 1000 | 111100 | 0 | 0 | 100100100 | 1100011 | 1000110 |
Color Harmonies of #E965FE
Complementary color
Monochromatic Colors of #E965FE
Black with #E965FE
Text Example
Text Example
White with #E965FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E965FE; }
p { color: rgb(233,101,254); }
H1.HeaderClassName
{
color: #E965FE;
}
.AnyTagClassName
{
color: #E965FE;
}
</style>
background-color css
<style>
a { background-color: #E965FE; }
a { background-color: rgb(233,101,254); }
div.DivClassName
{
background-color: #E965FE;
}
.BgClassName
{
background-color: #E965FE;
}
</style>
border-color css
<style>
span { border-color: #E965FE; }
span { border-color: rgb(233,101,254); }
td.TdClassName
{
border-color: #E965FE;
}
.TagClassName
{
border-color: #E965FE;
}
</style>