Shades of Plum #E194EA
Tints of Plum #E194EA
RGB
CMYK
RGB Variations
Color information
#E194EA (or 0xE194EA) is known color: Plum. HEX triplet: E1, 94 and EA. RGB value is (225,148,234). Sum of RGB (Red+Green+Blue) = 225+148+234=607 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.07% from 607); Green value is 148 (58.20% from 255 or 24.38% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 234 - color contains mainly: blue. Hex color #E194EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E194EA is #1E6B15. Grayscale: #B4B4B4. Windows color (decimal): -1993494 or 15373537. OLE color: 15373537.
HSL color Cylindrical-coordinate representation of color #E194EA: hue angle of 293.72º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E194EA is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 148 | 234 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.08 |
| HSL | 293.72º | 0.67% | 0.75% | - |
| HSV(B) | 293.72º | 0.37% | 0.92% | - |
| XYZ | 56.49 | 43.13 | 83.19 | - |
| YUV | 180.83 | 158.01 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 148 | 234 | 0.04 | 0.37 | 0 | 0.08 | 293.72 | 0.67 | 0.75 |
| Hex | E1 | 94 | EA | 4 | 25 | 0 | 8 | 126 | 43 | 4B |
| Octal | 341 | 224 | 352 | 4 | 45 | 0 | 10 | 446 | 103 | 113 |
| Binary | 11100001 | 10010100 | 11101010 | 100 | 100101 | 0 | 1000 | 100100110 | 1000011 | 1001011 |
Color Harmonies of #E194EA
Complementary color
Monochromatic Colors of #E194EA
Black with #E194EA
Text Example
Text Example
White with #E194EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E194EA; }
p { color: rgb(225,148,234); }
H1.HeaderClassName
{
color: #E194EA;
}
.AnyTagClassName
{
color: #E194EA;
}
</style>
background-color css
<style>
a { background-color: #E194EA; }
a { background-color: rgb(225,148,234); }
div.DivClassName
{
background-color: #E194EA;
}
.BgClassName
{
background-color: #E194EA;
}
</style>
border-color css
<style>
span { border-color: #E194EA; }
span { border-color: rgb(225,148,234); }
td.TdClassName
{
border-color: #E194EA;
}
.TagClassName
{
border-color: #E194EA;
}
</style>