Shades of Heliotrope #E669ED
Tints of Heliotrope #E669ED
RGB
CMYK
RGB Variations
Color information
#E669ED (or 0xE669ED) is known color: Heliotrope. HEX triplet: E6, 69 and ED. RGB value is (230,105,237). Sum of RGB (Red+Green+Blue) = 230+105+237=572 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.21% from 572); Green value is 105 (41.41% from 255 or 18.36% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 237 - color contains mainly: blue. Hex color #E669ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E669ED is #199612. Grayscale: #9D9D9D. Windows color (decimal): -1676819 or 15559142. OLE color: 15559142.
HSL color Cylindrical-coordinate representation of color #E669ED: hue angle of 296.82º degrees, saturation: 0.79, 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 #E669ED is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 105 | 237 | - |
| CMYK | 0.03 | 0.56 | 0 | 0.07 |
| HSL | 296.82º | 0.79% | 0.67% | - |
| HSV(B) | 296.82º | 0.56% | 0.93% | - |
| XYZ | 52.97 | 33.04 | 83.71 | - |
| YUV | 157.42 | 172.91 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 105 | 237 | 0.03 | 0.56 | 0 | 0.07 | 296.82 | 0.79 | 0.67 |
| Hex | E6 | 69 | ED | 3 | 38 | 0 | 7 | 129 | 4F | 43 |
| Octal | 346 | 151 | 355 | 3 | 70 | 0 | 7 | 451 | 117 | 103 |
| Binary | 11100110 | 1101001 | 11101101 | 11 | 111000 | 0 | 111 | 100101001 | 1001111 | 1000011 |
Color Harmonies of #E669ED
Complementary color
Monochromatic Colors of #E669ED
Black with #E669ED
Text Example
Text Example
White with #E669ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E669ED; }
p { color: rgb(230,105,237); }
H1.HeaderClassName
{
color: #E669ED;
}
.AnyTagClassName
{
color: #E669ED;
}
</style>
background-color css
<style>
a { background-color: #E669ED; }
a { background-color: rgb(230,105,237); }
div.DivClassName
{
background-color: #E669ED;
}
.BgClassName
{
background-color: #E669ED;
}
</style>
border-color css
<style>
span { border-color: #E669ED; }
span { border-color: rgb(230,105,237); }
td.TdClassName
{
border-color: #E669ED;
}
.TagClassName
{
border-color: #E669ED;
}
</style>