Shades of Heliotrope #E365F2
Tints of Heliotrope #E365F2
RGB
CMYK
RGB Variations
Color information
#E365F2 (or 0xE365F2) is known color: Heliotrope. HEX triplet: E3, 65 and F2. RGB value is (227,101,242). Sum of RGB (Red+Green+Blue) = 227+101+242=570 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.82% from 570); Green value is 101 (39.84% from 255 or 17.72% from 570); Blue value is 242 (94.92% from 255 or 42.46% from 570); Max value from RGB is 242 - color contains mainly: blue. Hex color #E365F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E365F2 is #1C9A0D. Grayscale: #9A9A9A. Windows color (decimal): -1874446 or 15885795. OLE color: 15885795.
HSL color Cylindrical-coordinate representation of color #E365F2: hue angle of 293.62º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E365F2 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 101 | 242 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.05 |
| HSL | 293.62º | 0.84% | 0.67% | - |
| HSV(B) | 293.62º | 0.58% | 0.95% | - |
| XYZ | 52.36 | 32.05 | 87.43 | - |
| YUV | 154.75 | 177.24 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 101 | 242 | 0.06 | 0.58 | 0 | 0.05 | 293.62 | 0.84 | 0.67 |
| Hex | E3 | 65 | F2 | 6 | 3A | 0 | 5 | 126 | 54 | 43 |
| Octal | 343 | 145 | 362 | 6 | 72 | 0 | 5 | 446 | 124 | 103 |
| Binary | 11100011 | 1100101 | 11110010 | 110 | 111010 | 0 | 101 | 100100110 | 1010100 | 1000011 |
Color Harmonies of #E365F2
Complementary color
Monochromatic Colors of #E365F2
Black with #E365F2
Text Example
Text Example
White with #E365F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E365F2; }
p { color: rgb(227,101,242); }
H1.HeaderClassName
{
color: #E365F2;
}
.AnyTagClassName
{
color: #E365F2;
}
</style>
background-color css
<style>
a { background-color: #E365F2; }
a { background-color: rgb(227,101,242); }
div.DivClassName
{
background-color: #E365F2;
}
.BgClassName
{
background-color: #E365F2;
}
</style>
border-color css
<style>
span { border-color: #E365F2; }
span { border-color: rgb(227,101,242); }
td.TdClassName
{
border-color: #E365F2;
}
.TagClassName
{
border-color: #E365F2;
}
</style>