Shades of Violet #E681DD
Tints of Violet #E681DD
RGB
CMYK
RGB Variations
Color information
#E681DD (or 0xE681DD) is known color: Violet. HEX triplet: E6, 81 and DD. RGB value is (230,129,221). Sum of RGB (Red+Green+Blue) = 230+129+221=580 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.66% from 580); Green value is 129 (50.78% from 255 or 22.24% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 230 - color contains mainly: red. Hex color #E681DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E681DD is #197E22. Grayscale: #A9A9A9. Windows color (decimal): -1670691 or 14516710. OLE color: 14516710.
HSL color Cylindrical-coordinate representation of color #E681DD: hue angle of 305.35º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E681DD is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 129 | 221 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.10 |
| HSL | 305.35º | 0.67% | 0.7% | - |
| HSV(B) | 305.35º | 0.44% | 0.9% | - |
| XYZ | 53.53 | 37.74 | 72.87 | - |
| YUV | 169.69 | 156.96 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 129 | 221 | 0 | 0.44 | 0.04 | 0.10 | 305.35 | 0.67 | 0.7 |
| Hex | E6 | 81 | DD | 0 | 2C | 4 | A | 131 | 43 | 46 |
| Octal | 346 | 201 | 335 | 0 | 54 | 4 | 12 | 461 | 103 | 106 |
| Binary | 11100110 | 10000001 | 11011101 | 0 | 101100 | 100 | 1010 | 100110001 | 1000011 | 1000110 |
Color Harmonies of #E681DD
Complementary color
Monochromatic Colors of #E681DD
Black with #E681DD
Text Example
Text Example
White with #E681DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E681DD; }
p { color: rgb(230,129,221); }
H1.HeaderClassName
{
color: #E681DD;
}
.AnyTagClassName
{
color: #E681DD;
}
</style>
background-color css
<style>
a { background-color: #E681DD; }
a { background-color: rgb(230,129,221); }
div.DivClassName
{
background-color: #E681DD;
}
.BgClassName
{
background-color: #E681DD;
}
</style>
border-color css
<style>
span { border-color: #E681DD; }
span { border-color: rgb(230,129,221); }
td.TdClassName
{
border-color: #E681DD;
}
.TagClassName
{
border-color: #E681DD;
}
</style>