Shades of Heliotrope #E270FD
Tints of Heliotrope #E270FD
RGB
CMYK
RGB Variations
Color information
#E270FD (or 0xE270FD) is known color: Heliotrope. HEX triplet: E2, 70 and FD. RGB value is (226,112,253). Sum of RGB (Red+Green+Blue) = 226+112+253=591 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.24% from 591); Green value is 112 (44.14% from 255 or 18.95% from 591); Blue value is 253 (99.22% from 255 or 42.81% from 591); Max value from RGB is 253 - color contains mainly: blue. Hex color #E270FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E270FD is #1D8F02. Grayscale: #A1A1A1. Windows color (decimal): -1937155 or 16609506. OLE color: 16609506.
HSL color Cylindrical-coordinate representation of color #E270FD: hue angle of 288.51º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E270FD is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 112 | 253 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.01 |
| HSL | 288.51º | 0.97% | 0.72% | - |
| HSV(B) | 288.51º | 0.56% | 0.99% | - |
| XYZ | 54.89 | 34.85 | 96.76 | - |
| YUV | 162.16 | 179.27 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 112 | 253 | 0.11 | 0.56 | 0 | 0.01 | 288.51 | 0.97 | 0.72 |
| Hex | E2 | 70 | FD | B | 38 | 0 | 1 | 121 | 61 | 48 |
| Octal | 342 | 160 | 375 | 13 | 70 | 0 | 1 | 441 | 141 | 110 |
| Binary | 11100010 | 1110000 | 11111101 | 1011 | 111000 | 0 | 1 | 100100001 | 1100001 | 1001000 |
Color Harmonies of #E270FD
Complementary color
Monochromatic Colors of #E270FD
Black with #E270FD
Text Example
Text Example
White with #E270FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E270FD; }
p { color: rgb(226,112,253); }
H1.HeaderClassName
{
color: #E270FD;
}
.AnyTagClassName
{
color: #E270FD;
}
</style>
background-color css
<style>
a { background-color: #E270FD; }
a { background-color: rgb(226,112,253); }
div.DivClassName
{
background-color: #E270FD;
}
.BgClassName
{
background-color: #E270FD;
}
</style>
border-color css
<style>
span { border-color: #E270FD; }
span { border-color: rgb(226,112,253); }
td.TdClassName
{
border-color: #E270FD;
}
.TagClassName
{
border-color: #E270FD;
}
</style>