Shades of Heliotrope #E970F8
Tints of Heliotrope #E970F8
RGB
CMYK
RGB Variations
Color information
#E970F8 (or 0xE970F8) is known color: Heliotrope. HEX triplet: E9, 70 and F8. RGB value is (233,112,248). Sum of RGB (Red+Green+Blue) = 233+112+248=593 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.29% from 593); Green value is 112 (44.14% from 255 or 18.89% from 593); Blue value is 248 (97.27% from 255 or 41.82% from 593); Max value from RGB is 248 - color contains mainly: blue. Hex color #E970F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E970F8 is #168F07. Grayscale: #A3A3A3. Windows color (decimal): -1478408 or 16281833. OLE color: 16281833.
HSL color Cylindrical-coordinate representation of color #E970F8: hue angle of 293.38º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E970F8 is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 233 | 112 | 248 | - |
| CMYK | 0.06 | 0.55 | 0 | 0.03 |
| HSL | 293.38º | 0.91% | 0.71% | - |
| HSV(B) | 293.38º | 0.55% | 0.97% | - |
| XYZ | 56.34 | 35.69 | 92.73 | - |
| YUV | 163.68 | 175.59 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 112 | 248 | 0.06 | 0.55 | 0 | 0.03 | 293.38 | 0.91 | 0.71 |
| Hex | E9 | 70 | F8 | 6 | 37 | 0 | 3 | 125 | 5B | 47 |
| Octal | 351 | 160 | 370 | 6 | 67 | 0 | 3 | 445 | 133 | 107 |
| Binary | 11101001 | 1110000 | 11111000 | 110 | 110111 | 0 | 11 | 100100101 | 1011011 | 1000111 |
Color Harmonies of #E970F8
Complementary color
Monochromatic Colors of #E970F8
Black with #E970F8
Text Example
Text Example
White with #E970F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E970F8; }
p { color: rgb(233,112,248); }
H1.HeaderClassName
{
color: #E970F8;
}
.AnyTagClassName
{
color: #E970F8;
}
</style>
background-color css
<style>
a { background-color: #E970F8; }
a { background-color: rgb(233,112,248); }
div.DivClassName
{
background-color: #E970F8;
}
.BgClassName
{
background-color: #E970F8;
}
</style>
border-color css
<style>
span { border-color: #E970F8; }
span { border-color: rgb(233,112,248); }
td.TdClassName
{
border-color: #E970F8;
}
.TagClassName
{
border-color: #E970F8;
}
</style>