Shades of Violet #EE9BEF
Tints of Violet #EE9BEF
RGB
CMYK
RGB Variations
Color information
#EE9BEF (or 0xEE9BEF) is known color: Violet. HEX triplet: EE, 9B and EF. RGB value is (238,155,239). Sum of RGB (Red+Green+Blue) = 238+155+239=632 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.66% from 632); Green value is 155 (60.94% from 255 or 24.53% from 632); Blue value is 239 (93.75% from 255 or 37.82% from 632); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE9BEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9BEF is #116410. Grayscale: #BDBDBD. Windows color (decimal): -1139729 or 15703022. OLE color: 15703022.
HSL color Cylindrical-coordinate representation of color #EE9BEF: hue angle of 299.29º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EE9BEF is Cyan = 0.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 155 | 239 | - |
| CMYK | 0.00 | 0.35 | 0 | 0.06 |
| HSL | 299.29º | 0.72% | 0.77% | - |
| HSV(B) | 299.29º | 0.35% | 0.94% | - |
| XYZ | 62.56 | 47.85 | 87.6 | - |
| YUV | 189.39 | 156 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 155 | 239 | 0.00 | 0.35 | 0 | 0.06 | 299.29 | 0.72 | 0.77 |
| Hex | EE | 9B | EF | 0 | 23 | 0 | 6 | 12B | 48 | 4D |
| Octal | 356 | 233 | 357 | 0 | 43 | 0 | 6 | 453 | 110 | 115 |
| Binary | 11101110 | 10011011 | 11101111 | 0 | 100011 | 0 | 110 | 100101011 | 1001000 | 1001101 |
Color Harmonies of #EE9BEF
Complementary color
Monochromatic Colors of #EE9BEF
Black with #EE9BEF
Text Example
Text Example
White with #EE9BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9BEF; }
p { color: rgb(238,155,239); }
H1.HeaderClassName
{
color: #EE9BEF;
}
.AnyTagClassName
{
color: #EE9BEF;
}
</style>
background-color css
<style>
a { background-color: #EE9BEF; }
a { background-color: rgb(238,155,239); }
div.DivClassName
{
background-color: #EE9BEF;
}
.BgClassName
{
background-color: #EE9BEF;
}
</style>
border-color css
<style>
span { border-color: #EE9BEF; }
span { border-color: rgb(238,155,239); }
td.TdClassName
{
border-color: #EE9BEF;
}
.TagClassName
{
border-color: #EE9BEF;
}
</style>