Shades of Heliotrope #E465F9
Tints of Heliotrope #E465F9
RGB
CMYK
RGB Variations
Color information
#E465F9 (or 0xE465F9) is known color: Heliotrope. HEX triplet: E4, 65 and F9. RGB value is (228,101,249). Sum of RGB (Red+Green+Blue) = 228+101+249=578 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.45% from 578); Green value is 101 (39.84% from 255 or 17.47% from 578); Blue value is 249 (97.66% from 255 or 43.08% from 578); Max value from RGB is 249 - color contains mainly: blue. Hex color #E465F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E465F9 is #1B9A06. Grayscale: #9B9B9B. Windows color (decimal): -1808903 or 16344548. OLE color: 16344548.
HSL color Cylindrical-coordinate representation of color #E465F9: hue angle of 291.49º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E465F9 is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 101 | 249 | - |
| CMYK | 0.08 | 0.59 | 0 | 0.02 |
| HSL | 291.49º | 0.93% | 0.69% | - |
| HSV(B) | 291.49º | 0.59% | 0.98% | - |
| XYZ | 53.75 | 32.64 | 93.09 | - |
| YUV | 155.85 | 180.58 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 101 | 249 | 0.08 | 0.59 | 0 | 0.02 | 291.49 | 0.93 | 0.69 |
| Hex | E4 | 65 | F9 | 8 | 3B | 0 | 2 | 123 | 5C | 45 |
| Octal | 344 | 145 | 371 | 10 | 73 | 0 | 2 | 443 | 134 | 105 |
| Binary | 11100100 | 1100101 | 11111001 | 1000 | 111011 | 0 | 10 | 100100011 | 1011100 | 1000101 |
Color Harmonies of #E465F9
Complementary color
Monochromatic Colors of #E465F9
Black with #E465F9
Text Example
Text Example
White with #E465F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E465F9; }
p { color: rgb(228,101,249); }
H1.HeaderClassName
{
color: #E465F9;
}
.AnyTagClassName
{
color: #E465F9;
}
</style>
background-color css
<style>
a { background-color: #E465F9; }
a { background-color: rgb(228,101,249); }
div.DivClassName
{
background-color: #E465F9;
}
.BgClassName
{
background-color: #E465F9;
}
</style>
border-color css
<style>
span { border-color: #E465F9; }
span { border-color: rgb(228,101,249); }
td.TdClassName
{
border-color: #E465F9;
}
.TagClassName
{
border-color: #E465F9;
}
</style>