Shades of Heliotrope #E669EE
Tints of Heliotrope #E669EE
RGB
CMYK
RGB Variations
Color information
#E669EE (or 0xE669EE) is known color: Heliotrope. HEX triplet: E6, 69 and EE. RGB value is (230,105,238). Sum of RGB (Red+Green+Blue) = 230+105+238=573 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.14% from 573); Green value is 105 (41.41% from 255 or 18.32% from 573); Blue value is 238 (93.36% from 255 or 41.54% from 573); Max value from RGB is 238 - color contains mainly: blue. Hex color #E669EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E669EE is #199611. Grayscale: #9D9D9D. Windows color (decimal): -1676818 or 15624678. OLE color: 15624678.
HSL color Cylindrical-coordinate representation of color #E669EE: hue angle of 296.39º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E669EE is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 105 | 238 | - |
| CMYK | 0.03 | 0.56 | 0 | 0.07 |
| HSL | 296.39º | 0.8% | 0.67% | - |
| HSV(B) | 296.39º | 0.56% | 0.93% | - |
| XYZ | 53.12 | 33.1 | 84.48 | - |
| YUV | 157.54 | 173.41 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 105 | 238 | 0.03 | 0.56 | 0 | 0.07 | 296.39 | 0.8 | 0.67 |
| Hex | E6 | 69 | EE | 3 | 38 | 0 | 7 | 128 | 50 | 43 |
| Octal | 346 | 151 | 356 | 3 | 70 | 0 | 7 | 450 | 120 | 103 |
| Binary | 11100110 | 1101001 | 11101110 | 11 | 111000 | 0 | 111 | 100101000 | 1010000 | 1000011 |
Color Harmonies of #E669EE
Complementary color
Monochromatic Colors of #E669EE
Black with #E669EE
Text Example
Text Example
White with #E669EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E669EE; }
p { color: rgb(230,105,238); }
H1.HeaderClassName
{
color: #E669EE;
}
.AnyTagClassName
{
color: #E669EE;
}
</style>
background-color css
<style>
a { background-color: #E669EE; }
a { background-color: rgb(230,105,238); }
div.DivClassName
{
background-color: #E669EE;
}
.BgClassName
{
background-color: #E669EE;
}
</style>
border-color css
<style>
span { border-color: #E669EE; }
span { border-color: rgb(230,105,238); }
td.TdClassName
{
border-color: #E669EE;
}
.TagClassName
{
border-color: #E669EE;
}
</style>