Shades of Heliotrope #E973FD
Tints of Heliotrope #E973FD
RGB
CMYK
RGB Variations
Color information
#E973FD (or 0xE973FD) is known color: Heliotrope. HEX triplet: E9, 73 and FD. RGB value is (233,115,253). Sum of RGB (Red+Green+Blue) = 233+115+253=601 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.77% from 601); Green value is 115 (45.31% from 255 or 19.13% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #E973FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E973FD is #168C02. Grayscale: #A5A5A5. Windows color (decimal): -1477635 or 16610281. OLE color: 16610281.
HSL color Cylindrical-coordinate representation of color #E973FD: hue angle of 291.3º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E973FD is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 115 | 253 | - |
| CMYK | 0.08 | 0.55 | 0 | 0.01 |
| HSL | 291.3º | 0.97% | 0.72% | - |
| HSV(B) | 291.3º | 0.55% | 0.99% | - |
| XYZ | 57.46 | 36.68 | 96.98 | - |
| YUV | 166.01 | 177.09 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 115 | 253 | 0.08 | 0.55 | 0 | 0.01 | 291.3 | 0.97 | 0.72 |
| Hex | E9 | 73 | FD | 8 | 37 | 0 | 1 | 123 | 61 | 48 |
| Octal | 351 | 163 | 375 | 10 | 67 | 0 | 1 | 443 | 141 | 110 |
| Binary | 11101001 | 1110011 | 11111101 | 1000 | 110111 | 0 | 1 | 100100011 | 1100001 | 1001000 |
Color Harmonies of #E973FD
Complementary color
Monochromatic Colors of #E973FD
Black with #E973FD
Text Example
Text Example
White with #E973FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E973FD; }
p { color: rgb(233,115,253); }
H1.HeaderClassName
{
color: #E973FD;
}
.AnyTagClassName
{
color: #E973FD;
}
</style>
background-color css
<style>
a { background-color: #E973FD; }
a { background-color: rgb(233,115,253); }
div.DivClassName
{
background-color: #E973FD;
}
.BgClassName
{
background-color: #E973FD;
}
</style>
border-color css
<style>
span { border-color: #E973FD; }
span { border-color: rgb(233,115,253); }
td.TdClassName
{
border-color: #E973FD;
}
.TagClassName
{
border-color: #E973FD;
}
</style>