Shades of Plum #EA99E3
Tints of Plum #EA99E3
RGB
CMYK
RGB Variations
Color information
#EA99E3 (or 0xEA99E3) is known color: Plum. HEX triplet: EA, 99 and E3. RGB value is (234,153,227). Sum of RGB (Red+Green+Blue) = 234+153+227=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 153 (60.16% from 255 or 24.92% from 614); Blue value is 227 (89.06% from 255 or 36.97% from 614); Max value from RGB is 234 - color contains mainly: red. Hex color #EA99E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA99E3 is #15661C. Grayscale: #B9B9B9. Windows color (decimal): -1402397 or 14916074. OLE color: 14916074.
HSL color Cylindrical-coordinate representation of color #EA99E3: hue angle of 305.19º 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 #EA99E3 is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 153 | 227 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.08 |
| HSL | 305.19º | 0.66% | 0.76% | - |
| HSV(B) | 305.19º | 0.35% | 0.92% | - |
| XYZ | 59.19 | 45.82 | 78.4 | - |
| YUV | 185.66 | 151.34 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 153 | 227 | 0 | 0.35 | 0.03 | 0.08 | 305.19 | 0.66 | 0.76 |
| Hex | EA | 99 | E3 | 0 | 23 | 3 | 8 | 131 | 42 | 4C |
| Octal | 352 | 231 | 343 | 0 | 43 | 3 | 10 | 461 | 102 | 114 |
| Binary | 11101010 | 10011001 | 11100011 | 0 | 100011 | 11 | 1000 | 100110001 | 1000010 | 1001100 |
Color Harmonies of #EA99E3
Complementary color
Monochromatic Colors of #EA99E3
Black with #EA99E3
Text Example
Text Example
White with #EA99E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA99E3; }
p { color: rgb(234,153,227); }
H1.HeaderClassName
{
color: #EA99E3;
}
.AnyTagClassName
{
color: #EA99E3;
}
</style>
background-color css
<style>
a { background-color: #EA99E3; }
a { background-color: rgb(234,153,227); }
div.DivClassName
{
background-color: #EA99E3;
}
.BgClassName
{
background-color: #EA99E3;
}
</style>
border-color css
<style>
span { border-color: #EA99E3; }
span { border-color: rgb(234,153,227); }
td.TdClassName
{
border-color: #EA99E3;
}
.TagClassName
{
border-color: #EA99E3;
}
</style>