Shades of Heliotrope #E75DFE
Tints of Heliotrope #E75DFE
RGB
CMYK
RGB Variations
Color information
#E75DFE (or 0xE75DFE) is known color: Heliotrope. HEX triplet: E7, 5D and FE. RGB value is (231,93,254). Sum of RGB (Red+Green+Blue) = 231+93+254=578 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.97% from 578); Green value is 93 (36.72% from 255 or 16.09% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #E75DFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E75DFE is #18A201. Grayscale: #989898. Windows color (decimal): -1614338 or 16670183. OLE color: 16670183.
HSL color Cylindrical-coordinate representation of color #E75DFE: hue angle of 291.43º 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 #E75DFE is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 231 | 93 | 254 | - |
| CMYK | 0.09 | 0.63 | 0 | 0.00 |
| HSL | 291.43º | 0.99% | 0.68% | - |
| HSV(B) | 291.43º | 0.63% | 1% | - |
| XYZ | 54.76 | 31.97 | 97.05 | - |
| YUV | 152.62 | 185.22 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 93 | 254 | 0.09 | 0.63 | 0 | 0.00 | 291.43 | 0.99 | 0.68 |
| Hex | E7 | 5D | FE | 9 | 3F | 0 | 0 | 123 | 63 | 44 |
| Octal | 347 | 135 | 376 | 11 | 77 | 0 | 0 | 443 | 143 | 104 |
| Binary | 11100111 | 1011101 | 11111110 | 1001 | 111111 | 0 | 0 | 100100011 | 1100011 | 1000100 |
Color Harmonies of #E75DFE
Complementary color
Monochromatic Colors of #E75DFE
Black with #E75DFE
Text Example
Text Example
White with #E75DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75DFE; }
p { color: rgb(231,93,254); }
H1.HeaderClassName
{
color: #E75DFE;
}
.AnyTagClassName
{
color: #E75DFE;
}
</style>
background-color css
<style>
a { background-color: #E75DFE; }
a { background-color: rgb(231,93,254); }
div.DivClassName
{
background-color: #E75DFE;
}
.BgClassName
{
background-color: #E75DFE;
}
</style>
border-color css
<style>
span { border-color: #E75DFE; }
span { border-color: rgb(231,93,254); }
td.TdClassName
{
border-color: #E75DFE;
}
.TagClassName
{
border-color: #E75DFE;
}
</style>