Shades of Violet #E28CEF
Tints of Violet #E28CEF
RGB
CMYK
RGB Variations
Color information
#E28CEF (or 0xE28CEF) is known color: Violet. HEX triplet: E2, 8C and EF. RGB value is (226,140,239). Sum of RGB (Red+Green+Blue) = 226+140+239=605 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.36% from 605); Green value is 140 (55.08% from 255 or 23.14% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 239 - color contains mainly: blue. Hex color #E28CEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E28CEF is #1D7310. Grayscale: #B0B0B0. Windows color (decimal): -1930001 or 15699170. OLE color: 15699170.
HSL color Cylindrical-coordinate representation of color #E28CEF: hue angle of 292.12º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E28CEF is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 140 | 239 | - |
| CMYK | 0.05 | 0.41 | 0 | 0.06 |
| HSL | 292.12º | 0.76% | 0.74% | - |
| HSV(B) | 292.12º | 0.41% | 0.94% | - |
| XYZ | 56.32 | 41.16 | 86.64 | - |
| YUV | 177 | 162.99 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 140 | 239 | 0.05 | 0.41 | 0 | 0.06 | 292.12 | 0.76 | 0.74 |
| Hex | E2 | 8C | EF | 5 | 29 | 0 | 6 | 124 | 4C | 4A |
| Octal | 342 | 214 | 357 | 5 | 51 | 0 | 6 | 444 | 114 | 112 |
| Binary | 11100010 | 10001100 | 11101111 | 101 | 101001 | 0 | 110 | 100100100 | 1001100 | 1001010 |
Color Harmonies of #E28CEF
Complementary color
Monochromatic Colors of #E28CEF
Black with #E28CEF
Text Example
Text Example
White with #E28CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28CEF; }
p { color: rgb(226,140,239); }
H1.HeaderClassName
{
color: #E28CEF;
}
.AnyTagClassName
{
color: #E28CEF;
}
</style>
background-color css
<style>
a { background-color: #E28CEF; }
a { background-color: rgb(226,140,239); }
div.DivClassName
{
background-color: #E28CEF;
}
.BgClassName
{
background-color: #E28CEF;
}
</style>
border-color css
<style>
span { border-color: #E28CEF; }
span { border-color: rgb(226,140,239); }
td.TdClassName
{
border-color: #E28CEF;
}
.TagClassName
{
border-color: #E28CEF;
}
</style>