Shades of Violet #EE8BEC
Tints of Violet #EE8BEC
RGB
CMYK
RGB Variations
Color information
#EE8BEC (or 0xEE8BEC) is known color: Violet. HEX triplet: EE, 8B and EC. RGB value is (238,139,236). Sum of RGB (Red+Green+Blue) = 238+139+236=613 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.83% from 613); Green value is 139 (54.69% from 255 or 22.68% from 613); Blue value is 236 (92.58% from 255 or 38.50% from 613); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8BEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE8BEC is #117413. Grayscale: #B3B3B3. Windows color (decimal): -1143828 or 15502318. OLE color: 15502318.
HSL color Cylindrical-coordinate representation of color #EE8BEC: hue angle of 301.21º 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 #EE8BEC is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 139 | 236 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.07 |
| HSL | 301.21º | 0.74% | 0.74% | - |
| HSV(B) | 301.21º | 0.42% | 0.93% | - |
| XYZ | 59.63 | 42.7 | 84.46 | - |
| YUV | 179.66 | 159.8 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 139 | 236 | 0 | 0.42 | 0.01 | 0.07 | 301.21 | 0.74 | 0.74 |
| Hex | EE | 8B | EC | 0 | 2A | 1 | 7 | 12D | 4A | 4A |
| Octal | 356 | 213 | 354 | 0 | 52 | 1 | 7 | 455 | 112 | 112 |
| Binary | 11101110 | 10001011 | 11101100 | 0 | 101010 | 1 | 111 | 100101101 | 1001010 | 1001010 |
Color Harmonies of #EE8BEC
Complementary color
Monochromatic Colors of #EE8BEC
Black with #EE8BEC
Text Example
Text Example
White with #EE8BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8BEC; }
p { color: rgb(238,139,236); }
H1.HeaderClassName
{
color: #EE8BEC;
}
.AnyTagClassName
{
color: #EE8BEC;
}
</style>
background-color css
<style>
a { background-color: #EE8BEC; }
a { background-color: rgb(238,139,236); }
div.DivClassName
{
background-color: #EE8BEC;
}
.BgClassName
{
background-color: #EE8BEC;
}
</style>
border-color css
<style>
span { border-color: #EE8BEC; }
span { border-color: rgb(238,139,236); }
td.TdClassName
{
border-color: #EE8BEC;
}
.TagClassName
{
border-color: #EE8BEC;
}
</style>