Shades of Plum #EA9CF3
Tints of Plum #EA9CF3
RGB
CMYK
RGB Variations
Color information
#EA9CF3 (or 0xEA9CF3) is known color: Plum. HEX triplet: EA, 9C and F3. RGB value is (234,156,243). Sum of RGB (Red+Green+Blue) = 234+156+243=633 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.97% from 633); Green value is 156 (61.33% from 255 or 24.64% from 633); Blue value is 243 (95.31% from 255 or 38.39% from 633); Max value from RGB is 243 - color contains mainly: blue. Hex color #EA9CF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9CF3 is #15630C. Grayscale: #BCBCBC. Windows color (decimal): -1401613 or 15965418. OLE color: 15965418.
HSL color Cylindrical-coordinate representation of color #EA9CF3: hue angle of 293.79º degrees, saturation: 0.78, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EA9CF3 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 156 | 243 | - |
| CMYK | 0.04 | 0.36 | 0 | 0.05 |
| HSL | 293.79º | 0.78% | 0.78% | - |
| HSV(B) | 293.79º | 0.36% | 0.95% | - |
| XYZ | 62 | 47.74 | 90.74 | - |
| YUV | 189.24 | 158.34 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 156 | 243 | 0.04 | 0.36 | 0 | 0.05 | 293.79 | 0.78 | 0.78 |
| Hex | EA | 9C | F3 | 4 | 24 | 0 | 5 | 126 | 4E | 4E |
| Octal | 352 | 234 | 363 | 4 | 44 | 0 | 5 | 446 | 116 | 116 |
| Binary | 11101010 | 10011100 | 11110011 | 100 | 100100 | 0 | 101 | 100100110 | 1001110 | 1001110 |
Color Harmonies of #EA9CF3
Complementary color
Monochromatic Colors of #EA9CF3
Black with #EA9CF3
Text Example
Text Example
White with #EA9CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9CF3; }
p { color: rgb(234,156,243); }
H1.HeaderClassName
{
color: #EA9CF3;
}
.AnyTagClassName
{
color: #EA9CF3;
}
</style>
background-color css
<style>
a { background-color: #EA9CF3; }
a { background-color: rgb(234,156,243); }
div.DivClassName
{
background-color: #EA9CF3;
}
.BgClassName
{
background-color: #EA9CF3;
}
</style>
border-color css
<style>
span { border-color: #EA9CF3; }
span { border-color: rgb(234,156,243); }
td.TdClassName
{
border-color: #EA9CF3;
}
.TagClassName
{
border-color: #EA9CF3;
}
</style>