Shades of Heliotrope #E972FE
Tints of Heliotrope #E972FE
RGB
CMYK
RGB Variations
Color information
#E972FE (or 0xE972FE) is known color: Heliotrope. HEX triplet: E9, 72 and FE. RGB value is (233,114,254). Sum of RGB (Red+Green+Blue) = 233+114+254=601 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.77% from 601); Green value is 114 (44.92% from 255 or 18.97% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #E972FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E972FE is #168D01. Grayscale: #A5A5A5. Windows color (decimal): -1477890 or 16675561. OLE color: 16675561.
HSL color Cylindrical-coordinate representation of color #E972FE: hue angle of 291º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E972FE is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 233 | 114 | 254 | - |
| CMYK | 0.08 | 0.55 | 0 | 0.00 |
| HSL | 291º | 0.99% | 0.72% | - |
| HSV(B) | 291º | 0.55% | 1% | - |
| XYZ | 57.51 | 36.51 | 97.78 | - |
| YUV | 165.54 | 177.92 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 114 | 254 | 0.08 | 0.55 | 0 | 0.00 | 291 | 0.99 | 0.72 |
| Hex | E9 | 72 | FE | 8 | 37 | 0 | 0 | 123 | 63 | 48 |
| Octal | 351 | 162 | 376 | 10 | 67 | 0 | 0 | 443 | 143 | 110 |
| Binary | 11101001 | 1110010 | 11111110 | 1000 | 110111 | 0 | 0 | 100100011 | 1100011 | 1001000 |
Color Harmonies of #E972FE
Complementary color
Monochromatic Colors of #E972FE
Black with #E972FE
Text Example
Text Example
White with #E972FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E972FE; }
p { color: rgb(233,114,254); }
H1.HeaderClassName
{
color: #E972FE;
}
.AnyTagClassName
{
color: #E972FE;
}
</style>
background-color css
<style>
a { background-color: #E972FE; }
a { background-color: rgb(233,114,254); }
div.DivClassName
{
background-color: #E972FE;
}
.BgClassName
{
background-color: #E972FE;
}
</style>
border-color css
<style>
span { border-color: #E972FE; }
span { border-color: rgb(233,114,254); }
td.TdClassName
{
border-color: #E972FE;
}
.TagClassName
{
border-color: #E972FE;
}
</style>