Shades of Heliotrope #E279FD
Tints of Heliotrope #E279FD
RGB
CMYK
RGB Variations
Color information
#E279FD (or 0xE279FD) is known color: Heliotrope. HEX triplet: E2, 79 and FD. RGB value is (226,121,253). Sum of RGB (Red+Green+Blue) = 226+121+253=600 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.67% from 600); Green value is 121 (47.66% from 255 or 20.17% from 600); Blue value is 253 (99.22% from 255 or 42.17% from 600); Max value from RGB is 253 - color contains mainly: blue. Hex color #E279FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E279FD is #1D8602. Grayscale: #A7A7A7. Windows color (decimal): -1934851 or 16611810. OLE color: 16611810.
HSL color Cylindrical-coordinate representation of color #E279FD: hue angle of 287.73º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E279FD is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 121 | 253 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.01 |
| HSL | 287.73º | 0.97% | 0.73% | - |
| HSV(B) | 287.73º | 0.52% | 0.99% | - |
| XYZ | 55.93 | 36.94 | 97.11 | - |
| YUV | 167.44 | 176.29 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 121 | 253 | 0.11 | 0.52 | 0 | 0.01 | 287.73 | 0.97 | 0.73 |
| Hex | E2 | 79 | FD | B | 34 | 0 | 1 | 120 | 61 | 49 |
| Octal | 342 | 171 | 375 | 13 | 64 | 0 | 1 | 440 | 141 | 111 |
| Binary | 11100010 | 1111001 | 11111101 | 1011 | 110100 | 0 | 1 | 100100000 | 1100001 | 1001001 |
Color Harmonies of #E279FD
Complementary color
Monochromatic Colors of #E279FD
Black with #E279FD
Text Example
Text Example
White with #E279FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E279FD; }
p { color: rgb(226,121,253); }
H1.HeaderClassName
{
color: #E279FD;
}
.AnyTagClassName
{
color: #E279FD;
}
</style>
background-color css
<style>
a { background-color: #E279FD; }
a { background-color: rgb(226,121,253); }
div.DivClassName
{
background-color: #E279FD;
}
.BgClassName
{
background-color: #E279FD;
}
</style>
border-color css
<style>
span { border-color: #E279FD; }
span { border-color: rgb(226,121,253); }
td.TdClassName
{
border-color: #E279FD;
}
.TagClassName
{
border-color: #E279FD;
}
</style>