Shades of Heliotrope #E269FD
Tints of Heliotrope #E269FD
RGB
CMYK
RGB Variations
Color information
#E269FD (or 0xE269FD) is known color: Heliotrope. HEX triplet: E2, 69 and FD. RGB value is (226,105,253). Sum of RGB (Red+Green+Blue) = 226+105+253=584 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.70% from 584); Green value is 105 (41.41% from 255 or 17.98% from 584); Blue value is 253 (99.22% from 255 or 43.32% from 584); Max value from RGB is 253 - color contains mainly: blue. Hex color #E269FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E269FD is #1D9602. Grayscale: #9D9D9D. Windows color (decimal): -1938947 or 16607714. OLE color: 16607714.
HSL color Cylindrical-coordinate representation of color #E269FD: hue angle of 289.05º 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 #E269FD is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 105 | 253 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.01 |
| HSL | 289.05º | 0.97% | 0.7% | - |
| HSV(B) | 289.05º | 0.58% | 0.99% | - |
| XYZ | 54.15 | 33.36 | 96.51 | - |
| YUV | 158.05 | 181.59 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 105 | 253 | 0.11 | 0.58 | 0 | 0.01 | 289.05 | 0.97 | 0.7 |
| Hex | E2 | 69 | FD | B | 3A | 0 | 1 | 121 | 61 | 46 |
| Octal | 342 | 151 | 375 | 13 | 72 | 0 | 1 | 441 | 141 | 106 |
| Binary | 11100010 | 1101001 | 11111101 | 1011 | 111010 | 0 | 1 | 100100001 | 1100001 | 1000110 |
Color Harmonies of #E269FD
Complementary color
Monochromatic Colors of #E269FD
Black with #E269FD
Text Example
Text Example
White with #E269FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E269FD; }
p { color: rgb(226,105,253); }
H1.HeaderClassName
{
color: #E269FD;
}
.AnyTagClassName
{
color: #E269FD;
}
</style>
background-color css
<style>
a { background-color: #E269FD; }
a { background-color: rgb(226,105,253); }
div.DivClassName
{
background-color: #E269FD;
}
.BgClassName
{
background-color: #E269FD;
}
</style>
border-color css
<style>
span { border-color: #E269FD; }
span { border-color: rgb(226,105,253); }
td.TdClassName
{
border-color: #E269FD;
}
.TagClassName
{
border-color: #E269FD;
}
</style>