Shades of Violet #EE8BEF
Tints of Violet #EE8BEF
RGB
CMYK
RGB Variations
Color information
#EE8BEF (or 0xEE8BEF) is known color: Violet. HEX triplet: EE, 8B and EF. RGB value is (238,139,239). Sum of RGB (Red+Green+Blue) = 238+139+239=616 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.64% from 616); Green value is 139 (54.69% from 255 or 22.56% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE8BEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE8BEF is #117410. Grayscale: #B3B3B3. Windows color (decimal): -1143825 or 15698926. OLE color: 15698926.
HSL color Cylindrical-coordinate representation of color #EE8BEF: hue angle of 299.4º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EE8BEF is Cyan = 0.00, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 139 | 239 | - |
| CMYK | 0.00 | 0.42 | 0 | 0.06 |
| HSL | 299.4º | 0.76% | 0.74% | - |
| HSV(B) | 299.4º | 0.42% | 0.94% | - |
| XYZ | 60.07 | 42.87 | 86.77 | - |
| YUV | 180 | 161.3 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 139 | 239 | 0.00 | 0.42 | 0 | 0.06 | 299.4 | 0.76 | 0.74 |
| Hex | EE | 8B | EF | 0 | 2A | 0 | 6 | 12B | 4C | 4A |
| Octal | 356 | 213 | 357 | 0 | 52 | 0 | 6 | 453 | 114 | 112 |
| Binary | 11101110 | 10001011 | 11101111 | 0 | 101010 | 0 | 110 | 100101011 | 1001100 | 1001010 |
Color Harmonies of #EE8BEF
Complementary color
Monochromatic Colors of #EE8BEF
Black with #EE8BEF
Text Example
Text Example
White with #EE8BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8BEF; }
p { color: rgb(238,139,239); }
H1.HeaderClassName
{
color: #EE8BEF;
}
.AnyTagClassName
{
color: #EE8BEF;
}
</style>
background-color css
<style>
a { background-color: #EE8BEF; }
a { background-color: rgb(238,139,239); }
div.DivClassName
{
background-color: #EE8BEF;
}
.BgClassName
{
background-color: #EE8BEF;
}
</style>
border-color css
<style>
span { border-color: #EE8BEF; }
span { border-color: rgb(238,139,239); }
td.TdClassName
{
border-color: #EE8BEF;
}
.TagClassName
{
border-color: #EE8BEF;
}
</style>