Shades of Heliotrope #E35CFA
Tints of Heliotrope #E35CFA
RGB
CMYK
RGB Variations
Color information
#E35CFA (or 0xE35CFA) is known color: Heliotrope. HEX triplet: E3, 5C and FA. RGB value is (227,92,250). Sum of RGB (Red+Green+Blue) = 227+92+250=569 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.89% from 569); Green value is 92 (36.33% from 255 or 16.17% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #E35CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E35CFA is #1CA305. Grayscale: #959595. Windows color (decimal): -1876742 or 16407779. OLE color: 16407779.
HSL color Cylindrical-coordinate representation of color #E35CFA: hue angle of 291.27º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E35CFA is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 92 | 250 | - |
| CMYK | 0.09 | 0.63 | 0 | 0.02 |
| HSL | 291.27º | 0.94% | 0.67% | - |
| HSV(B) | 291.27º | 0.63% | 0.98% | - |
| XYZ | 52.76 | 30.89 | 93.62 | - |
| YUV | 150.38 | 184.23 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 92 | 250 | 0.09 | 0.63 | 0 | 0.02 | 291.27 | 0.94 | 0.67 |
| Hex | E3 | 5C | FA | 9 | 3F | 0 | 2 | 123 | 5E | 43 |
| Octal | 343 | 134 | 372 | 11 | 77 | 0 | 2 | 443 | 136 | 103 |
| Binary | 11100011 | 1011100 | 11111010 | 1001 | 111111 | 0 | 10 | 100100011 | 1011110 | 1000011 |
Color Harmonies of #E35CFA
Complementary color
Monochromatic Colors of #E35CFA
Black with #E35CFA
Text Example
Text Example
White with #E35CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35CFA; }
p { color: rgb(227,92,250); }
H1.HeaderClassName
{
color: #E35CFA;
}
.AnyTagClassName
{
color: #E35CFA;
}
</style>
background-color css
<style>
a { background-color: #E35CFA; }
a { background-color: rgb(227,92,250); }
div.DivClassName
{
background-color: #E35CFA;
}
.BgClassName
{
background-color: #E35CFA;
}
</style>
border-color css
<style>
span { border-color: #E35CFA; }
span { border-color: rgb(227,92,250); }
td.TdClassName
{
border-color: #E35CFA;
}
.TagClassName
{
border-color: #E35CFA;
}
</style>