Shades of Violet #E68CE2
Tints of Violet #E68CE2
RGB
CMYK
RGB Variations
Color information
#E68CE2 (or 0xE68CE2) is known color: Violet. HEX triplet: E6, 8C and E2. RGB value is (230,140,226). Sum of RGB (Red+Green+Blue) = 230+140+226=596 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.59% from 596); Green value is 140 (55.08% from 255 or 23.49% from 596); Blue value is 226 (88.67% from 255 or 37.92% from 596); Max value from RGB is 230 - color contains mainly: red. Hex color #E68CE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68CE2 is #19731D. Grayscale: #B0B0B0. Windows color (decimal): -1667870 or 14847206. OLE color: 14847206.
HSL color Cylindrical-coordinate representation of color #E68CE2: hue angle of 302.67º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E68CE2 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 140 | 226 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.10 |
| HSL | 302.67º | 0.64% | 0.73% | - |
| HSV(B) | 302.67º | 0.39% | 0.9% | - |
| XYZ | 55.74 | 41.07 | 76.94 | - |
| YUV | 176.71 | 155.82 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 140 | 226 | 0 | 0.39 | 0.02 | 0.10 | 302.67 | 0.64 | 0.73 |
| Hex | E6 | 8C | E2 | 0 | 27 | 2 | A | 12F | 40 | 49 |
| Octal | 346 | 214 | 342 | 0 | 47 | 2 | 12 | 457 | 100 | 111 |
| Binary | 11100110 | 10001100 | 11100010 | 0 | 100111 | 10 | 1010 | 100101111 | 1000000 | 1001001 |
Color Harmonies of #E68CE2
Complementary color
Monochromatic Colors of #E68CE2
Black with #E68CE2
Text Example
Text Example
White with #E68CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68CE2; }
p { color: rgb(230,140,226); }
H1.HeaderClassName
{
color: #E68CE2;
}
.AnyTagClassName
{
color: #E68CE2;
}
</style>
background-color css
<style>
a { background-color: #E68CE2; }
a { background-color: rgb(230,140,226); }
div.DivClassName
{
background-color: #E68CE2;
}
.BgClassName
{
background-color: #E68CE2;
}
</style>
border-color css
<style>
span { border-color: #E68CE2; }
span { border-color: rgb(230,140,226); }
td.TdClassName
{
border-color: #E68CE2;
}
.TagClassName
{
border-color: #E68CE2;
}
</style>