Shades of Violet #EE6BEF
Tints of Violet #EE6BEF
RGB
CMYK
RGB Variations
Color information
#EE6BEF (or 0xEE6BEF) is known color: Violet. HEX triplet: EE, 6B and EF. RGB value is (238,107,239). Sum of RGB (Red+Green+Blue) = 238+107+239=584 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.75% from 584); Green value is 107 (42.19% from 255 or 18.32% from 584); Blue value is 239 (93.75% from 255 or 40.92% from 584); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE6BEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE6BEF is #119410. Grayscale: #A0A0A0. Windows color (decimal): -1152017 or 15690734. OLE color: 15690734.
HSL color Cylindrical-coordinate representation of color #EE6BEF: hue angle of 299.55º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EE6BEF is Cyan = 0.00, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 107 | 239 | - |
| CMYK | 0.00 | 0.55 | 0 | 0.06 |
| HSL | 299.55º | 0.8% | 0.68% | - |
| HSV(B) | 299.55º | 0.55% | 0.94% | - |
| XYZ | 56.1 | 34.92 | 85.45 | - |
| YUV | 161.22 | 171.9 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 107 | 239 | 0.00 | 0.55 | 0 | 0.06 | 299.55 | 0.8 | 0.68 |
| Hex | EE | 6B | EF | 0 | 37 | 0 | 6 | 12C | 50 | 44 |
| Octal | 356 | 153 | 357 | 0 | 67 | 0 | 6 | 454 | 120 | 104 |
| Binary | 11101110 | 1101011 | 11101111 | 0 | 110111 | 0 | 110 | 100101100 | 1010000 | 1000100 |
Color Harmonies of #EE6BEF
Complementary color
Monochromatic Colors of #EE6BEF
Black with #EE6BEF
Text Example
Text Example
White with #EE6BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6BEF; }
p { color: rgb(238,107,239); }
H1.HeaderClassName
{
color: #EE6BEF;
}
.AnyTagClassName
{
color: #EE6BEF;
}
</style>
background-color css
<style>
a { background-color: #EE6BEF; }
a { background-color: rgb(238,107,239); }
div.DivClassName
{
background-color: #EE6BEF;
}
.BgClassName
{
background-color: #EE6BEF;
}
</style>
border-color css
<style>
span { border-color: #EE6BEF; }
span { border-color: rgb(238,107,239); }
td.TdClassName
{
border-color: #EE6BEF;
}
.TagClassName
{
border-color: #EE6BEF;
}
</style>