Shades of Violet #EE8BED
Tints of Violet #EE8BED
RGB
CMYK
RGB Variations
Color information
#EE8BED (or 0xEE8BED) is known color: Violet. HEX triplet: EE, 8B and ED. RGB value is (238,139,237). Sum of RGB (Red+Green+Blue) = 238+139+237=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 139 (54.69% from 255 or 22.64% from 614); Blue value is 237 (92.97% from 255 or 38.60% from 614); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8BED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE8BED is #117412. Grayscale: #B3B3B3. Windows color (decimal): -1143827 or 15567854. OLE color: 15567854.
HSL color Cylindrical-coordinate representation of color #EE8BED: hue angle of 300.61º 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 #EE8BED is Cyan = 0, Magento = 0.42, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 139 | 237 | - |
| CMYK | 0 | 0.42 | 0.00 | 0.07 |
| HSL | 300.61º | 0.74% | 0.74% | - |
| HSV(B) | 300.61º | 0.42% | 0.93% | - |
| XYZ | 59.78 | 42.76 | 85.22 | - |
| YUV | 179.77 | 160.3 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 139 | 237 | 0 | 0.42 | 0.00 | 0.07 | 300.61 | 0.74 | 0.74 |
| Hex | EE | 8B | ED | 0 | 2A | 0 | 7 | 12D | 4A | 4A |
| Octal | 356 | 213 | 355 | 0 | 52 | 0 | 7 | 455 | 112 | 112 |
| Binary | 11101110 | 10001011 | 11101101 | 0 | 101010 | 0 | 111 | 100101101 | 1001010 | 1001010 |
Color Harmonies of #EE8BED
Complementary color
Monochromatic Colors of #EE8BED
Black with #EE8BED
Text Example
Text Example
White with #EE8BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8BED; }
p { color: rgb(238,139,237); }
H1.HeaderClassName
{
color: #EE8BED;
}
.AnyTagClassName
{
color: #EE8BED;
}
</style>
background-color css
<style>
a { background-color: #EE8BED; }
a { background-color: rgb(238,139,237); }
div.DivClassName
{
background-color: #EE8BED;
}
.BgClassName
{
background-color: #EE8BED;
}
</style>
border-color css
<style>
span { border-color: #EE8BED; }
span { border-color: rgb(238,139,237); }
td.TdClassName
{
border-color: #EE8BED;
}
.TagClassName
{
border-color: #EE8BED;
}
</style>