Shades of Violet #E669EC
Tints of Violet #E669EC
RGB
CMYK
RGB Variations
Color information
#E669EC (or 0xE669EC) is known color: Violet. HEX triplet: E6, 69 and EC. RGB value is (230,105,236). Sum of RGB (Red+Green+Blue) = 230+105+236=571 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.28% from 571); Green value is 105 (41.41% from 255 or 18.39% from 571); Blue value is 236 (92.58% from 255 or 41.33% from 571); Max value from RGB is 236 - color contains mainly: blue. Hex color #E669EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E669EC is #199613. Grayscale: #9C9C9C. Windows color (decimal): -1676820 or 15493606. OLE color: 15493606.
HSL color Cylindrical-coordinate representation of color #E669EC: hue angle of 297.25º degrees, saturation: 0.78, 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 #E669EC is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 105 | 236 | - |
| CMYK | 0.03 | 0.56 | 0 | 0.07 |
| HSL | 297.25º | 0.78% | 0.67% | - |
| HSV(B) | 297.25º | 0.56% | 0.93% | - |
| XYZ | 52.83 | 32.98 | 82.94 | - |
| YUV | 157.31 | 172.41 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 105 | 236 | 0.03 | 0.56 | 0 | 0.07 | 297.25 | 0.78 | 0.67 |
| Hex | E6 | 69 | EC | 3 | 38 | 0 | 7 | 129 | 4E | 43 |
| Octal | 346 | 151 | 354 | 3 | 70 | 0 | 7 | 451 | 116 | 103 |
| Binary | 11100110 | 1101001 | 11101100 | 11 | 111000 | 0 | 111 | 100101001 | 1001110 | 1000011 |
Color Harmonies of #E669EC
Complementary color
Monochromatic Colors of #E669EC
Black with #E669EC
Text Example
Text Example
White with #E669EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E669EC; }
p { color: rgb(230,105,236); }
H1.HeaderClassName
{
color: #E669EC;
}
.AnyTagClassName
{
color: #E669EC;
}
</style>
background-color css
<style>
a { background-color: #E669EC; }
a { background-color: rgb(230,105,236); }
div.DivClassName
{
background-color: #E669EC;
}
.BgClassName
{
background-color: #E669EC;
}
</style>
border-color css
<style>
span { border-color: #E669EC; }
span { border-color: rgb(230,105,236); }
td.TdClassName
{
border-color: #E669EC;
}
.TagClassName
{
border-color: #E669EC;
}
</style>