Shades of Violet #E67CE2
Tints of Violet #E67CE2
RGB
CMYK
RGB Variations
Color information
#E67CE2 (or 0xE67CE2) is known color: Violet. HEX triplet: E6, 7C and E2. RGB value is (230,124,226). Sum of RGB (Red+Green+Blue) = 230+124+226=580 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.66% from 580); Green value is 124 (48.83% from 255 or 21.38% from 580); Blue value is 226 (88.67% from 255 or 38.97% from 580); Max value from RGB is 230 - color contains mainly: red. Hex color #E67CE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67CE2 is #19831D. Grayscale: #A7A7A7. Windows color (decimal): -1671966 or 14843110. OLE color: 14843110.
HSL color Cylindrical-coordinate representation of color #E67CE2: hue angle of 302.26º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E67CE2 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 124 | 226 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.10 |
| HSL | 302.26º | 0.68% | 0.69% | - |
| HSV(B) | 302.26º | 0.46% | 0.9% | - |
| XYZ | 53.57 | 36.73 | 76.22 | - |
| YUV | 167.32 | 161.12 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 124 | 226 | 0 | 0.46 | 0.02 | 0.10 | 302.26 | 0.68 | 0.69 |
| Hex | E6 | 7C | E2 | 0 | 2E | 2 | A | 12E | 44 | 45 |
| Octal | 346 | 174 | 342 | 0 | 56 | 2 | 12 | 456 | 104 | 105 |
| Binary | 11100110 | 1111100 | 11100010 | 0 | 101110 | 10 | 1010 | 100101110 | 1000100 | 1000101 |
Color Harmonies of #E67CE2
Complementary color
Monochromatic Colors of #E67CE2
Black with #E67CE2
Text Example
Text Example
White with #E67CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67CE2; }
p { color: rgb(230,124,226); }
H1.HeaderClassName
{
color: #E67CE2;
}
.AnyTagClassName
{
color: #E67CE2;
}
</style>
background-color css
<style>
a { background-color: #E67CE2; }
a { background-color: rgb(230,124,226); }
div.DivClassName
{
background-color: #E67CE2;
}
.BgClassName
{
background-color: #E67CE2;
}
</style>
border-color css
<style>
span { border-color: #E67CE2; }
span { border-color: rgb(230,124,226); }
td.TdClassName
{
border-color: #E67CE2;
}
.TagClassName
{
border-color: #E67CE2;
}
</style>