Shades of Violet #E67FDE
Tints of Violet #E67FDE
RGB
CMYK
RGB Variations
Color information
#E67FDE (or 0xE67FDE) is known color: Violet. HEX triplet: E6, 7F and DE. RGB value is (230,127,222). Sum of RGB (Red+Green+Blue) = 230+127+222=579 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.72% from 579); Green value is 127 (50% from 255 or 21.93% from 579); Blue value is 222 (87.11% from 255 or 38.34% from 579); Max value from RGB is 230 - color contains mainly: red. Hex color #E67FDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67FDE is #198021. Grayscale: #A8A8A8. Windows color (decimal): -1671202 or 14581734. OLE color: 14581734.
HSL color Cylindrical-coordinate representation of color #E67FDE: hue angle of 304.66º 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 #E67FDE is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 127 | 222 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.10 |
| HSL | 304.66º | 0.67% | 0.7% | - |
| HSV(B) | 304.66º | 0.45% | 0.9% | - |
| XYZ | 53.41 | 37.28 | 73.49 | - |
| YUV | 168.63 | 158.12 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 127 | 222 | 0 | 0.45 | 0.03 | 0.10 | 304.66 | 0.67 | 0.7 |
| Hex | E6 | 7F | DE | 0 | 2D | 3 | A | 131 | 43 | 46 |
| Octal | 346 | 177 | 336 | 0 | 55 | 3 | 12 | 461 | 103 | 106 |
| Binary | 11100110 | 1111111 | 11011110 | 0 | 101101 | 11 | 1010 | 100110001 | 1000011 | 1000110 |
Color Harmonies of #E67FDE
Complementary color
Monochromatic Colors of #E67FDE
Black with #E67FDE
Text Example
Text Example
White with #E67FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67FDE; }
p { color: rgb(230,127,222); }
H1.HeaderClassName
{
color: #E67FDE;
}
.AnyTagClassName
{
color: #E67FDE;
}
</style>
background-color css
<style>
a { background-color: #E67FDE; }
a { background-color: rgb(230,127,222); }
div.DivClassName
{
background-color: #E67FDE;
}
.BgClassName
{
background-color: #E67FDE;
}
</style>
border-color css
<style>
span { border-color: #E67FDE; }
span { border-color: rgb(230,127,222); }
td.TdClassName
{
border-color: #E67FDE;
}
.TagClassName
{
border-color: #E67FDE;
}
</style>