Shades of Plum #EA92E2
Tints of Plum #EA92E2
RGB
CMYK
RGB Variations
Color information
#EA92E2 (or 0xEA92E2) is known color: Plum. HEX triplet: EA, 92 and E2. RGB value is (234,146,226). Sum of RGB (Red+Green+Blue) = 234+146+226=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 146 (57.42% from 255 or 24.09% from 606); Blue value is 226 (88.67% from 255 or 37.29% from 606); Max value from RGB is 234 - color contains mainly: red. Hex color #EA92E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA92E2 is #156D1D. Grayscale: #B5B5B5. Windows color (decimal): -1404190 or 14848746. OLE color: 14848746.
HSL color Cylindrical-coordinate representation of color #EA92E2: hue angle of 305.45º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EA92E2 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 146 | 226 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.08 |
| HSL | 305.45º | 0.68% | 0.75% | - |
| HSV(B) | 305.45º | 0.38% | 0.92% | - |
| XYZ | 57.94 | 43.54 | 77.3 | - |
| YUV | 181.43 | 153.15 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 146 | 226 | 0 | 0.38 | 0.03 | 0.08 | 305.45 | 0.68 | 0.75 |
| Hex | EA | 92 | E2 | 0 | 26 | 3 | 8 | 131 | 44 | 4B |
| Octal | 352 | 222 | 342 | 0 | 46 | 3 | 10 | 461 | 104 | 113 |
| Binary | 11101010 | 10010010 | 11100010 | 0 | 100110 | 11 | 1000 | 100110001 | 1000100 | 1001011 |
Color Harmonies of #EA92E2
Complementary color
Monochromatic Colors of #EA92E2
Black with #EA92E2
Text Example
Text Example
White with #EA92E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA92E2; }
p { color: rgb(234,146,226); }
H1.HeaderClassName
{
color: #EA92E2;
}
.AnyTagClassName
{
color: #EA92E2;
}
</style>
background-color css
<style>
a { background-color: #EA92E2; }
a { background-color: rgb(234,146,226); }
div.DivClassName
{
background-color: #EA92E2;
}
.BgClassName
{
background-color: #EA92E2;
}
</style>
border-color css
<style>
span { border-color: #EA92E2; }
span { border-color: rgb(234,146,226); }
td.TdClassName
{
border-color: #EA92E2;
}
.TagClassName
{
border-color: #EA92E2;
}
</style>