Shades of Violet #E67CDF
Tints of Violet #E67CDF
RGB
CMYK
RGB Variations
Color information
#E67CDF (or 0xE67CDF) is known color: Violet. HEX triplet: E6, 7C and DF. RGB value is (230,124,223). Sum of RGB (Red+Green+Blue) = 230+124+223=577 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.86% from 577); Green value is 124 (48.83% from 255 or 21.49% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 230 - color contains mainly: red. Hex color #E67CDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67CDF is #198320. Grayscale: #A6A6A6. Windows color (decimal): -1671969 or 14646502. OLE color: 14646502.
HSL color Cylindrical-coordinate representation of color #E67CDF: hue angle of 303.96º 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 #E67CDF is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 124 | 223 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.10 |
| HSL | 303.96º | 0.68% | 0.69% | - |
| HSV(B) | 303.96º | 0.46% | 0.9% | - |
| XYZ | 53.16 | 36.57 | 74.07 | - |
| YUV | 166.98 | 159.62 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 124 | 223 | 0 | 0.46 | 0.03 | 0.10 | 303.96 | 0.68 | 0.69 |
| Hex | E6 | 7C | DF | 0 | 2E | 3 | A | 130 | 44 | 45 |
| Octal | 346 | 174 | 337 | 0 | 56 | 3 | 12 | 460 | 104 | 105 |
| Binary | 11100110 | 1111100 | 11011111 | 0 | 101110 | 11 | 1010 | 100110000 | 1000100 | 1000101 |
Color Harmonies of #E67CDF
Complementary color
Monochromatic Colors of #E67CDF
Black with #E67CDF
Text Example
Text Example
White with #E67CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67CDF; }
p { color: rgb(230,124,223); }
H1.HeaderClassName
{
color: #E67CDF;
}
.AnyTagClassName
{
color: #E67CDF;
}
</style>
background-color css
<style>
a { background-color: #E67CDF; }
a { background-color: rgb(230,124,223); }
div.DivClassName
{
background-color: #E67CDF;
}
.BgClassName
{
background-color: #E67CDF;
}
</style>
border-color css
<style>
span { border-color: #E67CDF; }
span { border-color: rgb(230,124,223); }
td.TdClassName
{
border-color: #E67CDF;
}
.TagClassName
{
border-color: #E67CDF;
}
</style>