Shades of Heliotrope #E35FFC
Tints of Heliotrope #E35FFC
RGB
CMYK
RGB Variations
Color information
#E35FFC (or 0xE35FFC) is known color: Heliotrope. HEX triplet: E3, 5F and FC. RGB value is (227,95,252). Sum of RGB (Red+Green+Blue) = 227+95+252=574 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.55% from 574); Green value is 95 (37.5% from 255 or 16.55% from 574); Blue value is 252 (98.83% from 255 or 43.90% from 574); Max value from RGB is 252 - color contains mainly: blue. Hex color #E35FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E35FFC is #1CA003. Grayscale: #979797. Windows color (decimal): -1875972 or 16539619. OLE color: 16539619.
HSL color Cylindrical-coordinate representation of color #E35FFC: hue angle of 290.45º degrees, saturation: 0.96, 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 #E35FFC is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 95 | 252 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.01 |
| HSL | 290.45º | 0.96% | 0.68% | - |
| HSV(B) | 290.45º | 0.62% | 0.99% | - |
| XYZ | 53.34 | 31.54 | 95.37 | - |
| YUV | 152.37 | 184.23 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 95 | 252 | 0.10 | 0.62 | 0 | 0.01 | 290.45 | 0.96 | 0.68 |
| Hex | E3 | 5F | FC | A | 3E | 0 | 1 | 122 | 60 | 44 |
| Octal | 343 | 137 | 374 | 12 | 76 | 0 | 1 | 442 | 140 | 104 |
| Binary | 11100011 | 1011111 | 11111100 | 1010 | 111110 | 0 | 1 | 100100010 | 1100000 | 1000100 |
Color Harmonies of #E35FFC
Complementary color
Monochromatic Colors of #E35FFC
Black with #E35FFC
Text Example
Text Example
White with #E35FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35FFC; }
p { color: rgb(227,95,252); }
H1.HeaderClassName
{
color: #E35FFC;
}
.AnyTagClassName
{
color: #E35FFC;
}
</style>
background-color css
<style>
a { background-color: #E35FFC; }
a { background-color: rgb(227,95,252); }
div.DivClassName
{
background-color: #E35FFC;
}
.BgClassName
{
background-color: #E35FFC;
}
</style>
border-color css
<style>
span { border-color: #E35FFC; }
span { border-color: rgb(227,95,252); }
td.TdClassName
{
border-color: #E35FFC;
}
.TagClassName
{
border-color: #E35FFC;
}
</style>