Shades of Heliotrope #E292FD
Tints of Heliotrope #E292FD
RGB
CMYK
RGB Variations
Color information
#E292FD (or 0xE292FD) is known color: Heliotrope. HEX triplet: E2, 92 and FD. RGB value is (226,146,253). Sum of RGB (Red+Green+Blue) = 226+146+253=625 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.16% from 625); Green value is 146 (57.42% from 255 or 23.36% from 625); Blue value is 253 (99.22% from 255 or 40.48% from 625); Max value from RGB is 253 - color contains mainly: blue. Hex color #E292FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E292FD is #1D6D02. Grayscale: #B5B5B5. Windows color (decimal): -1928451 or 16618210. OLE color: 16618210.
HSL color Cylindrical-coordinate representation of color #E292FD: hue angle of 284.86º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E292FD is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 146 | 253 | - |
| CMYK | 0.11 | 0.42 | 0 | 0.01 |
| HSL | 284.86º | 0.96% | 0.78% | - |
| HSV(B) | 284.86º | 0.42% | 0.99% | - |
| XYZ | 59.37 | 43.82 | 98.26 | - |
| YUV | 182.12 | 168 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 146 | 253 | 0.11 | 0.42 | 0 | 0.01 | 284.86 | 0.96 | 0.78 |
| Hex | E2 | 92 | FD | B | 2A | 0 | 1 | 11D | 60 | 4E |
| Octal | 342 | 222 | 375 | 13 | 52 | 0 | 1 | 435 | 140 | 116 |
| Binary | 11100010 | 10010010 | 11111101 | 1011 | 101010 | 0 | 1 | 100011101 | 1100000 | 1001110 |
Color Harmonies of #E292FD
Complementary color
Monochromatic Colors of #E292FD
Black with #E292FD
Text Example
Text Example
White with #E292FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E292FD; }
p { color: rgb(226,146,253); }
H1.HeaderClassName
{
color: #E292FD;
}
.AnyTagClassName
{
color: #E292FD;
}
</style>
background-color css
<style>
a { background-color: #E292FD; }
a { background-color: rgb(226,146,253); }
div.DivClassName
{
background-color: #E292FD;
}
.BgClassName
{
background-color: #E292FD;
}
</style>
border-color css
<style>
span { border-color: #E292FD; }
span { border-color: rgb(226,146,253); }
td.TdClassName
{
border-color: #E292FD;
}
.TagClassName
{
border-color: #E292FD;
}
</style>