Shades of Heliotrope #E35EFD
Tints of Heliotrope #E35EFD
RGB
CMYK
RGB Variations
Color information
#E35EFD (or 0xE35EFD) is known color: Heliotrope. HEX triplet: E3, 5E and FD. RGB value is (227,94,253). Sum of RGB (Red+Green+Blue) = 227+94+253=574 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.55% from 574); Green value is 94 (37.11% from 255 or 16.38% from 574); Blue value is 253 (99.22% from 255 or 44.08% from 574); Max value from RGB is 253 - color contains mainly: blue. Hex color #E35EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E35EFD is #1CA102. Grayscale: #979797. Windows color (decimal): -1876227 or 16604899. OLE color: 16604899.
HSL color Cylindrical-coordinate representation of color #E35EFD: hue angle of 290.19º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E35EFD is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 94 | 253 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.01 |
| HSL | 290.19º | 0.98% | 0.68% | - |
| HSV(B) | 290.19º | 0.63% | 0.99% | - |
| XYZ | 53.41 | 31.43 | 96.18 | - |
| YUV | 151.89 | 185.06 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 94 | 253 | 0.10 | 0.63 | 0 | 0.01 | 290.19 | 0.98 | 0.68 |
| Hex | E3 | 5E | FD | A | 3F | 0 | 1 | 122 | 62 | 44 |
| Octal | 343 | 136 | 375 | 12 | 77 | 0 | 1 | 442 | 142 | 104 |
| Binary | 11100011 | 1011110 | 11111101 | 1010 | 111111 | 0 | 1 | 100100010 | 1100010 | 1000100 |
Color Harmonies of #E35EFD
Complementary color
Monochromatic Colors of #E35EFD
Black with #E35EFD
Text Example
Text Example
White with #E35EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35EFD; }
p { color: rgb(227,94,253); }
H1.HeaderClassName
{
color: #E35EFD;
}
.AnyTagClassName
{
color: #E35EFD;
}
</style>
background-color css
<style>
a { background-color: #E35EFD; }
a { background-color: rgb(227,94,253); }
div.DivClassName
{
background-color: #E35EFD;
}
.BgClassName
{
background-color: #E35EFD;
}
</style>
border-color css
<style>
span { border-color: #E35EFD; }
span { border-color: rgb(227,94,253); }
td.TdClassName
{
border-color: #E35EFD;
}
.TagClassName
{
border-color: #E35EFD;
}
</style>