Shades of Violet #E380EF
Tints of Violet #E380EF
RGB
CMYK
RGB Variations
Color information
#E380EF (or 0xE380EF) is known color: Violet. HEX triplet: E3, 80 and EF. RGB value is (227,128,239). Sum of RGB (Red+Green+Blue) = 227+128+239=594 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.22% from 594); Green value is 128 (50.39% from 255 or 21.55% from 594); Blue value is 239 (93.75% from 255 or 40.24% from 594); Max value from RGB is 239 - color contains mainly: blue. Hex color #E380EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E380EF is #1C7F10. Grayscale: #A9A9A9. Windows color (decimal): -1867537 or 15696099. OLE color: 15696099.
HSL color Cylindrical-coordinate representation of color #E380EF: hue angle of 293.51º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E380EF is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 227 | 128 | 239 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.06 |
| HSL | 293.51º | 0.78% | 0.72% | - |
| HSV(B) | 293.51º | 0.46% | 0.94% | - |
| XYZ | 54.98 | 38 | 86.1 | - |
| YUV | 170.26 | 166.8 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 128 | 239 | 0.05 | 0.46 | 0 | 0.06 | 293.51 | 0.78 | 0.72 |
| Hex | E3 | 80 | EF | 5 | 2E | 0 | 6 | 126 | 4E | 48 |
| Octal | 343 | 200 | 357 | 5 | 56 | 0 | 6 | 446 | 116 | 110 |
| Binary | 11100011 | 10000000 | 11101111 | 101 | 101110 | 0 | 110 | 100100110 | 1001110 | 1001000 |
Color Harmonies of #E380EF
Complementary color
Monochromatic Colors of #E380EF
Black with #E380EF
Text Example
Text Example
White with #E380EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E380EF; }
p { color: rgb(227,128,239); }
H1.HeaderClassName
{
color: #E380EF;
}
.AnyTagClassName
{
color: #E380EF;
}
</style>
background-color css
<style>
a { background-color: #E380EF; }
a { background-color: rgb(227,128,239); }
div.DivClassName
{
background-color: #E380EF;
}
.BgClassName
{
background-color: #E380EF;
}
</style>
border-color css
<style>
span { border-color: #E380EF; }
span { border-color: rgb(227,128,239); }
td.TdClassName
{
border-color: #E380EF;
}
.TagClassName
{
border-color: #E380EF;
}
</style>