Shades of Heliotrope #E758FF
Tints of Heliotrope #E758FF
RGB
CMYK
RGB Variations
Color information
#E758FF (or 0xE758FF) is known color: Heliotrope. HEX triplet: E7, 58 and FF. RGB value is (231,88,255). Sum of RGB (Red+Green+Blue) = 231+88+255=574 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.24% from 574); Green value is 88 (34.77% from 255 or 15.33% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #E758FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E758FF is #18A700. Grayscale: #959595. Windows color (decimal): -1615617 or 16734439. OLE color: 16734439.
HSL color Cylindrical-coordinate representation of color #E758FF: hue angle of 291.38º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E758FF is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 88 | 255 | - |
| CMYK | 0.09 | 0.65 | 0 | 0 |
| HSL | 291.38º | 1% | 0.67% | - |
| HSV(B) | 291.38º | 0.65% | 1% | - |
| XYZ | 54.49 | 31.19 | 97.76 | - |
| YUV | 149.8 | 187.38 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 88 | 255 | 0.09 | 0.65 | 0 | 0 | 291.38 | 1 | 0.67 |
| Hex | E7 | 58 | FF | 9 | 41 | 0 | 0 | 123 | 64 | 43 |
| Octal | 347 | 130 | 377 | 11 | 101 | 0 | 0 | 443 | 144 | 103 |
| Binary | 11100111 | 1011000 | 11111111 | 1001 | 1000001 | 0 | 0 | 100100011 | 1100100 | 1000011 |
Color Harmonies of #E758FF
Complementary color
Monochromatic Colors of #E758FF
Black with #E758FF
Text Example
Text Example
White with #E758FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E758FF; }
p { color: rgb(231,88,255); }
H1.HeaderClassName
{
color: #E758FF;
}
.AnyTagClassName
{
color: #E758FF;
}
</style>
background-color css
<style>
a { background-color: #E758FF; }
a { background-color: rgb(231,88,255); }
div.DivClassName
{
background-color: #E758FF;
}
.BgClassName
{
background-color: #E758FF;
}
</style>
border-color css
<style>
span { border-color: #E758FF; }
span { border-color: rgb(231,88,255); }
td.TdClassName
{
border-color: #E758FF;
}
.TagClassName
{
border-color: #E758FF;
}
</style>