Shades of Heliotrope #E95DFE
Tints of Heliotrope #E95DFE
RGB
CMYK
RGB Variations
Color information
#E95DFE (or 0xE95DFE) is known color: Heliotrope. HEX triplet: E9, 5D and FE. RGB value is (233,93,254). Sum of RGB (Red+Green+Blue) = 233+93+254=580 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.17% from 580); Green value is 93 (36.72% from 255 or 16.03% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #E95DFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E95DFE is #16A201. Grayscale: #989898. Windows color (decimal): -1483266 or 16670185. OLE color: 16670185.
HSL color Cylindrical-coordinate representation of color #E95DFE: hue angle of 292.17º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E95DFE is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 233 | 93 | 254 | - |
| CMYK | 0.08 | 0.63 | 0 | 0.00 |
| HSL | 292.17º | 0.99% | 0.68% | - |
| HSV(B) | 292.17º | 0.63% | 1% | - |
| XYZ | 55.41 | 32.31 | 97.08 | - |
| YUV | 153.21 | 184.88 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 93 | 254 | 0.08 | 0.63 | 0 | 0.00 | 292.17 | 0.99 | 0.68 |
| Hex | E9 | 5D | FE | 8 | 3F | 0 | 0 | 124 | 63 | 44 |
| Octal | 351 | 135 | 376 | 10 | 77 | 0 | 0 | 444 | 143 | 104 |
| Binary | 11101001 | 1011101 | 11111110 | 1000 | 111111 | 0 | 0 | 100100100 | 1100011 | 1000100 |
Color Harmonies of #E95DFE
Complementary color
Monochromatic Colors of #E95DFE
Black with #E95DFE
Text Example
Text Example
White with #E95DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95DFE; }
p { color: rgb(233,93,254); }
H1.HeaderClassName
{
color: #E95DFE;
}
.AnyTagClassName
{
color: #E95DFE;
}
</style>
background-color css
<style>
a { background-color: #E95DFE; }
a { background-color: rgb(233,93,254); }
div.DivClassName
{
background-color: #E95DFE;
}
.BgClassName
{
background-color: #E95DFE;
}
</style>
border-color css
<style>
span { border-color: #E95DFE; }
span { border-color: rgb(233,93,254); }
td.TdClassName
{
border-color: #E95DFE;
}
.TagClassName
{
border-color: #E95DFE;
}
</style>