Shades of Heliotrope #E769EE
Tints of Heliotrope #E769EE
RGB
CMYK
RGB Variations
Color information
#E769EE (or 0xE769EE) is known color: Heliotrope. HEX triplet: E7, 69 and EE. RGB value is (231,105,238). Sum of RGB (Red+Green+Blue) = 231+105+238=574 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.24% from 574); Green value is 105 (41.41% from 255 or 18.29% from 574); Blue value is 238 (93.36% from 255 or 41.46% from 574); Max value from RGB is 238 - color contains mainly: blue. Hex color #E769EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E769EE is #189611. Grayscale: #9D9D9D. Windows color (decimal): -1611282 or 15624679. OLE color: 15624679.
HSL color Cylindrical-coordinate representation of color #E769EE: hue angle of 296.84º 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 #E769EE is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 105 | 238 | - |
| CMYK | 0.03 | 0.56 | 0 | 0.07 |
| HSL | 296.84º | 0.8% | 0.67% | - |
| HSV(B) | 296.84º | 0.56% | 0.93% | - |
| XYZ | 53.44 | 33.27 | 84.49 | - |
| YUV | 157.84 | 173.24 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 105 | 238 | 0.03 | 0.56 | 0 | 0.07 | 296.84 | 0.8 | 0.67 |
| Hex | E7 | 69 | EE | 3 | 38 | 0 | 7 | 129 | 50 | 43 |
| Octal | 347 | 151 | 356 | 3 | 70 | 0 | 7 | 451 | 120 | 103 |
| Binary | 11100111 | 1101001 | 11101110 | 11 | 111000 | 0 | 111 | 100101001 | 1010000 | 1000011 |
Color Harmonies of #E769EE
Complementary color
Monochromatic Colors of #E769EE
Black with #E769EE
Text Example
Text Example
White with #E769EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E769EE; }
p { color: rgb(231,105,238); }
H1.HeaderClassName
{
color: #E769EE;
}
.AnyTagClassName
{
color: #E769EE;
}
</style>
background-color css
<style>
a { background-color: #E769EE; }
a { background-color: rgb(231,105,238); }
div.DivClassName
{
background-color: #E769EE;
}
.BgClassName
{
background-color: #E769EE;
}
</style>
border-color css
<style>
span { border-color: #E769EE; }
span { border-color: rgb(231,105,238); }
td.TdClassName
{
border-color: #E769EE;
}
.TagClassName
{
border-color: #E769EE;
}
</style>