Shades of Heliotrope #E35FFE
Tints of Heliotrope #E35FFE
RGB
CMYK
RGB Variations
Color information
#E35FFE (or 0xE35FFE) is known color: Heliotrope. HEX triplet: E3, 5F and FE. RGB value is (227,95,254). Sum of RGB (Red+Green+Blue) = 227+95+254=576 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.41% from 576); Green value is 95 (37.5% from 255 or 16.49% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #E35FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E35FFE is #1CA001. Grayscale: #989898. Windows color (decimal): -1875970 or 16670691. OLE color: 16670691.
HSL color Cylindrical-coordinate representation of color #E35FFE: hue angle of 289.81º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E35FFE is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 227 | 95 | 254 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.00 |
| HSL | 289.81º | 0.99% | 0.68% | - |
| HSV(B) | 289.81º | 0.63% | 1% | - |
| XYZ | 53.66 | 31.67 | 97.05 | - |
| YUV | 152.59 | 185.23 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 95 | 254 | 0.11 | 0.63 | 0 | 0.00 | 289.81 | 0.99 | 0.68 |
| Hex | E3 | 5F | FE | B | 3F | 0 | 0 | 122 | 63 | 44 |
| Octal | 343 | 137 | 376 | 13 | 77 | 0 | 0 | 442 | 143 | 104 |
| Binary | 11100011 | 1011111 | 11111110 | 1011 | 111111 | 0 | 0 | 100100010 | 1100011 | 1000100 |
Color Harmonies of #E35FFE
Complementary color
Monochromatic Colors of #E35FFE
Black with #E35FFE
Text Example
Text Example
White with #E35FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35FFE; }
p { color: rgb(227,95,254); }
H1.HeaderClassName
{
color: #E35FFE;
}
.AnyTagClassName
{
color: #E35FFE;
}
</style>
background-color css
<style>
a { background-color: #E35FFE; }
a { background-color: rgb(227,95,254); }
div.DivClassName
{
background-color: #E35FFE;
}
.BgClassName
{
background-color: #E35FFE;
}
</style>
border-color css
<style>
span { border-color: #E35FFE; }
span { border-color: rgb(227,95,254); }
td.TdClassName
{
border-color: #E35FFE;
}
.TagClassName
{
border-color: #E35FFE;
}
</style>