Shades of Plum #EB94E0
Tints of Plum #EB94E0
RGB
CMYK
RGB Variations
Color information
#EB94E0 (or 0xEB94E0) is known color: Plum. HEX triplet: EB, 94 and E0. RGB value is (235,148,224). Sum of RGB (Red+Green+Blue) = 235+148+224=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 148 (58.20% from 255 or 24.38% from 607); Blue value is 224 (87.89% from 255 or 36.90% from 607); Max value from RGB is 235 - color contains mainly: red. Hex color #EB94E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB94E0 is #146B1F. Grayscale: #B6B6B6. Windows color (decimal): -1338144 or 14718187. OLE color: 14718187.
HSL color Cylindrical-coordinate representation of color #EB94E0: hue angle of 307.59º degrees, saturation: 0.69, 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 #EB94E0 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 148 | 224 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.08 |
| HSL | 307.59º | 0.69% | 0.75% | - |
| HSV(B) | 307.59º | 0.37% | 0.92% | - |
| XYZ | 58.31 | 44.22 | 75.98 | - |
| YUV | 182.68 | 151.32 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 148 | 224 | 0 | 0.37 | 0.05 | 0.08 | 307.59 | 0.69 | 0.75 |
| Hex | EB | 94 | E0 | 0 | 25 | 5 | 8 | 134 | 45 | 4B |
| Octal | 353 | 224 | 340 | 0 | 45 | 5 | 10 | 464 | 105 | 113 |
| Binary | 11101011 | 10010100 | 11100000 | 0 | 100101 | 101 | 1000 | 100110100 | 1000101 | 1001011 |
Color Harmonies of #EB94E0
Complementary color
Monochromatic Colors of #EB94E0
Black with #EB94E0
Text Example
Text Example
White with #EB94E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB94E0; }
p { color: rgb(235,148,224); }
H1.HeaderClassName
{
color: #EB94E0;
}
.AnyTagClassName
{
color: #EB94E0;
}
</style>
background-color css
<style>
a { background-color: #EB94E0; }
a { background-color: rgb(235,148,224); }
div.DivClassName
{
background-color: #EB94E0;
}
.BgClassName
{
background-color: #EB94E0;
}
</style>
border-color css
<style>
span { border-color: #EB94E0; }
span { border-color: rgb(235,148,224); }
td.TdClassName
{
border-color: #EB94E0;
}
.TagClassName
{
border-color: #EB94E0;
}
</style>