Shades of Violet #E594EE
Tints of Violet #E594EE
RGB
CMYK
RGB Variations
Color information
#E594EE (or 0xE594EE) is known color: Violet. HEX triplet: E5, 94 and EE. RGB value is (229,148,238). Sum of RGB (Red+Green+Blue) = 229+148+238=615 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.24% from 615); Green value is 148 (58.20% from 255 or 24.07% from 615); Blue value is 238 (93.36% from 255 or 38.70% from 615); Max value from RGB is 238 - color contains mainly: blue. Hex color #E594EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E594EE is #1A6B11. Grayscale: #B6B6B6. Windows color (decimal): -1731346 or 15635685. OLE color: 15635685.
HSL color Cylindrical-coordinate representation of color #E594EE: hue angle of 294º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E594EE is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 148 | 238 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.07 |
| HSL | 294º | 0.73% | 0.76% | - |
| HSV(B) | 294º | 0.38% | 0.93% | - |
| XYZ | 58.34 | 44.01 | 86.31 | - |
| YUV | 182.48 | 159.34 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 148 | 238 | 0.04 | 0.38 | 0 | 0.07 | 294 | 0.73 | 0.76 |
| Hex | E5 | 94 | EE | 4 | 26 | 0 | 7 | 126 | 49 | 4C |
| Octal | 345 | 224 | 356 | 4 | 46 | 0 | 7 | 446 | 111 | 114 |
| Binary | 11100101 | 10010100 | 11101110 | 100 | 100110 | 0 | 111 | 100100110 | 1001001 | 1001100 |
Color Harmonies of #E594EE
Complementary color
Monochromatic Colors of #E594EE
Black with #E594EE
Text Example
Text Example
White with #E594EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E594EE; }
p { color: rgb(229,148,238); }
H1.HeaderClassName
{
color: #E594EE;
}
.AnyTagClassName
{
color: #E594EE;
}
</style>
background-color css
<style>
a { background-color: #E594EE; }
a { background-color: rgb(229,148,238); }
div.DivClassName
{
background-color: #E594EE;
}
.BgClassName
{
background-color: #E594EE;
}
</style>
border-color css
<style>
span { border-color: #E594EE; }
span { border-color: rgb(229,148,238); }
td.TdClassName
{
border-color: #E594EE;
}
.TagClassName
{
border-color: #E594EE;
}
</style>