Shades of Violet #E67CED
Tints of Violet #E67CED
RGB
CMYK
RGB Variations
Color information
#E67CED (or 0xE67CED) is known color: Violet. HEX triplet: E6, 7C and ED. RGB value is (230,124,237). Sum of RGB (Red+Green+Blue) = 230+124+237=591 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.92% from 591); Green value is 124 (48.83% from 255 or 20.98% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 237 - color contains mainly: blue. Hex color #E67CED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E67CED is #198312. Grayscale: #A8A8A8. Windows color (decimal): -1671955 or 15564006. OLE color: 15564006.
HSL color Cylindrical-coordinate representation of color #E67CED: hue angle of 296.28º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E67CED is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 124 | 237 | - |
| CMYK | 0.03 | 0.48 | 0 | 0.07 |
| HSL | 296.28º | 0.76% | 0.71% | - |
| HSV(B) | 296.28º | 0.48% | 0.93% | - |
| XYZ | 55.13 | 37.35 | 84.43 | - |
| YUV | 168.58 | 166.62 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 124 | 237 | 0.03 | 0.48 | 0 | 0.07 | 296.28 | 0.76 | 0.71 |
| Hex | E6 | 7C | ED | 3 | 30 | 0 | 7 | 128 | 4C | 47 |
| Octal | 346 | 174 | 355 | 3 | 60 | 0 | 7 | 450 | 114 | 107 |
| Binary | 11100110 | 1111100 | 11101101 | 11 | 110000 | 0 | 111 | 100101000 | 1001100 | 1000111 |
Color Harmonies of #E67CED
Complementary color
Monochromatic Colors of #E67CED
Black with #E67CED
Text Example
Text Example
White with #E67CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67CED; }
p { color: rgb(230,124,237); }
H1.HeaderClassName
{
color: #E67CED;
}
.AnyTagClassName
{
color: #E67CED;
}
</style>
background-color css
<style>
a { background-color: #E67CED; }
a { background-color: rgb(230,124,237); }
div.DivClassName
{
background-color: #E67CED;
}
.BgClassName
{
background-color: #E67CED;
}
</style>
border-color css
<style>
span { border-color: #E67CED; }
span { border-color: rgb(230,124,237); }
td.TdClassName
{
border-color: #E67CED;
}
.TagClassName
{
border-color: #E67CED;
}
</style>