Shades of Heliotrope #E963FD
Tints of Heliotrope #E963FD
RGB
CMYK
RGB Variations
Color information
#E963FD (or 0xE963FD) is known color: Heliotrope. HEX triplet: E9, 63 and FD. RGB value is (233,99,253). Sum of RGB (Red+Green+Blue) = 233+99+253=585 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.83% from 585); Green value is 99 (39.06% from 255 or 16.92% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #E963FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E963FD is #169C02. Grayscale: #9C9C9C. Windows color (decimal): -1481731 or 16606185. OLE color: 16606185.
HSL color Cylindrical-coordinate representation of color #E963FD: hue angle of 292.21º 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 #E963FD is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 99 | 253 | - |
| CMYK | 0.08 | 0.61 | 0 | 0.01 |
| HSL | 292.21º | 0.97% | 0.69% | - |
| HSV(B) | 292.21º | 0.61% | 0.99% | - |
| XYZ | 55.8 | 33.34 | 96.42 | - |
| YUV | 156.62 | 182.39 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 99 | 253 | 0.08 | 0.61 | 0 | 0.01 | 292.21 | 0.97 | 0.69 |
| Hex | E9 | 63 | FD | 8 | 3D | 0 | 1 | 124 | 61 | 45 |
| Octal | 351 | 143 | 375 | 10 | 75 | 0 | 1 | 444 | 141 | 105 |
| Binary | 11101001 | 1100011 | 11111101 | 1000 | 111101 | 0 | 1 | 100100100 | 1100001 | 1000101 |
Color Harmonies of #E963FD
Complementary color
Monochromatic Colors of #E963FD
Black with #E963FD
Text Example
Text Example
White with #E963FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E963FD; }
p { color: rgb(233,99,253); }
H1.HeaderClassName
{
color: #E963FD;
}
.AnyTagClassName
{
color: #E963FD;
}
</style>
background-color css
<style>
a { background-color: #E963FD; }
a { background-color: rgb(233,99,253); }
div.DivClassName
{
background-color: #E963FD;
}
.BgClassName
{
background-color: #E963FD;
}
</style>
border-color css
<style>
span { border-color: #E963FD; }
span { border-color: rgb(233,99,253); }
td.TdClassName
{
border-color: #E963FD;
}
.TagClassName
{
border-color: #E963FD;
}
</style>