Shades of Heliotrope #E28CFD
Tints of Heliotrope #E28CFD
RGB
CMYK
RGB Variations
Color information
#E28CFD (or 0xE28CFD) is known color: Heliotrope. HEX triplet: E2, 8C and FD. RGB value is (226,140,253). Sum of RGB (Red+Green+Blue) = 226+140+253=619 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.51% from 619); Green value is 140 (55.08% from 255 or 22.62% from 619); Blue value is 253 (99.22% from 255 or 40.87% from 619); Max value from RGB is 253 - color contains mainly: blue. Hex color #E28CFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E28CFD is #1D7302. Grayscale: #B2B2B2. Windows color (decimal): -1929987 or 16616674. OLE color: 16616674.
HSL color Cylindrical-coordinate representation of color #E28CFD: hue angle of 285.66º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E28CFD is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 140 | 253 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.01 |
| HSL | 285.66º | 0.97% | 0.77% | - |
| HSV(B) | 285.66º | 0.45% | 0.99% | - |
| XYZ | 58.47 | 42.02 | 97.96 | - |
| YUV | 178.6 | 169.99 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 140 | 253 | 0.11 | 0.45 | 0 | 0.01 | 285.66 | 0.97 | 0.77 |
| Hex | E2 | 8C | FD | B | 2D | 0 | 1 | 11E | 61 | 4D |
| Octal | 342 | 214 | 375 | 13 | 55 | 0 | 1 | 436 | 141 | 115 |
| Binary | 11100010 | 10001100 | 11111101 | 1011 | 101101 | 0 | 1 | 100011110 | 1100001 | 1001101 |
Color Harmonies of #E28CFD
Complementary color
Monochromatic Colors of #E28CFD
Black with #E28CFD
Text Example
Text Example
White with #E28CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28CFD; }
p { color: rgb(226,140,253); }
H1.HeaderClassName
{
color: #E28CFD;
}
.AnyTagClassName
{
color: #E28CFD;
}
</style>
background-color css
<style>
a { background-color: #E28CFD; }
a { background-color: rgb(226,140,253); }
div.DivClassName
{
background-color: #E28CFD;
}
.BgClassName
{
background-color: #E28CFD;
}
</style>
border-color css
<style>
span { border-color: #E28CFD; }
span { border-color: rgb(226,140,253); }
td.TdClassName
{
border-color: #E28CFD;
}
.TagClassName
{
border-color: #E28CFD;
}
</style>