Shades of Heliotrope #E972FB
Tints of Heliotrope #E972FB
RGB
CMYK
RGB Variations
Color information
#E972FB (or 0xE972FB) is known color: Heliotrope. HEX triplet: E9, 72 and FB. RGB value is (233,114,251). Sum of RGB (Red+Green+Blue) = 233+114+251=598 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.96% from 598); Green value is 114 (44.92% from 255 or 19.06% from 598); Blue value is 251 (98.44% from 255 or 41.97% from 598); Max value from RGB is 251 - color contains mainly: blue. Hex color #E972FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E972FB is #168D04. Grayscale: #A4A4A4. Windows color (decimal): -1477893 or 16478953. OLE color: 16478953.
HSL color Cylindrical-coordinate representation of color #E972FB: hue angle of 292.12º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E972FB is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 114 | 251 | - |
| CMYK | 0.07 | 0.55 | 0 | 0.02 |
| HSL | 292.12º | 0.94% | 0.72% | - |
| HSV(B) | 292.12º | 0.55% | 0.98% | - |
| XYZ | 57.03 | 36.32 | 95.27 | - |
| YUV | 165.2 | 176.42 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 114 | 251 | 0.07 | 0.55 | 0 | 0.02 | 292.12 | 0.94 | 0.72 |
| Hex | E9 | 72 | FB | 7 | 37 | 0 | 2 | 124 | 5E | 48 |
| Octal | 351 | 162 | 373 | 7 | 67 | 0 | 2 | 444 | 136 | 110 |
| Binary | 11101001 | 1110010 | 11111011 | 111 | 110111 | 0 | 10 | 100100100 | 1011110 | 1001000 |
Color Harmonies of #E972FB
Complementary color
Monochromatic Colors of #E972FB
Black with #E972FB
Text Example
Text Example
White with #E972FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E972FB; }
p { color: rgb(233,114,251); }
H1.HeaderClassName
{
color: #E972FB;
}
.AnyTagClassName
{
color: #E972FB;
}
</style>
background-color css
<style>
a { background-color: #E972FB; }
a { background-color: rgb(233,114,251); }
div.DivClassName
{
background-color: #E972FB;
}
.BgClassName
{
background-color: #E972FB;
}
</style>
border-color css
<style>
span { border-color: #E972FB; }
span { border-color: rgb(233,114,251); }
td.TdClassName
{
border-color: #E972FB;
}
.TagClassName
{
border-color: #E972FB;
}
</style>