Shades of Heliotrope #E372FD
Tints of Heliotrope #E372FD
RGB
CMYK
RGB Variations
Color information
#E372FD (or 0xE372FD) is known color: Heliotrope. HEX triplet: E3, 72 and FD. RGB value is (227,114,253). Sum of RGB (Red+Green+Blue) = 227+114+253=594 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.22% from 594); Green value is 114 (44.92% from 255 or 19.19% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #E372FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E372FD is #1C8D02. Grayscale: #A3A3A3. Windows color (decimal): -1871107 or 16610019. OLE color: 16610019.
HSL color Cylindrical-coordinate representation of color #E372FD: hue angle of 288.78º 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 #E372FD is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 114 | 253 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.01 |
| HSL | 288.78º | 0.97% | 0.72% | - |
| HSV(B) | 288.78º | 0.55% | 0.99% | - |
| XYZ | 55.43 | 35.46 | 96.85 | - |
| YUV | 163.63 | 178.44 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 114 | 253 | 0.10 | 0.55 | 0 | 0.01 | 288.78 | 0.97 | 0.72 |
| Hex | E3 | 72 | FD | A | 37 | 0 | 1 | 121 | 61 | 48 |
| Octal | 343 | 162 | 375 | 12 | 67 | 0 | 1 | 441 | 141 | 110 |
| Binary | 11100011 | 1110010 | 11111101 | 1010 | 110111 | 0 | 1 | 100100001 | 1100001 | 1001000 |
Color Harmonies of #E372FD
Complementary color
Monochromatic Colors of #E372FD
Black with #E372FD
Text Example
Text Example
White with #E372FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E372FD; }
p { color: rgb(227,114,253); }
H1.HeaderClassName
{
color: #E372FD;
}
.AnyTagClassName
{
color: #E372FD;
}
</style>
background-color css
<style>
a { background-color: #E372FD; }
a { background-color: rgb(227,114,253); }
div.DivClassName
{
background-color: #E372FD;
}
.BgClassName
{
background-color: #E372FD;
}
</style>
border-color css
<style>
span { border-color: #E372FD; }
span { border-color: rgb(227,114,253); }
td.TdClassName
{
border-color: #E372FD;
}
.TagClassName
{
border-color: #E372FD;
}
</style>