Shades of Heliotrope #E662FD
Tints of Heliotrope #E662FD
RGB
CMYK
RGB Variations
Color information
#E662FD (or 0xE662FD) is known color: Heliotrope. HEX triplet: E6, 62 and FD. RGB value is (230,98,253). Sum of RGB (Red+Green+Blue) = 230+98+253=581 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.59% from 581); Green value is 98 (38.67% from 255 or 16.87% from 581); Blue value is 253 (99.22% from 255 or 43.55% from 581); Max value from RGB is 253 - color contains mainly: blue. Hex color #E662FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E662FD is #199D02. Grayscale: #9A9A9A. Windows color (decimal): -1678595 or 16605926. OLE color: 16605926.
HSL color Cylindrical-coordinate representation of color #E662FD: hue angle of 291.1º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E662FD is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 98 | 253 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.01 |
| HSL | 291.1º | 0.97% | 0.69% | - |
| HSV(B) | 291.1º | 0.61% | 0.99% | - |
| XYZ | 54.73 | 32.65 | 96.35 | - |
| YUV | 155.14 | 183.23 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 98 | 253 | 0.09 | 0.61 | 0 | 0.01 | 291.1 | 0.97 | 0.69 |
| Hex | E6 | 62 | FD | 9 | 3D | 0 | 1 | 123 | 61 | 45 |
| Octal | 346 | 142 | 375 | 11 | 75 | 0 | 1 | 443 | 141 | 105 |
| Binary | 11100110 | 1100010 | 11111101 | 1001 | 111101 | 0 | 1 | 100100011 | 1100001 | 1000101 |
Color Harmonies of #E662FD
Complementary color
Monochromatic Colors of #E662FD
Black with #E662FD
Text Example
Text Example
White with #E662FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E662FD; }
p { color: rgb(230,98,253); }
H1.HeaderClassName
{
color: #E662FD;
}
.AnyTagClassName
{
color: #E662FD;
}
</style>
background-color css
<style>
a { background-color: #E662FD; }
a { background-color: rgb(230,98,253); }
div.DivClassName
{
background-color: #E662FD;
}
.BgClassName
{
background-color: #E662FD;
}
</style>
border-color css
<style>
span { border-color: #E662FD; }
span { border-color: rgb(230,98,253); }
td.TdClassName
{
border-color: #E662FD;
}
.TagClassName
{
border-color: #E662FD;
}
</style>