Shades of Heliotrope #E654FD
Tints of Heliotrope #E654FD
RGB
CMYK
RGB Variations
Color information
#E654FD (or 0xE654FD) is known color: Heliotrope. HEX triplet: E6, 54 and FD. RGB value is (230,84,253). Sum of RGB (Red+Green+Blue) = 230+84+253=567 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.56% from 567); Green value is 84 (33.20% from 255 or 14.81% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #E654FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E654FD is #19AB02. Grayscale: #929292. Windows color (decimal): -1682179 or 16602342. OLE color: 16602342.
HSL color Cylindrical-coordinate representation of color #E654FD: hue angle of 291.83º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E654FD is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 84 | 253 | - |
| CMYK | 0.09 | 0.67 | 0 | 0.01 |
| HSL | 291.83º | 0.98% | 0.66% | - |
| HSV(B) | 291.83º | 0.67% | 0.99% | - |
| XYZ | 53.53 | 30.26 | 95.95 | - |
| YUV | 146.92 | 187.87 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 84 | 253 | 0.09 | 0.67 | 0 | 0.01 | 291.83 | 0.98 | 0.66 |
| Hex | E6 | 54 | FD | 9 | 43 | 0 | 1 | 124 | 62 | 42 |
| Octal | 346 | 124 | 375 | 11 | 103 | 0 | 1 | 444 | 142 | 102 |
| Binary | 11100110 | 1010100 | 11111101 | 1001 | 1000011 | 0 | 1 | 100100100 | 1100010 | 1000010 |
Color Harmonies of #E654FD
Complementary color
Monochromatic Colors of #E654FD
Black with #E654FD
Text Example
Text Example
White with #E654FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E654FD; }
p { color: rgb(230,84,253); }
H1.HeaderClassName
{
color: #E654FD;
}
.AnyTagClassName
{
color: #E654FD;
}
</style>
background-color css
<style>
a { background-color: #E654FD; }
a { background-color: rgb(230,84,253); }
div.DivClassName
{
background-color: #E654FD;
}
.BgClassName
{
background-color: #E654FD;
}
</style>
border-color css
<style>
span { border-color: #E654FD; }
span { border-color: rgb(230,84,253); }
td.TdClassName
{
border-color: #E654FD;
}
.TagClassName
{
border-color: #E654FD;
}
</style>