Shades of Violet #E67FDD
Tints of Violet #E67FDD
RGB
CMYK
RGB Variations
Color information
#E67FDD (or 0xE67FDD) is known color: Violet. HEX triplet: E6, 7F and DD. RGB value is (230,127,221). Sum of RGB (Red+Green+Blue) = 230+127+221=578 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.79% from 578); Green value is 127 (50% from 255 or 21.97% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 230 - color contains mainly: red. Hex color #E67FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67FDD is #198022. Grayscale: #A8A8A8. Windows color (decimal): -1671203 or 14516198. OLE color: 14516198.
HSL color Cylindrical-coordinate representation of color #E67FDD: hue angle of 305.24º 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 #E67FDD is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 127 | 221 | - |
| CMYK | 0 | 0.45 | 0.04 | 0.10 |
| HSL | 305.24º | 0.67% | 0.7% | - |
| HSV(B) | 305.24º | 0.45% | 0.9% | - |
| XYZ | 53.27 | 37.22 | 72.78 | - |
| YUV | 168.51 | 157.62 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 127 | 221 | 0 | 0.45 | 0.04 | 0.10 | 305.24 | 0.67 | 0.7 |
| Hex | E6 | 7F | DD | 0 | 2D | 4 | A | 131 | 43 | 46 |
| Octal | 346 | 177 | 335 | 0 | 55 | 4 | 12 | 461 | 103 | 106 |
| Binary | 11100110 | 1111111 | 11011101 | 0 | 101101 | 100 | 1010 | 100110001 | 1000011 | 1000110 |
Color Harmonies of #E67FDD
Complementary color
Monochromatic Colors of #E67FDD
Black with #E67FDD
Text Example
Text Example
White with #E67FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67FDD; }
p { color: rgb(230,127,221); }
H1.HeaderClassName
{
color: #E67FDD;
}
.AnyTagClassName
{
color: #E67FDD;
}
</style>
background-color css
<style>
a { background-color: #E67FDD; }
a { background-color: rgb(230,127,221); }
div.DivClassName
{
background-color: #E67FDD;
}
.BgClassName
{
background-color: #E67FDD;
}
</style>
border-color css
<style>
span { border-color: #E67FDD; }
span { border-color: rgb(230,127,221); }
td.TdClassName
{
border-color: #E67FDD;
}
.TagClassName
{
border-color: #E67FDD;
}
</style>