Shades of Heliotrope #E362FD
Tints of Heliotrope #E362FD
RGB
CMYK
RGB Variations
Color information
#E362FD (or 0xE362FD) is known color: Heliotrope. HEX triplet: E3, 62 and FD. RGB value is (227,98,253). Sum of RGB (Red+Green+Blue) = 227+98+253=578 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.27% from 578); Green value is 98 (38.67% from 255 or 16.96% from 578); Blue value is 253 (99.22% from 255 or 43.77% from 578); Max value from RGB is 253 - color contains mainly: blue. Hex color #E362FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E362FD is #1C9D02. Grayscale: #999999. Windows color (decimal): -1875203 or 16605923. OLE color: 16605923.
HSL color Cylindrical-coordinate representation of color #E362FD: hue angle of 289.94º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E362FD is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 98 | 253 | - |
| CMYK | 0.10 | 0.61 | 0 | 0.01 |
| HSL | 289.94º | 0.97% | 0.69% | - |
| HSV(B) | 289.94º | 0.61% | 0.99% | - |
| XYZ | 53.78 | 32.16 | 96.3 | - |
| YUV | 154.24 | 183.74 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 98 | 253 | 0.10 | 0.61 | 0 | 0.01 | 289.94 | 0.97 | 0.69 |
| Hex | E3 | 62 | FD | A | 3D | 0 | 1 | 122 | 61 | 45 |
| Octal | 343 | 142 | 375 | 12 | 75 | 0 | 1 | 442 | 141 | 105 |
| Binary | 11100011 | 1100010 | 11111101 | 1010 | 111101 | 0 | 1 | 100100010 | 1100001 | 1000101 |
Color Harmonies of #E362FD
Complementary color
Monochromatic Colors of #E362FD
Black with #E362FD
Text Example
Text Example
White with #E362FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E362FD; }
p { color: rgb(227,98,253); }
H1.HeaderClassName
{
color: #E362FD;
}
.AnyTagClassName
{
color: #E362FD;
}
</style>
background-color css
<style>
a { background-color: #E362FD; }
a { background-color: rgb(227,98,253); }
div.DivClassName
{
background-color: #E362FD;
}
.BgClassName
{
background-color: #E362FD;
}
</style>
border-color css
<style>
span { border-color: #E362FD; }
span { border-color: rgb(227,98,253); }
td.TdClassName
{
border-color: #E362FD;
}
.TagClassName
{
border-color: #E362FD;
}
</style>