Shades of Heliotrope #E569FD
Tints of Heliotrope #E569FD
RGB
CMYK
RGB Variations
Color information
#E569FD (or 0xE569FD) is known color: Heliotrope. HEX triplet: E5, 69 and FD. RGB value is (229,105,253). Sum of RGB (Red+Green+Blue) = 229+105+253=587 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.01% from 587); Green value is 105 (41.41% from 255 or 17.89% from 587); Blue value is 253 (99.22% from 255 or 43.10% from 587); Max value from RGB is 253 - color contains mainly: blue. Hex color #E569FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E569FD is #1A9602. Grayscale: #9E9E9E. Windows color (decimal): -1742339 or 16607717. OLE color: 16607717.
HSL color Cylindrical-coordinate representation of color #E569FD: hue angle of 290.27º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E569FD is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 105 | 253 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.01 |
| HSL | 290.27º | 0.97% | 0.7% | - |
| HSV(B) | 290.27º | 0.58% | 0.99% | - |
| XYZ | 55.09 | 33.85 | 96.56 | - |
| YUV | 158.95 | 181.08 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 105 | 253 | 0.09 | 0.58 | 0 | 0.01 | 290.27 | 0.97 | 0.7 |
| Hex | E5 | 69 | FD | 9 | 3A | 0 | 1 | 122 | 61 | 46 |
| Octal | 345 | 151 | 375 | 11 | 72 | 0 | 1 | 442 | 141 | 106 |
| Binary | 11100101 | 1101001 | 11111101 | 1001 | 111010 | 0 | 1 | 100100010 | 1100001 | 1000110 |
Color Harmonies of #E569FD
Complementary color
Monochromatic Colors of #E569FD
Black with #E569FD
Text Example
Text Example
White with #E569FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E569FD; }
p { color: rgb(229,105,253); }
H1.HeaderClassName
{
color: #E569FD;
}
.AnyTagClassName
{
color: #E569FD;
}
</style>
background-color css
<style>
a { background-color: #E569FD; }
a { background-color: rgb(229,105,253); }
div.DivClassName
{
background-color: #E569FD;
}
.BgClassName
{
background-color: #E569FD;
}
</style>
border-color css
<style>
span { border-color: #E569FD; }
span { border-color: rgb(229,105,253); }
td.TdClassName
{
border-color: #E569FD;
}
.TagClassName
{
border-color: #E569FD;
}
</style>