Shades of Plum #E092E6
Tints of Plum #E092E6
RGB
CMYK
RGB Variations
Color information
#E092E6 (or 0xE092E6) is known color: Plum. HEX triplet: E0, 92 and E6. RGB value is (224,146,230). Sum of RGB (Red+Green+Blue) = 224+146+230=600 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.33% from 600); Green value is 146 (57.42% from 255 or 24.33% from 600); Blue value is 230 (90.23% from 255 or 38.33% from 600); Max value from RGB is 230 - color contains mainly: blue. Hex color #E092E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E092E6 is #1F6D19. Grayscale: #B2B2B2. Windows color (decimal): -2059546 or 15110880. OLE color: 15110880.
HSL color Cylindrical-coordinate representation of color #E092E6: hue angle of 295.71º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E092E6 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 146 | 230 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.10 |
| HSL | 295.71º | 0.63% | 0.74% | - |
| HSV(B) | 295.71º | 0.37% | 0.9% | - |
| XYZ | 55.3 | 42.12 | 80.08 | - |
| YUV | 178.9 | 156.84 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 146 | 230 | 0.03 | 0.37 | 0 | 0.10 | 295.71 | 0.63 | 0.74 |
| Hex | E0 | 92 | E6 | 3 | 25 | 0 | A | 128 | 3F | 4A |
| Octal | 340 | 222 | 346 | 3 | 45 | 0 | 12 | 450 | 77 | 112 |
| Binary | 11100000 | 10010010 | 11100110 | 11 | 100101 | 0 | 1010 | 100101000 | 111111 | 1001010 |
Color Harmonies of #E092E6
Complementary color
Monochromatic Colors of #E092E6
Black with #E092E6
Text Example
Text Example
White with #E092E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E092E6; }
p { color: rgb(224,146,230); }
H1.HeaderClassName
{
color: #E092E6;
}
.AnyTagClassName
{
color: #E092E6;
}
</style>
background-color css
<style>
a { background-color: #E092E6; }
a { background-color: rgb(224,146,230); }
div.DivClassName
{
background-color: #E092E6;
}
.BgClassName
{
background-color: #E092E6;
}
</style>
border-color css
<style>
span { border-color: #E092E6; }
span { border-color: rgb(224,146,230); }
td.TdClassName
{
border-color: #E092E6;
}
.TagClassName
{
border-color: #E092E6;
}
</style>