Shades of Heliotrope #E57AFD
Tints of Heliotrope #E57AFD
RGB
CMYK
RGB Variations
Color information
#E57AFD (or 0xE57AFD) is known color: Heliotrope. HEX triplet: E5, 7A and FD. RGB value is (229,122,253). Sum of RGB (Red+Green+Blue) = 229+122+253=604 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.91% from 604); Green value is 122 (48.05% from 255 or 20.20% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #E57AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E57AFD is #1A8502. Grayscale: #A8A8A8. Windows color (decimal): -1737987 or 16612069. OLE color: 16612069.
HSL color Cylindrical-coordinate representation of color #E57AFD: hue angle of 289.01º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E57AFD is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 122 | 253 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.01 |
| HSL | 289.01º | 0.97% | 0.74% | - |
| HSV(B) | 289.01º | 0.52% | 0.99% | - |
| XYZ | 57 | 37.67 | 97.19 | - |
| YUV | 168.93 | 175.45 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 122 | 253 | 0.09 | 0.52 | 0 | 0.01 | 289.01 | 0.97 | 0.74 |
| Hex | E5 | 7A | FD | 9 | 34 | 0 | 1 | 121 | 61 | 4A |
| Octal | 345 | 172 | 375 | 11 | 64 | 0 | 1 | 441 | 141 | 112 |
| Binary | 11100101 | 1111010 | 11111101 | 1001 | 110100 | 0 | 1 | 100100001 | 1100001 | 1001010 |
Color Harmonies of #E57AFD
Complementary color
Monochromatic Colors of #E57AFD
Black with #E57AFD
Text Example
Text Example
White with #E57AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57AFD; }
p { color: rgb(229,122,253); }
H1.HeaderClassName
{
color: #E57AFD;
}
.AnyTagClassName
{
color: #E57AFD;
}
</style>
background-color css
<style>
a { background-color: #E57AFD; }
a { background-color: rgb(229,122,253); }
div.DivClassName
{
background-color: #E57AFD;
}
.BgClassName
{
background-color: #E57AFD;
}
</style>
border-color css
<style>
span { border-color: #E57AFD; }
span { border-color: rgb(229,122,253); }
td.TdClassName
{
border-color: #E57AFD;
}
.TagClassName
{
border-color: #E57AFD;
}
</style>