Shades of Plum #EA94E6
Tints of Plum #EA94E6
RGB
CMYK
RGB Variations
Color information
#EA94E6 (or 0xEA94E6) is known color: Plum. HEX triplet: EA, 94 and E6. RGB value is (234,148,230). Sum of RGB (Red+Green+Blue) = 234+148+230=612 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.24% from 612); Green value is 148 (58.20% from 255 or 24.18% from 612); Blue value is 230 (90.23% from 255 or 37.58% from 612); Max value from RGB is 234 - color contains mainly: red. Hex color #EA94E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA94E6 is #156B19. Grayscale: #B6B6B6. Windows color (decimal): -1403674 or 15111402. OLE color: 15111402.
HSL color Cylindrical-coordinate representation of color #EA94E6: hue angle of 302.79º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EA94E6 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 148 | 230 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.08 |
| HSL | 302.79º | 0.67% | 0.75% | - |
| HSV(B) | 302.79º | 0.37% | 0.92% | - |
| XYZ | 58.8 | 44.39 | 80.33 | - |
| YUV | 183.06 | 154.49 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 148 | 230 | 0 | 0.37 | 0.02 | 0.08 | 302.79 | 0.67 | 0.75 |
| Hex | EA | 94 | E6 | 0 | 25 | 2 | 8 | 12F | 43 | 4B |
| Octal | 352 | 224 | 346 | 0 | 45 | 2 | 10 | 457 | 103 | 113 |
| Binary | 11101010 | 10010100 | 11100110 | 0 | 100101 | 10 | 1000 | 100101111 | 1000011 | 1001011 |
Color Harmonies of #EA94E6
Complementary color
Monochromatic Colors of #EA94E6
Black with #EA94E6
Text Example
Text Example
White with #EA94E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA94E6; }
p { color: rgb(234,148,230); }
H1.HeaderClassName
{
color: #EA94E6;
}
.AnyTagClassName
{
color: #EA94E6;
}
</style>
background-color css
<style>
a { background-color: #EA94E6; }
a { background-color: rgb(234,148,230); }
div.DivClassName
{
background-color: #EA94E6;
}
.BgClassName
{
background-color: #EA94E6;
}
</style>
border-color css
<style>
span { border-color: #EA94E6; }
span { border-color: rgb(234,148,230); }
td.TdClassName
{
border-color: #EA94E6;
}
.TagClassName
{
border-color: #EA94E6;
}
</style>