Shades of Heliotrope #E376FD
Tints of Heliotrope #E376FD
RGB
CMYK
RGB Variations
Color information
#E376FD (or 0xE376FD) is known color: Heliotrope. HEX triplet: E3, 76 and FD. RGB value is (227,118,253). Sum of RGB (Red+Green+Blue) = 227+118+253=598 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.96% from 598); Green value is 118 (46.48% from 255 or 19.73% from 598); Blue value is 253 (99.22% from 255 or 42.31% from 598); Max value from RGB is 253 - color contains mainly: blue. Hex color #E376FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E376FD is #1C8902. Grayscale: #A5A5A5. Windows color (decimal): -1870083 or 16611043. OLE color: 16611043.
HSL color Cylindrical-coordinate representation of color #E376FD: hue angle of 288.44º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E376FD is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 118 | 253 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.01 |
| HSL | 288.44º | 0.97% | 0.73% | - |
| HSV(B) | 288.44º | 0.53% | 0.99% | - |
| XYZ | 55.89 | 36.38 | 97 | - |
| YUV | 165.98 | 177.11 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 118 | 253 | 0.10 | 0.53 | 0 | 0.01 | 288.44 | 0.97 | 0.73 |
| Hex | E3 | 76 | FD | A | 35 | 0 | 1 | 120 | 61 | 49 |
| Octal | 343 | 166 | 375 | 12 | 65 | 0 | 1 | 440 | 141 | 111 |
| Binary | 11100011 | 1110110 | 11111101 | 1010 | 110101 | 0 | 1 | 100100000 | 1100001 | 1001001 |
Color Harmonies of #E376FD
Complementary color
Monochromatic Colors of #E376FD
Black with #E376FD
Text Example
Text Example
White with #E376FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E376FD; }
p { color: rgb(227,118,253); }
H1.HeaderClassName
{
color: #E376FD;
}
.AnyTagClassName
{
color: #E376FD;
}
</style>
background-color css
<style>
a { background-color: #E376FD; }
a { background-color: rgb(227,118,253); }
div.DivClassName
{
background-color: #E376FD;
}
.BgClassName
{
background-color: #E376FD;
}
</style>
border-color css
<style>
span { border-color: #E376FD; }
span { border-color: rgb(227,118,253); }
td.TdClassName
{
border-color: #E376FD;
}
.TagClassName
{
border-color: #E376FD;
}
</style>