Shades of Heliotrope #E85FFD
Tints of Heliotrope #E85FFD
RGB
CMYK
RGB Variations
Color information
#E85FFD (or 0xE85FFD) is known color: Heliotrope. HEX triplet: E8, 5F and FD. RGB value is (232,95,253). Sum of RGB (Red+Green+Blue) = 232+95+253=580 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40% from 580); Green value is 95 (37.5% from 255 or 16.38% from 580); Blue value is 253 (99.22% from 255 or 43.62% from 580); Max value from RGB is 253 - color contains mainly: blue. Hex color #E85FFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E85FFD is #17A002. Grayscale: #999999. Windows color (decimal): -1548291 or 16605160. OLE color: 16605160.
HSL color Cylindrical-coordinate representation of color #E85FFD: hue angle of 292.03º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E85FFD is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 95 | 253 | - |
| CMYK | 0.08 | 0.62 | 0 | 0.01 |
| HSL | 292.03º | 0.98% | 0.68% | - |
| HSV(B) | 292.03º | 0.62% | 0.99% | - |
| XYZ | 55.1 | 32.43 | 96.28 | - |
| YUV | 153.98 | 183.89 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 95 | 253 | 0.08 | 0.62 | 0 | 0.01 | 292.03 | 0.98 | 0.68 |
| Hex | E8 | 5F | FD | 8 | 3E | 0 | 1 | 124 | 62 | 44 |
| Octal | 350 | 137 | 375 | 10 | 76 | 0 | 1 | 444 | 142 | 104 |
| Binary | 11101000 | 1011111 | 11111101 | 1000 | 111110 | 0 | 1 | 100100100 | 1100010 | 1000100 |
Color Harmonies of #E85FFD
Complementary color
Monochromatic Colors of #E85FFD
Black with #E85FFD
Text Example
Text Example
White with #E85FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85FFD; }
p { color: rgb(232,95,253); }
H1.HeaderClassName
{
color: #E85FFD;
}
.AnyTagClassName
{
color: #E85FFD;
}
</style>
background-color css
<style>
a { background-color: #E85FFD; }
a { background-color: rgb(232,95,253); }
div.DivClassName
{
background-color: #E85FFD;
}
.BgClassName
{
background-color: #E85FFD;
}
</style>
border-color css
<style>
span { border-color: #E85FFD; }
span { border-color: rgb(232,95,253); }
td.TdClassName
{
border-color: #E85FFD;
}
.TagClassName
{
border-color: #E85FFD;
}
</style>