Shades of Violet #E188EA
Tints of Violet #E188EA
RGB
CMYK
RGB Variations
Color information
#E188EA (or 0xE188EA) is known color: Violet. HEX triplet: E1, 88 and EA. RGB value is (225,136,234). Sum of RGB (Red+Green+Blue) = 225+136+234=595 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.82% from 595); Green value is 136 (53.52% from 255 or 22.86% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 234 - color contains mainly: blue. Hex color #E188EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E188EA is #1E7715. Grayscale: #ADADAD. Windows color (decimal): -1996566 or 15370465. OLE color: 15370465.
HSL color Cylindrical-coordinate representation of color #E188EA: hue angle of 294.49º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E188EA is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 136 | 234 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.08 |
| HSL | 294.49º | 0.7% | 0.73% | - |
| HSV(B) | 294.49º | 0.42% | 0.92% | - |
| XYZ | 54.71 | 39.56 | 82.59 | - |
| YUV | 173.78 | 161.99 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 136 | 234 | 0.04 | 0.42 | 0 | 0.08 | 294.49 | 0.7 | 0.73 |
| Hex | E1 | 88 | EA | 4 | 2A | 0 | 8 | 126 | 46 | 49 |
| Octal | 341 | 210 | 352 | 4 | 52 | 0 | 10 | 446 | 106 | 111 |
| Binary | 11100001 | 10001000 | 11101010 | 100 | 101010 | 0 | 1000 | 100100110 | 1000110 | 1001001 |
Color Harmonies of #E188EA
Complementary color
Monochromatic Colors of #E188EA
Black with #E188EA
Text Example
Text Example
White with #E188EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E188EA; }
p { color: rgb(225,136,234); }
H1.HeaderClassName
{
color: #E188EA;
}
.AnyTagClassName
{
color: #E188EA;
}
</style>
background-color css
<style>
a { background-color: #E188EA; }
a { background-color: rgb(225,136,234); }
div.DivClassName
{
background-color: #E188EA;
}
.BgClassName
{
background-color: #E188EA;
}
</style>
border-color css
<style>
span { border-color: #E188EA; }
span { border-color: rgb(225,136,234); }
td.TdClassName
{
border-color: #E188EA;
}
.TagClassName
{
border-color: #E188EA;
}
</style>