Shades of Violet #E28CEE
Tints of Violet #E28CEE
RGB
CMYK
RGB Variations
Color information
#E28CEE (or 0xE28CEE) is known color: Violet. HEX triplet: E2, 8C and EE. RGB value is (226,140,238). Sum of RGB (Red+Green+Blue) = 226+140+238=604 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.42% from 604); Green value is 140 (55.08% from 255 or 23.18% from 604); Blue value is 238 (93.36% from 255 or 39.40% from 604); Max value from RGB is 238 - color contains mainly: blue. Hex color #E28CEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E28CEE is #1D7311. Grayscale: #B0B0B0. Windows color (decimal): -1930002 or 15633634. OLE color: 15633634.
HSL color Cylindrical-coordinate representation of color #E28CEE: hue angle of 292.65º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E28CEE is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 140 | 238 | - |
| CMYK | 0.05 | 0.41 | 0 | 0.07 |
| HSL | 292.65º | 0.74% | 0.74% | - |
| HSV(B) | 292.65º | 0.41% | 0.93% | - |
| XYZ | 56.17 | 41.1 | 85.86 | - |
| YUV | 176.89 | 162.49 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 140 | 238 | 0.05 | 0.41 | 0 | 0.07 | 292.65 | 0.74 | 0.74 |
| Hex | E2 | 8C | EE | 5 | 29 | 0 | 7 | 125 | 4A | 4A |
| Octal | 342 | 214 | 356 | 5 | 51 | 0 | 7 | 445 | 112 | 112 |
| Binary | 11100010 | 10001100 | 11101110 | 101 | 101001 | 0 | 111 | 100100101 | 1001010 | 1001010 |
Color Harmonies of #E28CEE
Complementary color
Monochromatic Colors of #E28CEE
Black with #E28CEE
Text Example
Text Example
White with #E28CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28CEE; }
p { color: rgb(226,140,238); }
H1.HeaderClassName
{
color: #E28CEE;
}
.AnyTagClassName
{
color: #E28CEE;
}
</style>
background-color css
<style>
a { background-color: #E28CEE; }
a { background-color: rgb(226,140,238); }
div.DivClassName
{
background-color: #E28CEE;
}
.BgClassName
{
background-color: #E28CEE;
}
</style>
border-color css
<style>
span { border-color: #E28CEE; }
span { border-color: rgb(226,140,238); }
td.TdClassName
{
border-color: #E28CEE;
}
.TagClassName
{
border-color: #E28CEE;
}
</style>