Shades of Plum #EA99E5
Tints of Plum #EA99E5
RGB
CMYK
RGB Variations
Color information
#EA99E5 (or 0xEA99E5) is known color: Plum. HEX triplet: EA, 99 and E5. RGB value is (234,153,229). Sum of RGB (Red+Green+Blue) = 234+153+229=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 153 (60.16% from 255 or 24.84% from 616); Blue value is 229 (89.84% from 255 or 37.18% from 616); Max value from RGB is 234 - color contains mainly: red. Hex color #EA99E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA99E5 is #15661A. Grayscale: #B9B9B9. Windows color (decimal): -1402395 or 15047146. OLE color: 15047146.
HSL color Cylindrical-coordinate representation of color #EA99E5: hue angle of 303.7º 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 #EA99E5 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 153 | 229 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.08 |
| HSL | 303.7º | 0.66% | 0.76% | - |
| HSV(B) | 303.7º | 0.35% | 0.92% | - |
| XYZ | 59.47 | 45.93 | 79.86 | - |
| YUV | 185.88 | 152.34 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 153 | 229 | 0 | 0.35 | 0.02 | 0.08 | 303.7 | 0.66 | 0.76 |
| Hex | EA | 99 | E5 | 0 | 23 | 2 | 8 | 130 | 42 | 4C |
| Octal | 352 | 231 | 345 | 0 | 43 | 2 | 10 | 460 | 102 | 114 |
| Binary | 11101010 | 10011001 | 11100101 | 0 | 100011 | 10 | 1000 | 100110000 | 1000010 | 1001100 |
Color Harmonies of #EA99E5
Complementary color
Monochromatic Colors of #EA99E5
Black with #EA99E5
Text Example
Text Example
White with #EA99E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA99E5; }
p { color: rgb(234,153,229); }
H1.HeaderClassName
{
color: #EA99E5;
}
.AnyTagClassName
{
color: #EA99E5;
}
</style>
background-color css
<style>
a { background-color: #EA99E5; }
a { background-color: rgb(234,153,229); }
div.DivClassName
{
background-color: #EA99E5;
}
.BgClassName
{
background-color: #EA99E5;
}
</style>
border-color css
<style>
span { border-color: #EA99E5; }
span { border-color: rgb(234,153,229); }
td.TdClassName
{
border-color: #EA99E5;
}
.TagClassName
{
border-color: #EA99E5;
}
</style>