Shades of Heliotrope #E35CF5
Tints of Heliotrope #E35CF5
RGB
CMYK
RGB Variations
Color information
#E35CF5 (or 0xE35CF5) is known color: Heliotrope. HEX triplet: E3, 5C and F5. RGB value is (227,92,245). Sum of RGB (Red+Green+Blue) = 227+92+245=564 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.25% from 564); Green value is 92 (36.33% from 255 or 16.31% from 564); Blue value is 245 (96.09% from 255 or 43.44% from 564); Max value from RGB is 245 - color contains mainly: blue. Hex color #E35CF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E35CF5 is #1CA30A. Grayscale: #959595. Windows color (decimal): -1876747 or 16080099. OLE color: 16080099.
HSL color Cylindrical-coordinate representation of color #E35CF5: hue angle of 292.94º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E35CF5 is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 227 | 92 | 245 | - |
| CMYK | 0.07 | 0.62 | 0 | 0.04 |
| HSL | 292.94º | 0.88% | 0.66% | - |
| HSV(B) | 292.94º | 0.62% | 0.96% | - |
| XYZ | 51.99 | 30.58 | 89.55 | - |
| YUV | 149.81 | 181.73 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 92 | 245 | 0.07 | 0.62 | 0 | 0.04 | 292.94 | 0.88 | 0.66 |
| Hex | E3 | 5C | F5 | 7 | 3E | 0 | 4 | 125 | 58 | 42 |
| Octal | 343 | 134 | 365 | 7 | 76 | 0 | 4 | 445 | 130 | 102 |
| Binary | 11100011 | 1011100 | 11110101 | 111 | 111110 | 0 | 100 | 100100101 | 1011000 | 1000010 |
Color Harmonies of #E35CF5
Complementary color
Monochromatic Colors of #E35CF5
Black with #E35CF5
Text Example
Text Example
White with #E35CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35CF5; }
p { color: rgb(227,92,245); }
H1.HeaderClassName
{
color: #E35CF5;
}
.AnyTagClassName
{
color: #E35CF5;
}
</style>
background-color css
<style>
a { background-color: #E35CF5; }
a { background-color: rgb(227,92,245); }
div.DivClassName
{
background-color: #E35CF5;
}
.BgClassName
{
background-color: #E35CF5;
}
</style>
border-color css
<style>
span { border-color: #E35CF5; }
span { border-color: rgb(227,92,245); }
td.TdClassName
{
border-color: #E35CF5;
}
.TagClassName
{
border-color: #E35CF5;
}
</style>