Shades of Heliotrope #E368FB
Tints of Heliotrope #E368FB
RGB
CMYK
RGB Variations
Color information
#E368FB (or 0xE368FB) is known color: Heliotrope. HEX triplet: E3, 68 and FB. RGB value is (227,104,251). Sum of RGB (Red+Green+Blue) = 227+104+251=582 (77% of max value = 765). Red value is 227 (89.06% from 255 or 39.00% from 582); Green value is 104 (41.02% from 255 or 17.87% from 582); Blue value is 251 (98.44% from 255 or 43.13% from 582); Max value from RGB is 251 - color contains mainly: blue. Hex color #E368FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E368FB is #1C9704. Grayscale: #9D9D9D. Windows color (decimal): -1873669 or 16476387. OLE color: 16476387.
HSL color Cylindrical-coordinate representation of color #E368FB: hue angle of 290.2º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E368FB is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 104 | 251 | - |
| CMYK | 0.10 | 0.59 | 0 | 0.02 |
| HSL | 290.2º | 0.95% | 0.7% | - |
| HSV(B) | 290.2º | 0.59% | 0.98% | - |
| XYZ | 54.04 | 33.2 | 94.83 | - |
| YUV | 157.54 | 180.75 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 104 | 251 | 0.10 | 0.59 | 0 | 0.02 | 290.2 | 0.95 | 0.7 |
| Hex | E3 | 68 | FB | A | 3B | 0 | 2 | 122 | 5F | 46 |
| Octal | 343 | 150 | 373 | 12 | 73 | 0 | 2 | 442 | 137 | 106 |
| Binary | 11100011 | 1101000 | 11111011 | 1010 | 111011 | 0 | 10 | 100100010 | 1011111 | 1000110 |
Color Harmonies of #E368FB
Complementary color
Monochromatic Colors of #E368FB
Black with #E368FB
Text Example
Text Example
White with #E368FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E368FB; }
p { color: rgb(227,104,251); }
H1.HeaderClassName
{
color: #E368FB;
}
.AnyTagClassName
{
color: #E368FB;
}
</style>
background-color css
<style>
a { background-color: #E368FB; }
a { background-color: rgb(227,104,251); }
div.DivClassName
{
background-color: #E368FB;
}
.BgClassName
{
background-color: #E368FB;
}
</style>
border-color css
<style>
span { border-color: #E368FB; }
span { border-color: rgb(227,104,251); }
td.TdClassName
{
border-color: #E368FB;
}
.TagClassName
{
border-color: #E368FB;
}
</style>