Shades of Heliotrope #E773FD
Tints of Heliotrope #E773FD
RGB
CMYK
RGB Variations
Color information
#E773FD (or 0xE773FD) is known color: Heliotrope. HEX triplet: E7, 73 and FD. RGB value is (231,115,253). Sum of RGB (Red+Green+Blue) = 231+115+253=599 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.56% from 599); Green value is 115 (45.31% from 255 or 19.20% from 599); Blue value is 253 (99.22% from 255 or 42.24% from 599); Max value from RGB is 253 - color contains mainly: blue. Hex color #E773FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E773FD is #188C02. Grayscale: #A4A4A4. Windows color (decimal): -1608707 or 16610279. OLE color: 16610279.
HSL color Cylindrical-coordinate representation of color #E773FD: hue angle of 290.43º 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 #E773FD is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 115 | 253 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.01 |
| HSL | 290.43º | 0.97% | 0.72% | - |
| HSV(B) | 290.43º | 0.55% | 0.99% | - |
| XYZ | 56.82 | 36.34 | 96.95 | - |
| YUV | 165.42 | 177.43 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 115 | 253 | 0.09 | 0.55 | 0 | 0.01 | 290.43 | 0.97 | 0.72 |
| Hex | E7 | 73 | FD | 9 | 37 | 0 | 1 | 122 | 61 | 48 |
| Octal | 347 | 163 | 375 | 11 | 67 | 0 | 1 | 442 | 141 | 110 |
| Binary | 11100111 | 1110011 | 11111101 | 1001 | 110111 | 0 | 1 | 100100010 | 1100001 | 1001000 |
Color Harmonies of #E773FD
Complementary color
Monochromatic Colors of #E773FD
Black with #E773FD
Text Example
Text Example
White with #E773FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E773FD; }
p { color: rgb(231,115,253); }
H1.HeaderClassName
{
color: #E773FD;
}
.AnyTagClassName
{
color: #E773FD;
}
</style>
background-color css
<style>
a { background-color: #E773FD; }
a { background-color: rgb(231,115,253); }
div.DivClassName
{
background-color: #E773FD;
}
.BgClassName
{
background-color: #E773FD;
}
</style>
border-color css
<style>
span { border-color: #E773FD; }
span { border-color: rgb(231,115,253); }
td.TdClassName
{
border-color: #E773FD;
}
.TagClassName
{
border-color: #E773FD;
}
</style>