Shades of Violet #E28AEA
Tints of Violet #E28AEA
RGB
CMYK
RGB Variations
Color information
#E28AEA (or 0xE28AEA) is known color: Violet. HEX triplet: E2, 8A and EA. RGB value is (226,138,234). Sum of RGB (Red+Green+Blue) = 226+138+234=598 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.79% from 598); Green value is 138 (54.30% from 255 or 23.08% from 598); Blue value is 234 (91.80% from 255 or 39.13% from 598); Max value from RGB is 234 - color contains mainly: blue. Hex color #E28AEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E28AEA is #1D7515. Grayscale: #AEAEAE. Windows color (decimal): -1930518 or 15370978. OLE color: 15370978.
HSL color Cylindrical-coordinate representation of color #E28AEA: hue angle of 295º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E28AEA is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 138 | 234 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.08 |
| HSL | 295º | 0.7% | 0.73% | - |
| HSV(B) | 295º | 0.41% | 0.92% | - |
| XYZ | 55.3 | 40.29 | 82.7 | - |
| YUV | 175.26 | 161.15 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 138 | 234 | 0.03 | 0.41 | 0 | 0.08 | 295 | 0.7 | 0.73 |
| Hex | E2 | 8A | EA | 3 | 29 | 0 | 8 | 127 | 46 | 49 |
| Octal | 342 | 212 | 352 | 3 | 51 | 0 | 10 | 447 | 106 | 111 |
| Binary | 11100010 | 10001010 | 11101010 | 11 | 101001 | 0 | 1000 | 100100111 | 1000110 | 1001001 |
Color Harmonies of #E28AEA
Complementary color
Monochromatic Colors of #E28AEA
Black with #E28AEA
Text Example
Text Example
White with #E28AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28AEA; }
p { color: rgb(226,138,234); }
H1.HeaderClassName
{
color: #E28AEA;
}
.AnyTagClassName
{
color: #E28AEA;
}
</style>
background-color css
<style>
a { background-color: #E28AEA; }
a { background-color: rgb(226,138,234); }
div.DivClassName
{
background-color: #E28AEA;
}
.BgClassName
{
background-color: #E28AEA;
}
</style>
border-color css
<style>
span { border-color: #E28AEA; }
span { border-color: rgb(226,138,234); }
td.TdClassName
{
border-color: #E28AEA;
}
.TagClassName
{
border-color: #E28AEA;
}
</style>