Shades of Plum #EA99E2
Tints of Plum #EA99E2
RGB
CMYK
RGB Variations
Color information
#EA99E2 (or 0xEA99E2) is known color: Plum. HEX triplet: EA, 99 and E2. RGB value is (234,153,226). Sum of RGB (Red+Green+Blue) = 234+153+226=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 153 (60.16% from 255 or 24.96% from 613); Blue value is 226 (88.67% from 255 or 36.87% from 613); Max value from RGB is 234 - color contains mainly: red. Hex color #EA99E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA99E2 is #15661D. Grayscale: #B9B9B9. Windows color (decimal): -1402398 or 14850538. OLE color: 14850538.
HSL color Cylindrical-coordinate representation of color #EA99E2: hue angle of 305.93º 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 #EA99E2 is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 153 | 226 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.08 |
| HSL | 305.93º | 0.66% | 0.76% | - |
| HSV(B) | 305.93º | 0.35% | 0.92% | - |
| XYZ | 59.05 | 45.77 | 77.67 | - |
| YUV | 185.54 | 150.84 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 153 | 226 | 0 | 0.35 | 0.03 | 0.08 | 305.93 | 0.66 | 0.76 |
| Hex | EA | 99 | E2 | 0 | 23 | 3 | 8 | 132 | 42 | 4C |
| Octal | 352 | 231 | 342 | 0 | 43 | 3 | 10 | 462 | 102 | 114 |
| Binary | 11101010 | 10011001 | 11100010 | 0 | 100011 | 11 | 1000 | 100110010 | 1000010 | 1001100 |
Color Harmonies of #EA99E2
Complementary color
Monochromatic Colors of #EA99E2
Black with #EA99E2
Text Example
Text Example
White with #EA99E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA99E2; }
p { color: rgb(234,153,226); }
H1.HeaderClassName
{
color: #EA99E2;
}
.AnyTagClassName
{
color: #EA99E2;
}
</style>
background-color css
<style>
a { background-color: #EA99E2; }
a { background-color: rgb(234,153,226); }
div.DivClassName
{
background-color: #EA99E2;
}
.BgClassName
{
background-color: #EA99E2;
}
</style>
border-color css
<style>
span { border-color: #EA99E2; }
span { border-color: rgb(234,153,226); }
td.TdClassName
{
border-color: #EA99E2;
}
.TagClassName
{
border-color: #EA99E2;
}
</style>