Shades of Plum #EA94E0
Tints of Plum #EA94E0
RGB
CMYK
RGB Variations
Color information
#EA94E0 (or 0xEA94E0) is known color: Plum. HEX triplet: EA, 94 and E0. RGB value is (234,148,224). Sum of RGB (Red+Green+Blue) = 234+148+224=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 148 (58.20% from 255 or 24.42% from 606); Blue value is 224 (87.89% from 255 or 36.96% from 606); Max value from RGB is 234 - color contains mainly: red. Hex color #EA94E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA94E0 is #156B1F. Grayscale: #B6B6B6. Windows color (decimal): -1403680 or 14718186. OLE color: 14718186.
HSL color Cylindrical-coordinate representation of color #EA94E0: hue angle of 306.98º 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 #EA94E0 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 148 | 224 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.08 |
| HSL | 306.98º | 0.67% | 0.75% | - |
| HSV(B) | 306.98º | 0.37% | 0.92% | - |
| XYZ | 57.98 | 44.05 | 75.97 | - |
| YUV | 182.38 | 151.49 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 148 | 224 | 0 | 0.37 | 0.04 | 0.08 | 306.98 | 0.67 | 0.75 |
| Hex | EA | 94 | E0 | 0 | 25 | 4 | 8 | 133 | 43 | 4B |
| Octal | 352 | 224 | 340 | 0 | 45 | 4 | 10 | 463 | 103 | 113 |
| Binary | 11101010 | 10010100 | 11100000 | 0 | 100101 | 100 | 1000 | 100110011 | 1000011 | 1001011 |
Color Harmonies of #EA94E0
Complementary color
Monochromatic Colors of #EA94E0
Black with #EA94E0
Text Example
Text Example
White with #EA94E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA94E0; }
p { color: rgb(234,148,224); }
H1.HeaderClassName
{
color: #EA94E0;
}
.AnyTagClassName
{
color: #EA94E0;
}
</style>
background-color css
<style>
a { background-color: #EA94E0; }
a { background-color: rgb(234,148,224); }
div.DivClassName
{
background-color: #EA94E0;
}
.BgClassName
{
background-color: #EA94E0;
}
</style>
border-color css
<style>
span { border-color: #EA94E0; }
span { border-color: rgb(234,148,224); }
td.TdClassName
{
border-color: #EA94E0;
}
.TagClassName
{
border-color: #EA94E0;
}
</style>