Shades of Violet #E67FE2
Tints of Violet #E67FE2
RGB
CMYK
RGB Variations
Color information
#E67FE2 (or 0xE67FE2) is known color: Violet. HEX triplet: E6, 7F and E2. RGB value is (230,127,226). Sum of RGB (Red+Green+Blue) = 230+127+226=583 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.45% from 583); Green value is 127 (50% from 255 or 21.78% from 583); Blue value is 226 (88.67% from 255 or 38.77% from 583); Max value from RGB is 230 - color contains mainly: red. Hex color #E67FE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67FE2 is #19801D. Grayscale: #A8A8A8. Windows color (decimal): -1671198 or 14843878. OLE color: 14843878.
HSL color Cylindrical-coordinate representation of color #E67FE2: hue angle of 302.33º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E67FE2 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 127 | 226 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.10 |
| HSL | 302.33º | 0.67% | 0.7% | - |
| HSV(B) | 302.33º | 0.45% | 0.9% | - |
| XYZ | 53.95 | 37.49 | 76.34 | - |
| YUV | 169.08 | 160.12 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 127 | 226 | 0 | 0.45 | 0.02 | 0.10 | 302.33 | 0.67 | 0.7 |
| Hex | E6 | 7F | E2 | 0 | 2D | 2 | A | 12E | 43 | 46 |
| Octal | 346 | 177 | 342 | 0 | 55 | 2 | 12 | 456 | 103 | 106 |
| Binary | 11100110 | 1111111 | 11100010 | 0 | 101101 | 10 | 1010 | 100101110 | 1000011 | 1000110 |
Color Harmonies of #E67FE2
Complementary color
Monochromatic Colors of #E67FE2
Black with #E67FE2
Text Example
Text Example
White with #E67FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67FE2; }
p { color: rgb(230,127,226); }
H1.HeaderClassName
{
color: #E67FE2;
}
.AnyTagClassName
{
color: #E67FE2;
}
</style>
background-color css
<style>
a { background-color: #E67FE2; }
a { background-color: rgb(230,127,226); }
div.DivClassName
{
background-color: #E67FE2;
}
.BgClassName
{
background-color: #E67FE2;
}
</style>
border-color css
<style>
span { border-color: #E67FE2; }
span { border-color: rgb(230,127,226); }
td.TdClassName
{
border-color: #E67FE2;
}
.TagClassName
{
border-color: #E67FE2;
}
</style>