Shades of Violet #E38BDE
Tints of Violet #E38BDE
RGB
CMYK
RGB Variations
Color information
#E38BDE (or 0xE38BDE) is known color: Violet. HEX triplet: E3, 8B and DE. RGB value is (227,139,222). Sum of RGB (Red+Green+Blue) = 227+139+222=588 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.61% from 588); Green value is 139 (54.69% from 255 or 23.64% from 588); Blue value is 222 (87.11% from 255 or 37.76% from 588); Max value from RGB is 227 - color contains mainly: red. Hex color #E38BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38BDE is #1C7421. Grayscale: #AEAEAE. Windows color (decimal): -1864738 or 14584803. OLE color: 14584803.
HSL color Cylindrical-coordinate representation of color #E38BDE: hue angle of 303.41º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E38BDE is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 139 | 222 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.11 |
| HSL | 303.41º | 0.61% | 0.72% | - |
| HSV(B) | 303.41º | 0.39% | 0.89% | - |
| XYZ | 54.1 | 40.07 | 73.99 | - |
| YUV | 174.77 | 154.65 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 139 | 222 | 0 | 0.39 | 0.02 | 0.11 | 303.41 | 0.61 | 0.72 |
| Hex | E3 | 8B | DE | 0 | 27 | 2 | B | 12F | 3D | 48 |
| Octal | 343 | 213 | 336 | 0 | 47 | 2 | 13 | 457 | 75 | 110 |
| Binary | 11100011 | 10001011 | 11011110 | 0 | 100111 | 10 | 1011 | 100101111 | 111101 | 1001000 |
Color Harmonies of #E38BDE
Complementary color
Monochromatic Colors of #E38BDE
Black with #E38BDE
Text Example
Text Example
White with #E38BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38BDE; }
p { color: rgb(227,139,222); }
H1.HeaderClassName
{
color: #E38BDE;
}
.AnyTagClassName
{
color: #E38BDE;
}
</style>
background-color css
<style>
a { background-color: #E38BDE; }
a { background-color: rgb(227,139,222); }
div.DivClassName
{
background-color: #E38BDE;
}
.BgClassName
{
background-color: #E38BDE;
}
</style>
border-color css
<style>
span { border-color: #E38BDE; }
span { border-color: rgb(227,139,222); }
td.TdClassName
{
border-color: #E38BDE;
}
.TagClassName
{
border-color: #E38BDE;
}
</style>