Shades of Heliotrope #E367F2
Tints of Heliotrope #E367F2
RGB
CMYK
RGB Variations
Color information
#E367F2 (or 0xE367F2) is known color: Heliotrope. HEX triplet: E3, 67 and F2. RGB value is (227,103,242). Sum of RGB (Red+Green+Blue) = 227+103+242=572 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.69% from 572); Green value is 103 (40.62% from 255 or 18.01% from 572); Blue value is 242 (94.92% from 255 or 42.31% from 572); Max value from RGB is 242 - color contains mainly: blue. Hex color #E367F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E367F2 is #1C980D. Grayscale: #9B9B9B. Windows color (decimal): -1873934 or 15886307. OLE color: 15886307.
HSL color Cylindrical-coordinate representation of color #E367F2: hue angle of 293.53º 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 #E367F2 is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 103 | 242 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.05 |
| HSL | 293.53º | 0.84% | 0.68% | - |
| HSV(B) | 293.53º | 0.57% | 0.95% | - |
| XYZ | 52.56 | 32.44 | 87.5 | - |
| YUV | 155.92 | 176.58 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 103 | 242 | 0.06 | 0.57 | 0 | 0.05 | 293.53 | 0.84 | 0.68 |
| Hex | E3 | 67 | F2 | 6 | 39 | 0 | 5 | 126 | 54 | 44 |
| Octal | 343 | 147 | 362 | 6 | 71 | 0 | 5 | 446 | 124 | 104 |
| Binary | 11100011 | 1100111 | 11110010 | 110 | 111001 | 0 | 101 | 100100110 | 1010100 | 1000100 |
Color Harmonies of #E367F2
Complementary color
Monochromatic Colors of #E367F2
Black with #E367F2
Text Example
Text Example
White with #E367F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E367F2; }
p { color: rgb(227,103,242); }
H1.HeaderClassName
{
color: #E367F2;
}
.AnyTagClassName
{
color: #E367F2;
}
</style>
background-color css
<style>
a { background-color: #E367F2; }
a { background-color: rgb(227,103,242); }
div.DivClassName
{
background-color: #E367F2;
}
.BgClassName
{
background-color: #E367F2;
}
</style>
border-color css
<style>
span { border-color: #E367F2; }
span { border-color: rgb(227,103,242); }
td.TdClassName
{
border-color: #E367F2;
}
.TagClassName
{
border-color: #E367F2;
}
</style>