Shades of Heliotrope #E490FD
Tints of Heliotrope #E490FD
RGB
CMYK
RGB Variations
Color information
#E490FD (or 0xE490FD) is known color: Heliotrope. HEX triplet: E4, 90 and FD. RGB value is (228,144,253). Sum of RGB (Red+Green+Blue) = 228+144+253=625 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.48% from 625); Green value is 144 (56.64% from 255 or 23.04% 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 #E490FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E490FD is #1B6F02. Grayscale: #B5B5B5. Windows color (decimal): -1797891 or 16617700. OLE color: 16617700.
HSL color Cylindrical-coordinate representation of color #E490FD: hue angle of 286.24º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E490FD is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 144 | 253 | - |
| CMYK | 0.10 | 0.43 | 0 | 0.01 |
| HSL | 286.24º | 0.96% | 0.78% | - |
| HSV(B) | 286.24º | 0.43% | 0.99% | - |
| XYZ | 59.7 | 43.53 | 98.18 | - |
| YUV | 181.54 | 168.33 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 144 | 253 | 0.10 | 0.43 | 0 | 0.01 | 286.24 | 0.96 | 0.78 |
| Hex | E4 | 90 | FD | A | 2B | 0 | 1 | 11E | 60 | 4E |
| Octal | 344 | 220 | 375 | 12 | 53 | 0 | 1 | 436 | 140 | 116 |
| Binary | 11100100 | 10010000 | 11111101 | 1010 | 101011 | 0 | 1 | 100011110 | 1100000 | 1001110 |
Color Harmonies of #E490FD
Complementary color
Monochromatic Colors of #E490FD
Black with #E490FD
Text Example
Text Example
White with #E490FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E490FD; }
p { color: rgb(228,144,253); }
H1.HeaderClassName
{
color: #E490FD;
}
.AnyTagClassName
{
color: #E490FD;
}
</style>
background-color css
<style>
a { background-color: #E490FD; }
a { background-color: rgb(228,144,253); }
div.DivClassName
{
background-color: #E490FD;
}
.BgClassName
{
background-color: #E490FD;
}
</style>
border-color css
<style>
span { border-color: #E490FD; }
span { border-color: rgb(228,144,253); }
td.TdClassName
{
border-color: #E490FD;
}
.TagClassName
{
border-color: #E490FD;
}
</style>