Shades of Plum #EA96DB
Tints of Plum #EA96DB
RGB
CMYK
RGB Variations
Color information
#EA96DB (or 0xEA96DB) is known color: Plum. HEX triplet: EA, 96 and DB. RGB value is (234,150,219). Sum of RGB (Red+Green+Blue) = 234+150+219=603 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.81% from 603); Green value is 150 (58.98% from 255 or 24.88% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 234 - color contains mainly: red. Hex color #EA96DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA96DB is #156924. Grayscale: #B6B6B6. Windows color (decimal): -1403173 or 14391018. OLE color: 14391018.
HSL color Cylindrical-coordinate representation of color #EA96DB: hue angle of 310.71º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EA96DB is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 150 | 219 | - |
| CMYK | 0 | 0.36 | 0.06 | 0.08 |
| HSL | 310.71º | 0.67% | 0.75% | - |
| HSV(B) | 310.71º | 0.36% | 0.92% | - |
| XYZ | 57.62 | 44.42 | 72.55 | - |
| YUV | 182.98 | 148.33 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 150 | 219 | 0 | 0.36 | 0.06 | 0.08 | 310.71 | 0.67 | 0.75 |
| Hex | EA | 96 | DB | 0 | 24 | 6 | 8 | 137 | 43 | 4B |
| Octal | 352 | 226 | 333 | 0 | 44 | 6 | 10 | 467 | 103 | 113 |
| Binary | 11101010 | 10010110 | 11011011 | 0 | 100100 | 110 | 1000 | 100110111 | 1000011 | 1001011 |
Color Harmonies of #EA96DB
Complementary color
Monochromatic Colors of #EA96DB
Black with #EA96DB
Text Example
Text Example
White with #EA96DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA96DB; }
p { color: rgb(234,150,219); }
H1.HeaderClassName
{
color: #EA96DB;
}
.AnyTagClassName
{
color: #EA96DB;
}
</style>
background-color css
<style>
a { background-color: #EA96DB; }
a { background-color: rgb(234,150,219); }
div.DivClassName
{
background-color: #EA96DB;
}
.BgClassName
{
background-color: #EA96DB;
}
</style>
border-color css
<style>
span { border-color: #EA96DB; }
span { border-color: rgb(234,150,219); }
td.TdClassName
{
border-color: #EA96DB;
}
.TagClassName
{
border-color: #EA96DB;
}
</style>