Shades of Heliotrope #E95CFE
Tints of Heliotrope #E95CFE
RGB
CMYK
RGB Variations
Color information
#E95CFE (or 0xE95CFE) is known color: Heliotrope. HEX triplet: E9, 5C and FE. RGB value is (233,92,254). Sum of RGB (Red+Green+Blue) = 233+92+254=579 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.24% from 579); Green value is 92 (36.33% from 255 or 15.89% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #E95CFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E95CFE is #16A301. Grayscale: #989898. Windows color (decimal): -1483522 or 16669929. OLE color: 16669929.
HSL color Cylindrical-coordinate representation of color #E95CFE: hue angle of 292.22º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E95CFE is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 233 | 92 | 254 | - |
| CMYK | 0.08 | 0.64 | 0 | 0.00 |
| HSL | 292.22º | 0.99% | 0.68% | - |
| HSV(B) | 292.22º | 0.64% | 1% | - |
| XYZ | 55.32 | 32.13 | 97.05 | - |
| YUV | 152.63 | 185.21 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 92 | 254 | 0.08 | 0.64 | 0 | 0.00 | 292.22 | 0.99 | 0.68 |
| Hex | E9 | 5C | FE | 8 | 40 | 0 | 0 | 124 | 63 | 44 |
| Octal | 351 | 134 | 376 | 10 | 100 | 0 | 0 | 444 | 143 | 104 |
| Binary | 11101001 | 1011100 | 11111110 | 1000 | 1000000 | 0 | 0 | 100100100 | 1100011 | 1000100 |
Color Harmonies of #E95CFE
Complementary color
Monochromatic Colors of #E95CFE
Black with #E95CFE
Text Example
Text Example
White with #E95CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95CFE; }
p { color: rgb(233,92,254); }
H1.HeaderClassName
{
color: #E95CFE;
}
.AnyTagClassName
{
color: #E95CFE;
}
</style>
background-color css
<style>
a { background-color: #E95CFE; }
a { background-color: rgb(233,92,254); }
div.DivClassName
{
background-color: #E95CFE;
}
.BgClassName
{
background-color: #E95CFE;
}
</style>
border-color css
<style>
span { border-color: #E95CFE; }
span { border-color: rgb(233,92,254); }
td.TdClassName
{
border-color: #E95CFE;
}
.TagClassName
{
border-color: #E95CFE;
}
</style>