Shades of Violet #E380EE
Tints of Violet #E380EE
RGB
CMYK
RGB Variations
Color information
#E380EE (or 0xE380EE) is known color: Violet. HEX triplet: E3, 80 and EE. RGB value is (227,128,238). Sum of RGB (Red+Green+Blue) = 227+128+238=593 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.28% from 593); Green value is 128 (50.39% from 255 or 21.59% from 593); Blue value is 238 (93.36% from 255 or 40.13% from 593); Max value from RGB is 238 - color contains mainly: blue. Hex color #E380EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E380EE is #1C7F11. Grayscale: #A9A9A9. Windows color (decimal): -1867538 or 15630563. OLE color: 15630563.
HSL color Cylindrical-coordinate representation of color #E380EE: hue angle of 294º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E380EE is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 128 | 238 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.07 |
| HSL | 294º | 0.76% | 0.72% | - |
| HSV(B) | 294º | 0.46% | 0.93% | - |
| XYZ | 54.83 | 37.94 | 85.32 | - |
| YUV | 170.14 | 166.3 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 128 | 238 | 0.05 | 0.46 | 0 | 0.07 | 294 | 0.76 | 0.72 |
| Hex | E3 | 80 | EE | 5 | 2E | 0 | 7 | 126 | 4C | 48 |
| Octal | 343 | 200 | 356 | 5 | 56 | 0 | 7 | 446 | 114 | 110 |
| Binary | 11100011 | 10000000 | 11101110 | 101 | 101110 | 0 | 111 | 100100110 | 1001100 | 1001000 |
Color Harmonies of #E380EE
Complementary color
Monochromatic Colors of #E380EE
Black with #E380EE
Text Example
Text Example
White with #E380EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E380EE; }
p { color: rgb(227,128,238); }
H1.HeaderClassName
{
color: #E380EE;
}
.AnyTagClassName
{
color: #E380EE;
}
</style>
background-color css
<style>
a { background-color: #E380EE; }
a { background-color: rgb(227,128,238); }
div.DivClassName
{
background-color: #E380EE;
}
.BgClassName
{
background-color: #E380EE;
}
</style>
border-color css
<style>
span { border-color: #E380EE; }
span { border-color: rgb(227,128,238); }
td.TdClassName
{
border-color: #E380EE;
}
.TagClassName
{
border-color: #E380EE;
}
</style>