Shades of Plum #EA99EA
Tints of Plum #EA99EA
RGB
CMYK
RGB Variations
Color information
#EA99EA (or 0xEA99EA) is known color: Plum. HEX triplet: EA, 99 and EA. RGB value is (234,153,234). Sum of RGB (Red+Green+Blue) = 234+153+234=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 153 (60.16% from 255 or 24.64% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EA99EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA99EA is #156615. Grayscale: #BABABA. Windows color (decimal): -1402390 or 15374826. OLE color: 15374826.
HSL color Cylindrical-coordinate representation of color #EA99EA: hue angle of 300º 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 #EA99EA is Cyan = 0, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 153 | 234 | - |
| CMYK | 0 | 0.35 | 0 | 0.08 |
| HSL | 300º | 0.66% | 0.76% | - |
| HSV(B) | 300º | 0.35% | 0.92% | - |
| XYZ | 60.17 | 46.22 | 83.59 | - |
| YUV | 186.45 | 154.84 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 153 | 234 | 0 | 0.35 | 0 | 0.08 | 300 | 0.66 | 0.76 |
| Hex | EA | 99 | EA | 0 | 23 | 0 | 8 | 12C | 42 | 4C |
| Octal | 352 | 231 | 352 | 0 | 43 | 0 | 10 | 454 | 102 | 114 |
| Binary | 11101010 | 10011001 | 11101010 | 0 | 100011 | 0 | 1000 | 100101100 | 1000010 | 1001100 |
Color Harmonies of #EA99EA
Complementary color
Monochromatic Colors of #EA99EA
Black with #EA99EA
Text Example
Text Example
White with #EA99EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA99EA; }
p { color: rgb(234,153,234); }
H1.HeaderClassName
{
color: #EA99EA;
}
.AnyTagClassName
{
color: #EA99EA;
}
</style>
background-color css
<style>
a { background-color: #EA99EA; }
a { background-color: rgb(234,153,234); }
div.DivClassName
{
background-color: #EA99EA;
}
.BgClassName
{
background-color: #EA99EA;
}
</style>
border-color css
<style>
span { border-color: #EA99EA; }
span { border-color: rgb(234,153,234); }
td.TdClassName
{
border-color: #EA99EA;
}
.TagClassName
{
border-color: #EA99EA;
}
</style>