Shades of Violet #EE8BEB
Tints of Violet #EE8BEB
RGB
CMYK
RGB Variations
Color information
#EE8BEB (or 0xEE8BEB) is known color: Violet. HEX triplet: EE, 8B and EB. RGB value is (238,139,235). Sum of RGB (Red+Green+Blue) = 238+139+235=612 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.89% from 612); Green value is 139 (54.69% from 255 or 22.71% from 612); Blue value is 235 (92.19% from 255 or 38.40% from 612); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8BEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE8BEB is #117414. Grayscale: #B3B3B3. Windows color (decimal): -1143829 or 15436782. OLE color: 15436782.
HSL color Cylindrical-coordinate representation of color #EE8BEB: hue angle of 301.82º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EE8BEB is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 139 | 235 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.07 |
| HSL | 301.82º | 0.74% | 0.74% | - |
| HSV(B) | 301.82º | 0.42% | 0.93% | - |
| XYZ | 59.49 | 42.64 | 83.69 | - |
| YUV | 179.55 | 159.3 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 139 | 235 | 0 | 0.42 | 0.01 | 0.07 | 301.82 | 0.74 | 0.74 |
| Hex | EE | 8B | EB | 0 | 2A | 1 | 7 | 12E | 4A | 4A |
| Octal | 356 | 213 | 353 | 0 | 52 | 1 | 7 | 456 | 112 | 112 |
| Binary | 11101110 | 10001011 | 11101011 | 0 | 101010 | 1 | 111 | 100101110 | 1001010 | 1001010 |
Color Harmonies of #EE8BEB
Complementary color
Monochromatic Colors of #EE8BEB
Black with #EE8BEB
Text Example
Text Example
White with #EE8BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8BEB; }
p { color: rgb(238,139,235); }
H1.HeaderClassName
{
color: #EE8BEB;
}
.AnyTagClassName
{
color: #EE8BEB;
}
</style>
background-color css
<style>
a { background-color: #EE8BEB; }
a { background-color: rgb(238,139,235); }
div.DivClassName
{
background-color: #EE8BEB;
}
.BgClassName
{
background-color: #EE8BEB;
}
</style>
border-color css
<style>
span { border-color: #EE8BEB; }
span { border-color: rgb(238,139,235); }
td.TdClassName
{
border-color: #EE8BEB;
}
.TagClassName
{
border-color: #EE8BEB;
}
</style>