Shades of Heliotrope #E75CF6
Tints of Heliotrope #E75CF6
RGB
CMYK
RGB Variations
Color information
#E75CF6 (or 0xE75CF6) is known color: Heliotrope. HEX triplet: E7, 5C and F6. RGB value is (231,92,246). Sum of RGB (Red+Green+Blue) = 231+92+246=569 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.60% from 569); Green value is 92 (36.33% from 255 or 16.17% from 569); Blue value is 246 (96.48% from 255 or 43.23% from 569); Max value from RGB is 246 - color contains mainly: blue. Hex color #E75CF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E75CF6 is #18A309. Grayscale: #969696. Windows color (decimal): -1614602 or 16145639. OLE color: 16145639.
HSL color Cylindrical-coordinate representation of color #E75CF6: hue angle of 294.16º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E75CF6 is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 231 | 92 | 246 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.04 |
| HSL | 294.16º | 0.9% | 0.66% | - |
| HSV(B) | 294.16º | 0.63% | 0.96% | - |
| XYZ | 53.42 | 31.3 | 90.41 | - |
| YUV | 151.12 | 181.55 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 92 | 246 | 0.06 | 0.63 | 0 | 0.04 | 294.16 | 0.9 | 0.66 |
| Hex | E7 | 5C | F6 | 6 | 3F | 0 | 4 | 126 | 5A | 42 |
| Octal | 347 | 134 | 366 | 6 | 77 | 0 | 4 | 446 | 132 | 102 |
| Binary | 11100111 | 1011100 | 11110110 | 110 | 111111 | 0 | 100 | 100100110 | 1011010 | 1000010 |
Color Harmonies of #E75CF6
Complementary color
Monochromatic Colors of #E75CF6
Black with #E75CF6
Text Example
Text Example
White with #E75CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75CF6; }
p { color: rgb(231,92,246); }
H1.HeaderClassName
{
color: #E75CF6;
}
.AnyTagClassName
{
color: #E75CF6;
}
</style>
background-color css
<style>
a { background-color: #E75CF6; }
a { background-color: rgb(231,92,246); }
div.DivClassName
{
background-color: #E75CF6;
}
.BgClassName
{
background-color: #E75CF6;
}
</style>
border-color css
<style>
span { border-color: #E75CF6; }
span { border-color: rgb(231,92,246); }
td.TdClassName
{
border-color: #E75CF6;
}
.TagClassName
{
border-color: #E75CF6;
}
</style>