Shades of Heliotrope #E35CFF
Tints of Heliotrope #E35CFF
RGB
CMYK
RGB Variations
Color information
#E35CFF (or 0xE35CFF) is known color: Heliotrope. HEX triplet: E3, 5C and FF. RGB value is (227,92,255). Sum of RGB (Red+Green+Blue) = 227+92+255=574 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.55% from 574); Green value is 92 (36.33% from 255 or 16.03% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #E35CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E35CFF is #1CA300. Grayscale: #969696. Windows color (decimal): -1876737 or 16735459. OLE color: 16735459.
HSL color Cylindrical-coordinate representation of color #E35CFF: hue angle of 289.69º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E35CFF is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 227 | 92 | 255 | - |
| CMYK | 0.11 | 0.64 | 0 | 0 |
| HSL | 289.69º | 1% | 0.68% | - |
| HSV(B) | 289.69º | 0.64% | 1% | - |
| XYZ | 53.56 | 31.21 | 97.81 | - |
| YUV | 150.95 | 186.73 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 92 | 255 | 0.11 | 0.64 | 0 | 0 | 289.69 | 1 | 0.68 |
| Hex | E3 | 5C | FF | B | 40 | 0 | 0 | 122 | 64 | 44 |
| Octal | 343 | 134 | 377 | 13 | 100 | 0 | 0 | 442 | 144 | 104 |
| Binary | 11100011 | 1011100 | 11111111 | 1011 | 1000000 | 0 | 0 | 100100010 | 1100100 | 1000100 |
Color Harmonies of #E35CFF
Complementary color
Monochromatic Colors of #E35CFF
Black with #E35CFF
Text Example
Text Example
White with #E35CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35CFF; }
p { color: rgb(227,92,255); }
H1.HeaderClassName
{
color: #E35CFF;
}
.AnyTagClassName
{
color: #E35CFF;
}
</style>
background-color css
<style>
a { background-color: #E35CFF; }
a { background-color: rgb(227,92,255); }
div.DivClassName
{
background-color: #E35CFF;
}
.BgClassName
{
background-color: #E35CFF;
}
</style>
border-color css
<style>
span { border-color: #E35CFF; }
span { border-color: rgb(227,92,255); }
td.TdClassName
{
border-color: #E35CFF;
}
.TagClassName
{
border-color: #E35CFF;
}
</style>