Shades of Violet #EE69EC
Tints of Violet #EE69EC
RGB
CMYK
RGB Variations
Color information
#EE69EC (or 0xEE69EC) is known color: Violet. HEX triplet: EE, 69 and EC. RGB value is (238,105,236). Sum of RGB (Red+Green+Blue) = 238+105+236=579 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.11% from 579); Green value is 105 (41.41% from 255 or 18.13% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 238 - color contains mainly: red. Hex color #EE69EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE69EC is #119613. Grayscale: #9F9F9F. Windows color (decimal): -1152532 or 15493614. OLE color: 15493614.
HSL color Cylindrical-coordinate representation of color #EE69EC: hue angle of 300.9º 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 #EE69EC is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 105 | 236 | - |
| CMYK | 0 | 0.56 | 0.01 | 0.07 |
| HSL | 300.9º | 0.8% | 0.67% | - |
| HSV(B) | 300.9º | 0.56% | 0.93% | - |
| XYZ | 55.45 | 34.34 | 83.06 | - |
| YUV | 159.7 | 171.06 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 105 | 236 | 0 | 0.56 | 0.01 | 0.07 | 300.9 | 0.8 | 0.67 |
| Hex | EE | 69 | EC | 0 | 38 | 1 | 7 | 12D | 50 | 43 |
| Octal | 356 | 151 | 354 | 0 | 70 | 1 | 7 | 455 | 120 | 103 |
| Binary | 11101110 | 1101001 | 11101100 | 0 | 111000 | 1 | 111 | 100101101 | 1010000 | 1000011 |
Color Harmonies of #EE69EC
Complementary color
Monochromatic Colors of #EE69EC
Black with #EE69EC
Text Example
Text Example
White with #EE69EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE69EC; }
p { color: rgb(238,105,236); }
H1.HeaderClassName
{
color: #EE69EC;
}
.AnyTagClassName
{
color: #EE69EC;
}
</style>
background-color css
<style>
a { background-color: #EE69EC; }
a { background-color: rgb(238,105,236); }
div.DivClassName
{
background-color: #EE69EC;
}
.BgClassName
{
background-color: #EE69EC;
}
</style>
border-color css
<style>
span { border-color: #EE69EC; }
span { border-color: rgb(238,105,236); }
td.TdClassName
{
border-color: #EE69EC;
}
.TagClassName
{
border-color: #EE69EC;
}
</style>