Shades of Heliotrope #E472FD
Tints of Heliotrope #E472FD
RGB
CMYK
RGB Variations
Color information
#E472FD (or 0xE472FD) is known color: Heliotrope. HEX triplet: E4, 72 and FD. RGB value is (228,114,253). Sum of RGB (Red+Green+Blue) = 228+114+253=595 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.32% from 595); Green value is 114 (44.92% from 255 or 19.16% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #E472FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E472FD is #1B8D02. Grayscale: #A3A3A3. Windows color (decimal): -1805571 or 16610020. OLE color: 16610020.
HSL color Cylindrical-coordinate representation of color #E472FD: hue angle of 289.21º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E472FD is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 114 | 253 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.01 |
| HSL | 289.21º | 0.97% | 0.72% | - |
| HSV(B) | 289.21º | 0.55% | 0.99% | - |
| XYZ | 55.74 | 35.62 | 96.87 | - |
| YUV | 163.93 | 178.27 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 114 | 253 | 0.10 | 0.55 | 0 | 0.01 | 289.21 | 0.97 | 0.72 |
| Hex | E4 | 72 | FD | A | 37 | 0 | 1 | 121 | 61 | 48 |
| Octal | 344 | 162 | 375 | 12 | 67 | 0 | 1 | 441 | 141 | 110 |
| Binary | 11100100 | 1110010 | 11111101 | 1010 | 110111 | 0 | 1 | 100100001 | 1100001 | 1001000 |
Color Harmonies of #E472FD
Complementary color
Monochromatic Colors of #E472FD
Black with #E472FD
Text Example
Text Example
White with #E472FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E472FD; }
p { color: rgb(228,114,253); }
H1.HeaderClassName
{
color: #E472FD;
}
.AnyTagClassName
{
color: #E472FD;
}
</style>
background-color css
<style>
a { background-color: #E472FD; }
a { background-color: rgb(228,114,253); }
div.DivClassName
{
background-color: #E472FD;
}
.BgClassName
{
background-color: #E472FD;
}
</style>
border-color css
<style>
span { border-color: #E472FD; }
span { border-color: rgb(228,114,253); }
td.TdClassName
{
border-color: #E472FD;
}
.TagClassName
{
border-color: #E472FD;
}
</style>