Shades of Violet #E28BE0
Tints of Violet #E28BE0
RGB
CMYK
RGB Variations
Color information
#E28BE0 (or 0xE28BE0) is known color: Violet. HEX triplet: E2, 8B and E0. RGB value is (226,139,224). Sum of RGB (Red+Green+Blue) = 226+139+224=589 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.37% from 589); Green value is 139 (54.69% from 255 or 23.60% from 589); Blue value is 224 (87.89% from 255 or 38.03% from 589); Max value from RGB is 226 - color contains mainly: red. Hex color #E28BE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28BE0 is #1D741F. Grayscale: #AEAEAE. Windows color (decimal): -1930272 or 14715874. OLE color: 14715874.
HSL color Cylindrical-coordinate representation of color #E28BE0: hue angle of 301.38º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E28BE0 is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 139 | 224 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.11 |
| HSL | 301.38º | 0.6% | 0.72% | - |
| HSV(B) | 301.38º | 0.38% | 0.89% | - |
| XYZ | 54.05 | 40.02 | 75.4 | - |
| YUV | 174.7 | 155.82 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 139 | 224 | 0 | 0.38 | 0.01 | 0.11 | 301.38 | 0.6 | 0.72 |
| Hex | E2 | 8B | E0 | 0 | 26 | 1 | B | 12D | 3C | 48 |
| Octal | 342 | 213 | 340 | 0 | 46 | 1 | 13 | 455 | 74 | 110 |
| Binary | 11100010 | 10001011 | 11100000 | 0 | 100110 | 1 | 1011 | 100101101 | 111100 | 1001000 |
Color Harmonies of #E28BE0
Complementary color
Monochromatic Colors of #E28BE0
Black with #E28BE0
Text Example
Text Example
White with #E28BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28BE0; }
p { color: rgb(226,139,224); }
H1.HeaderClassName
{
color: #E28BE0;
}
.AnyTagClassName
{
color: #E28BE0;
}
</style>
background-color css
<style>
a { background-color: #E28BE0; }
a { background-color: rgb(226,139,224); }
div.DivClassName
{
background-color: #E28BE0;
}
.BgClassName
{
background-color: #E28BE0;
}
</style>
border-color css
<style>
span { border-color: #E28BE0; }
span { border-color: rgb(226,139,224); }
td.TdClassName
{
border-color: #E28BE0;
}
.TagClassName
{
border-color: #E28BE0;
}
</style>