Shades of Heliotrope #E369F2
Tints of Heliotrope #E369F2
RGB
CMYK
RGB Variations
Color information
#E369F2 (or 0xE369F2) is known color: Heliotrope. HEX triplet: E3, 69 and F2. RGB value is (227,105,242). Sum of RGB (Red+Green+Blue) = 227+105+242=574 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.55% from 574); Green value is 105 (41.41% from 255 or 18.29% from 574); Blue value is 242 (94.92% from 255 or 42.16% from 574); Max value from RGB is 242 - color contains mainly: blue. Hex color #E369F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E369F2 is #1C960D. Grayscale: #9C9C9C. Windows color (decimal): -1873422 or 15886819. OLE color: 15886819.
HSL color Cylindrical-coordinate representation of color #E369F2: hue angle of 293.43º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E369F2 is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 105 | 242 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.05 |
| HSL | 293.43º | 0.84% | 0.68% | - |
| HSV(B) | 293.43º | 0.57% | 0.95% | - |
| XYZ | 52.76 | 32.84 | 87.56 | - |
| YUV | 157.1 | 175.92 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 105 | 242 | 0.06 | 0.57 | 0 | 0.05 | 293.43 | 0.84 | 0.68 |
| Hex | E3 | 69 | F2 | 6 | 39 | 0 | 5 | 125 | 54 | 44 |
| Octal | 343 | 151 | 362 | 6 | 71 | 0 | 5 | 445 | 124 | 104 |
| Binary | 11100011 | 1101001 | 11110010 | 110 | 111001 | 0 | 101 | 100100101 | 1010100 | 1000100 |
Color Harmonies of #E369F2
Complementary color
Monochromatic Colors of #E369F2
Black with #E369F2
Text Example
Text Example
White with #E369F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E369F2; }
p { color: rgb(227,105,242); }
H1.HeaderClassName
{
color: #E369F2;
}
.AnyTagClassName
{
color: #E369F2;
}
</style>
background-color css
<style>
a { background-color: #E369F2; }
a { background-color: rgb(227,105,242); }
div.DivClassName
{
background-color: #E369F2;
}
.BgClassName
{
background-color: #E369F2;
}
</style>
border-color css
<style>
span { border-color: #E369F2; }
span { border-color: rgb(227,105,242); }
td.TdClassName
{
border-color: #E369F2;
}
.TagClassName
{
border-color: #E369F2;
}
</style>