Shades of Heliotrope #E465EE
Tints of Heliotrope #E465EE
RGB
CMYK
RGB Variations
Color information
#E465EE (or 0xE465EE) is known color: Heliotrope. HEX triplet: E4, 65 and EE. RGB value is (228,101,238). Sum of RGB (Red+Green+Blue) = 228+101+238=567 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40.21% from 567); Green value is 101 (39.84% from 255 or 17.81% from 567); Blue value is 238 (93.36% from 255 or 41.98% from 567); Max value from RGB is 238 - color contains mainly: blue. Hex color #E465EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E465EE is #1B9A11. Grayscale: #9A9A9A. Windows color (decimal): -1808914 or 15623652. OLE color: 15623652.
HSL color Cylindrical-coordinate representation of color #E465EE: hue angle of 295.62º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E465EE is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 101 | 238 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.07 |
| HSL | 295.62º | 0.8% | 0.66% | - |
| HSV(B) | 295.62º | 0.58% | 0.93% | - |
| XYZ | 52.08 | 31.97 | 84.32 | - |
| YUV | 154.59 | 175.08 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 101 | 238 | 0.04 | 0.58 | 0 | 0.07 | 295.62 | 0.8 | 0.66 |
| Hex | E4 | 65 | EE | 4 | 3A | 0 | 7 | 128 | 50 | 42 |
| Octal | 344 | 145 | 356 | 4 | 72 | 0 | 7 | 450 | 120 | 102 |
| Binary | 11100100 | 1100101 | 11101110 | 100 | 111010 | 0 | 111 | 100101000 | 1010000 | 1000010 |
Color Harmonies of #E465EE
Complementary color
Monochromatic Colors of #E465EE
Black with #E465EE
Text Example
Text Example
White with #E465EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E465EE; }
p { color: rgb(228,101,238); }
H1.HeaderClassName
{
color: #E465EE;
}
.AnyTagClassName
{
color: #E465EE;
}
</style>
background-color css
<style>
a { background-color: #E465EE; }
a { background-color: rgb(228,101,238); }
div.DivClassName
{
background-color: #E465EE;
}
.BgClassName
{
background-color: #E465EE;
}
</style>
border-color css
<style>
span { border-color: #E465EE; }
span { border-color: rgb(228,101,238); }
td.TdClassName
{
border-color: #E465EE;
}
.TagClassName
{
border-color: #E465EE;
}
</style>