Shades of Heliotrope #E476F2
Tints of Heliotrope #E476F2
RGB
CMYK
RGB Variations
Color information
#E476F2 (or 0xE476F2) is known color: Heliotrope. HEX triplet: E4, 76 and F2. RGB value is (228,118,242). Sum of RGB (Red+Green+Blue) = 228+118+242=588 (77% of max value = 765). Red value is 228 (89.45% from 255 or 38.78% from 588); Green value is 118 (46.48% from 255 or 20.07% from 588); Blue value is 242 (94.92% from 255 or 41.16% from 588); Max value from RGB is 242 - color contains mainly: blue. Hex color #E476F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E476F2 is #1B890D. Grayscale: #A4A4A4. Windows color (decimal): -1804558 or 15890148. OLE color: 15890148.
HSL color Cylindrical-coordinate representation of color #E476F2: hue angle of 293.23º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E476F2 is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 118 | 242 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.05 |
| HSL | 293.23º | 0.83% | 0.71% | - |
| HSV(B) | 293.23º | 0.51% | 0.95% | - |
| XYZ | 54.5 | 35.86 | 88.05 | - |
| YUV | 165.03 | 171.44 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 118 | 242 | 0.06 | 0.51 | 0 | 0.05 | 293.23 | 0.83 | 0.71 |
| Hex | E4 | 76 | F2 | 6 | 33 | 0 | 5 | 125 | 53 | 47 |
| Octal | 344 | 166 | 362 | 6 | 63 | 0 | 5 | 445 | 123 | 107 |
| Binary | 11100100 | 1110110 | 11110010 | 110 | 110011 | 0 | 101 | 100100101 | 1010011 | 1000111 |
Color Harmonies of #E476F2
Complementary color
Monochromatic Colors of #E476F2
Black with #E476F2
Text Example
Text Example
White with #E476F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E476F2; }
p { color: rgb(228,118,242); }
H1.HeaderClassName
{
color: #E476F2;
}
.AnyTagClassName
{
color: #E476F2;
}
</style>
background-color css
<style>
a { background-color: #E476F2; }
a { background-color: rgb(228,118,242); }
div.DivClassName
{
background-color: #E476F2;
}
.BgClassName
{
background-color: #E476F2;
}
</style>
border-color css
<style>
span { border-color: #E476F2; }
span { border-color: rgb(228,118,242); }
td.TdClassName
{
border-color: #E476F2;
}
.TagClassName
{
border-color: #E476F2;
}
</style>