Shades of Heliotrope #E970FB
Tints of Heliotrope #E970FB
RGB
CMYK
RGB Variations
Color information
#E970FB (or 0xE970FB) is known color: Heliotrope. HEX triplet: E9, 70 and FB. RGB value is (233,112,251). Sum of RGB (Red+Green+Blue) = 233+112+251=596 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.09% from 596); Green value is 112 (44.14% from 255 or 18.79% from 596); Blue value is 251 (98.44% from 255 or 42.11% from 596); Max value from RGB is 251 - color contains mainly: blue. Hex color #E970FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E970FB is #168F04. Grayscale: #A3A3A3. Windows color (decimal): -1478405 or 16478441. OLE color: 16478441.
HSL color Cylindrical-coordinate representation of color #E970FB: hue angle of 292.23º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E970FB is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 112 | 251 | - |
| CMYK | 0.07 | 0.55 | 0 | 0.02 |
| HSL | 292.23º | 0.95% | 0.71% | - |
| HSV(B) | 292.23º | 0.55% | 0.98% | - |
| XYZ | 56.81 | 35.88 | 95.2 | - |
| YUV | 164.03 | 177.09 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 112 | 251 | 0.07 | 0.55 | 0 | 0.02 | 292.23 | 0.95 | 0.71 |
| Hex | E9 | 70 | FB | 7 | 37 | 0 | 2 | 124 | 5F | 47 |
| Octal | 351 | 160 | 373 | 7 | 67 | 0 | 2 | 444 | 137 | 107 |
| Binary | 11101001 | 1110000 | 11111011 | 111 | 110111 | 0 | 10 | 100100100 | 1011111 | 1000111 |
Color Harmonies of #E970FB
Complementary color
Monochromatic Colors of #E970FB
Black with #E970FB
Text Example
Text Example
White with #E970FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E970FB; }
p { color: rgb(233,112,251); }
H1.HeaderClassName
{
color: #E970FB;
}
.AnyTagClassName
{
color: #E970FB;
}
</style>
background-color css
<style>
a { background-color: #E970FB; }
a { background-color: rgb(233,112,251); }
div.DivClassName
{
background-color: #E970FB;
}
.BgClassName
{
background-color: #E970FB;
}
</style>
border-color css
<style>
span { border-color: #E970FB; }
span { border-color: rgb(233,112,251); }
td.TdClassName
{
border-color: #E970FB;
}
.TagClassName
{
border-color: #E970FB;
}
</style>