Shades of Heliotrope #E972FD
Tints of Heliotrope #E972FD
RGB
CMYK
RGB Variations
Color information
#E972FD (or 0xE972FD) is known color: Heliotrope. HEX triplet: E9, 72 and FD. RGB value is (233,114,253). Sum of RGB (Red+Green+Blue) = 233+114+253=600 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.83% from 600); Green value is 114 (44.92% from 255 or 19% from 600); Blue value is 253 (99.22% from 255 or 42.17% from 600); Max value from RGB is 253 - color contains mainly: blue. Hex color #E972FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E972FD is #168D02. Grayscale: #A4A4A4. Windows color (decimal): -1477891 or 16610025. OLE color: 16610025.
HSL color Cylindrical-coordinate representation of color #E972FD: hue angle of 291.37º 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 #E972FD is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 114 | 253 | - |
| CMYK | 0.08 | 0.55 | 0 | 0.01 |
| HSL | 291.37º | 0.97% | 0.72% | - |
| HSV(B) | 291.37º | 0.55% | 0.99% | - |
| XYZ | 57.35 | 36.45 | 96.94 | - |
| YUV | 165.43 | 177.42 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 114 | 253 | 0.08 | 0.55 | 0 | 0.01 | 291.37 | 0.97 | 0.72 |
| Hex | E9 | 72 | FD | 8 | 37 | 0 | 1 | 123 | 61 | 48 |
| Octal | 351 | 162 | 375 | 10 | 67 | 0 | 1 | 443 | 141 | 110 |
| Binary | 11101001 | 1110010 | 11111101 | 1000 | 110111 | 0 | 1 | 100100011 | 1100001 | 1001000 |
Color Harmonies of #E972FD
Complementary color
Monochromatic Colors of #E972FD
Black with #E972FD
Text Example
Text Example
White with #E972FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E972FD; }
p { color: rgb(233,114,253); }
H1.HeaderClassName
{
color: #E972FD;
}
.AnyTagClassName
{
color: #E972FD;
}
</style>
background-color css
<style>
a { background-color: #E972FD; }
a { background-color: rgb(233,114,253); }
div.DivClassName
{
background-color: #E972FD;
}
.BgClassName
{
background-color: #E972FD;
}
</style>
border-color css
<style>
span { border-color: #E972FD; }
span { border-color: rgb(233,114,253); }
td.TdClassName
{
border-color: #E972FD;
}
.TagClassName
{
border-color: #E972FD;
}
</style>