Shades of Heliotrope #E360FD
Tints of Heliotrope #E360FD
RGB
CMYK
RGB Variations
Color information
#E360FD (or 0xE360FD) is known color: Heliotrope. HEX triplet: E3, 60 and FD. RGB value is (227,96,253). Sum of RGB (Red+Green+Blue) = 227+96+253=576 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.41% from 576); Green value is 96 (37.89% from 255 or 16.67% from 576); Blue value is 253 (99.22% from 255 or 43.92% from 576); Max value from RGB is 253 - color contains mainly: blue. Hex color #E360FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E360FD is #1C9F02. Grayscale: #989898. Windows color (decimal): -1875715 or 16605411. OLE color: 16605411.
HSL color Cylindrical-coordinate representation of color #E360FD: hue angle of 290.06º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E360FD is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 96 | 253 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.01 |
| HSL | 290.06º | 0.98% | 0.68% | - |
| HSV(B) | 290.06º | 0.62% | 0.99% | - |
| XYZ | 53.59 | 31.79 | 96.24 | - |
| YUV | 153.07 | 184.4 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 96 | 253 | 0.10 | 0.62 | 0 | 0.01 | 290.06 | 0.98 | 0.68 |
| Hex | E3 | 60 | FD | A | 3E | 0 | 1 | 122 | 62 | 44 |
| Octal | 343 | 140 | 375 | 12 | 76 | 0 | 1 | 442 | 142 | 104 |
| Binary | 11100011 | 1100000 | 11111101 | 1010 | 111110 | 0 | 1 | 100100010 | 1100010 | 1000100 |
Color Harmonies of #E360FD
Complementary color
Monochromatic Colors of #E360FD
Black with #E360FD
Text Example
Text Example
White with #E360FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E360FD; }
p { color: rgb(227,96,253); }
H1.HeaderClassName
{
color: #E360FD;
}
.AnyTagClassName
{
color: #E360FD;
}
</style>
background-color css
<style>
a { background-color: #E360FD; }
a { background-color: rgb(227,96,253); }
div.DivClassName
{
background-color: #E360FD;
}
.BgClassName
{
background-color: #E360FD;
}
</style>
border-color css
<style>
span { border-color: #E360FD; }
span { border-color: rgb(227,96,253); }
td.TdClassName
{
border-color: #E360FD;
}
.TagClassName
{
border-color: #E360FD;
}
</style>