Shades of Violet #E28CE4
Tints of Violet #E28CE4
RGB
CMYK
RGB Variations
Color information
#E28CE4 (or 0xE28CE4) is known color: Violet. HEX triplet: E2, 8C and E4. RGB value is (226,140,228). Sum of RGB (Red+Green+Blue) = 226+140+228=594 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.05% from 594); Green value is 140 (55.08% from 255 or 23.57% from 594); Blue value is 228 (89.45% from 255 or 38.38% from 594); Max value from RGB is 228 - color contains mainly: blue. Hex color #E28CE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28CE4 is #1D731B. Grayscale: #AFAFAF. Windows color (decimal): -1930012 or 14978274. OLE color: 14978274.
HSL color Cylindrical-coordinate representation of color #E28CE4: hue angle of 298.64º degrees, saturation: 0.62, 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 #E28CE4 is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 140 | 228 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.11 |
| HSL | 298.64º | 0.62% | 0.72% | - |
| HSV(B) | 298.64º | 0.39% | 0.89% | - |
| XYZ | 54.75 | 40.53 | 78.34 | - |
| YUV | 175.75 | 157.49 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 140 | 228 | 0.01 | 0.39 | 0 | 0.11 | 298.64 | 0.62 | 0.72 |
| Hex | E2 | 8C | E4 | 1 | 27 | 0 | B | 12B | 3E | 48 |
| Octal | 342 | 214 | 344 | 1 | 47 | 0 | 13 | 453 | 76 | 110 |
| Binary | 11100010 | 10001100 | 11100100 | 1 | 100111 | 0 | 1011 | 100101011 | 111110 | 1001000 |
Color Harmonies of #E28CE4
Complementary color
Monochromatic Colors of #E28CE4
Black with #E28CE4
Text Example
Text Example
White with #E28CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28CE4; }
p { color: rgb(226,140,228); }
H1.HeaderClassName
{
color: #E28CE4;
}
.AnyTagClassName
{
color: #E28CE4;
}
</style>
background-color css
<style>
a { background-color: #E28CE4; }
a { background-color: rgb(226,140,228); }
div.DivClassName
{
background-color: #E28CE4;
}
.BgClassName
{
background-color: #E28CE4;
}
</style>
border-color css
<style>
span { border-color: #E28CE4; }
span { border-color: rgb(226,140,228); }
td.TdClassName
{
border-color: #E28CE4;
}
.TagClassName
{
border-color: #E28CE4;
}
</style>