Shades of Violet #E378E5
Tints of Violet #E378E5
RGB
CMYK
RGB Variations
Color information
#E378E5 (or 0xE378E5) is known color: Violet. HEX triplet: E3, 78 and E5. RGB value is (227,120,229). Sum of RGB (Red+Green+Blue) = 227+120+229=576 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.41% from 576); Green value is 120 (47.27% from 255 or 20.83% from 576); Blue value is 229 (89.84% from 255 or 39.76% from 576); Max value from RGB is 229 - color contains mainly: blue. Hex color #E378E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E378E5 is #1C871A. Grayscale: #A4A4A4. Windows color (decimal): -1869595 or 15038691. OLE color: 15038691.
HSL color Cylindrical-coordinate representation of color #E378E5: hue angle of 298.9º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E378E5 is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 227 | 120 | 229 | - |
| CMYK | 0.01 | 0.48 | 0 | 0.10 |
| HSL | 298.9º | 0.68% | 0.68% | - |
| HSV(B) | 298.9º | 0.48% | 0.9% | - |
| XYZ | 52.54 | 35.42 | 78.2 | - |
| YUV | 164.42 | 164.45 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 120 | 229 | 0.01 | 0.48 | 0 | 0.10 | 298.9 | 0.68 | 0.68 |
| Hex | E3 | 78 | E5 | 1 | 30 | 0 | A | 12B | 44 | 44 |
| Octal | 343 | 170 | 345 | 1 | 60 | 0 | 12 | 453 | 104 | 104 |
| Binary | 11100011 | 1111000 | 11100101 | 1 | 110000 | 0 | 1010 | 100101011 | 1000100 | 1000100 |
Color Harmonies of #E378E5
Complementary color
Monochromatic Colors of #E378E5
Black with #E378E5
Text Example
Text Example
White with #E378E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E378E5; }
p { color: rgb(227,120,229); }
H1.HeaderClassName
{
color: #E378E5;
}
.AnyTagClassName
{
color: #E378E5;
}
</style>
background-color css
<style>
a { background-color: #E378E5; }
a { background-color: rgb(227,120,229); }
div.DivClassName
{
background-color: #E378E5;
}
.BgClassName
{
background-color: #E378E5;
}
</style>
border-color css
<style>
span { border-color: #E378E5; }
span { border-color: rgb(227,120,229); }
td.TdClassName
{
border-color: #E378E5;
}
.TagClassName
{
border-color: #E378E5;
}
</style>