Shades of Violet #E67AE2
Tints of Violet #E67AE2
RGB
CMYK
RGB Variations
Color information
#E67AE2 (or 0xE67AE2) is known color: Violet. HEX triplet: E6, 7A and E2. RGB value is (230,122,226). Sum of RGB (Red+Green+Blue) = 230+122+226=578 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.79% from 578); Green value is 122 (48.05% from 255 or 21.11% from 578); Blue value is 226 (88.67% from 255 or 39.10% from 578); Max value from RGB is 230 - color contains mainly: red. Hex color #E67AE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67AE2 is #19851D. Grayscale: #A5A5A5. Windows color (decimal): -1672478 or 14842598. OLE color: 14842598.
HSL color Cylindrical-coordinate representation of color #E67AE2: hue angle of 302.22º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E67AE2 is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 122 | 226 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.10 |
| HSL | 302.22º | 0.68% | 0.69% | - |
| HSV(B) | 302.22º | 0.47% | 0.9% | - |
| XYZ | 53.32 | 36.23 | 76.13 | - |
| YUV | 166.15 | 161.78 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 122 | 226 | 0 | 0.47 | 0.02 | 0.10 | 302.22 | 0.68 | 0.69 |
| Hex | E6 | 7A | E2 | 0 | 2F | 2 | A | 12E | 44 | 45 |
| Octal | 346 | 172 | 342 | 0 | 57 | 2 | 12 | 456 | 104 | 105 |
| Binary | 11100110 | 1111010 | 11100010 | 0 | 101111 | 10 | 1010 | 100101110 | 1000100 | 1000101 |
Color Harmonies of #E67AE2
Complementary color
Monochromatic Colors of #E67AE2
Black with #E67AE2
Text Example
Text Example
White with #E67AE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67AE2; }
p { color: rgb(230,122,226); }
H1.HeaderClassName
{
color: #E67AE2;
}
.AnyTagClassName
{
color: #E67AE2;
}
</style>
background-color css
<style>
a { background-color: #E67AE2; }
a { background-color: rgb(230,122,226); }
div.DivClassName
{
background-color: #E67AE2;
}
.BgClassName
{
background-color: #E67AE2;
}
</style>
border-color css
<style>
span { border-color: #E67AE2; }
span { border-color: rgb(230,122,226); }
td.TdClassName
{
border-color: #E67AE2;
}
.TagClassName
{
border-color: #E67AE2;
}
</style>