Shades of Violet #EE6DF2
Tints of Violet #EE6DF2
RGB
CMYK
RGB Variations
Color information
#EE6DF2 (or 0xEE6DF2) is known color: Violet. HEX triplet: EE, 6D and F2. RGB value is (238,109,242). Sum of RGB (Red+Green+Blue) = 238+109+242=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 109 (42.97% from 255 or 18.51% from 589); Blue value is 242 (94.92% from 255 or 41.09% from 589); Max value from RGB is 242 - color contains mainly: blue. Hex color #EE6DF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE6DF2 is #11920D. Grayscale: #A2A2A2. Windows color (decimal): -1151502 or 15887854. OLE color: 15887854.
HSL color Cylindrical-coordinate representation of color #EE6DF2: hue angle of 298.2º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EE6DF2 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 109 | 242 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.05 |
| HSL | 298.2º | 0.84% | 0.69% | - |
| HSV(B) | 298.2º | 0.55% | 0.95% | - |
| XYZ | 56.76 | 35.53 | 87.87 | - |
| YUV | 162.73 | 172.74 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 109 | 242 | 0.02 | 0.55 | 0 | 0.05 | 298.2 | 0.84 | 0.69 |
| Hex | EE | 6D | F2 | 2 | 37 | 0 | 5 | 12A | 54 | 45 |
| Octal | 356 | 155 | 362 | 2 | 67 | 0 | 5 | 452 | 124 | 105 |
| Binary | 11101110 | 1101101 | 11110010 | 10 | 110111 | 0 | 101 | 100101010 | 1010100 | 1000101 |
Color Harmonies of #EE6DF2
Complementary color
Monochromatic Colors of #EE6DF2
Black with #EE6DF2
Text Example
Text Example
White with #EE6DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6DF2; }
p { color: rgb(238,109,242); }
H1.HeaderClassName
{
color: #EE6DF2;
}
.AnyTagClassName
{
color: #EE6DF2;
}
</style>
background-color css
<style>
a { background-color: #EE6DF2; }
a { background-color: rgb(238,109,242); }
div.DivClassName
{
background-color: #EE6DF2;
}
.BgClassName
{
background-color: #EE6DF2;
}
</style>
border-color css
<style>
span { border-color: #EE6DF2; }
span { border-color: rgb(238,109,242); }
td.TdClassName
{
border-color: #EE6DF2;
}
.TagClassName
{
border-color: #EE6DF2;
}
</style>