Shades of Violet #E384DD
Tints of Violet #E384DD
RGB
CMYK
RGB Variations
Color information
#E384DD (or 0xE384DD) is known color: Violet. HEX triplet: E3, 84 and DD. RGB value is (227,132,221). Sum of RGB (Red+Green+Blue) = 227+132+221=580 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.14% from 580); Green value is 132 (51.95% from 255 or 22.76% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 227 - color contains mainly: red. Hex color #E384DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E384DD is #1C7B22. Grayscale: #AAAAAA. Windows color (decimal): -1866531 or 14517475. OLE color: 14517475.
HSL color Cylindrical-coordinate representation of color #E384DD: hue angle of 303.79º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E384DD is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 132 | 221 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.11 |
| HSL | 303.79º | 0.63% | 0.7% | - |
| HSV(B) | 303.79º | 0.42% | 0.89% | - |
| XYZ | 52.98 | 38.05 | 72.96 | - |
| YUV | 170.55 | 156.47 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 132 | 221 | 0 | 0.42 | 0.03 | 0.11 | 303.79 | 0.63 | 0.7 |
| Hex | E3 | 84 | DD | 0 | 2A | 3 | B | 130 | 3F | 46 |
| Octal | 343 | 204 | 335 | 0 | 52 | 3 | 13 | 460 | 77 | 106 |
| Binary | 11100011 | 10000100 | 11011101 | 0 | 101010 | 11 | 1011 | 100110000 | 111111 | 1000110 |
Color Harmonies of #E384DD
Complementary color
Monochromatic Colors of #E384DD
Black with #E384DD
Text Example
Text Example
White with #E384DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E384DD; }
p { color: rgb(227,132,221); }
H1.HeaderClassName
{
color: #E384DD;
}
.AnyTagClassName
{
color: #E384DD;
}
</style>
background-color css
<style>
a { background-color: #E384DD; }
a { background-color: rgb(227,132,221); }
div.DivClassName
{
background-color: #E384DD;
}
.BgClassName
{
background-color: #E384DD;
}
</style>
border-color css
<style>
span { border-color: #E384DD; }
span { border-color: rgb(227,132,221); }
td.TdClassName
{
border-color: #E384DD;
}
.TagClassName
{
border-color: #E384DD;
}
</style>