Shades of Plum #EA99DD
Tints of Plum #EA99DD
RGB
CMYK
RGB Variations
Color information
#EA99DD (or 0xEA99DD) is known color: Plum. HEX triplet: EA, 99 and DD. RGB value is (234,153,221). Sum of RGB (Red+Green+Blue) = 234+153+221=608 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.49% from 608); Green value is 153 (60.16% from 255 or 25.16% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 234 - color contains mainly: red. Hex color #EA99DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA99DD is #156622. Grayscale: #B8B8B8. Windows color (decimal): -1402403 or 14522858. OLE color: 14522858.
HSL color Cylindrical-coordinate representation of color #EA99DD: hue angle of 309.63º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EA99DD is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 153 | 221 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.08 |
| HSL | 309.63º | 0.66% | 0.76% | - |
| HSV(B) | 309.63º | 0.35% | 0.92% | - |
| XYZ | 58.37 | 45.5 | 74.11 | - |
| YUV | 184.97 | 148.34 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 153 | 221 | 0 | 0.35 | 0.06 | 0.08 | 309.63 | 0.66 | 0.76 |
| Hex | EA | 99 | DD | 0 | 23 | 6 | 8 | 136 | 42 | 4C |
| Octal | 352 | 231 | 335 | 0 | 43 | 6 | 10 | 466 | 102 | 114 |
| Binary | 11101010 | 10011001 | 11011101 | 0 | 100011 | 110 | 1000 | 100110110 | 1000010 | 1001100 |
Color Harmonies of #EA99DD
Complementary color
Monochromatic Colors of #EA99DD
Black with #EA99DD
Text Example
Text Example
White with #EA99DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA99DD; }
p { color: rgb(234,153,221); }
H1.HeaderClassName
{
color: #EA99DD;
}
.AnyTagClassName
{
color: #EA99DD;
}
</style>
background-color css
<style>
a { background-color: #EA99DD; }
a { background-color: rgb(234,153,221); }
div.DivClassName
{
background-color: #EA99DD;
}
.BgClassName
{
background-color: #EA99DD;
}
</style>
border-color css
<style>
span { border-color: #EA99DD; }
span { border-color: rgb(234,153,221); }
td.TdClassName
{
border-color: #EA99DD;
}
.TagClassName
{
border-color: #EA99DD;
}
</style>