Shades of Primrose #E2E192
Tints of Primrose #E2E192
RGB
CMYK
RGB Variations
Color information
#E2E192 (or 0xE2E192) is known color: Primrose. HEX triplet: E2, E1 and 92. RGB value is (226,225,146). Sum of RGB (Red+Green+Blue) = 226+225+146=597 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.86% from 597); Green value is 225 (88.28% from 255 or 37.69% from 597); Blue value is 146 (57.42% from 255 or 24.46% from 597); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E192 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E192 is #1D1E6D. Grayscale: #D8D8D8. Windows color (decimal): -1908334 or 9626082. OLE color: 9626082.
HSL color Cylindrical-coordinate representation of color #E2E192: hue angle of 59.25º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E2E192 is Cyan = 0, Magento = 0.00, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 225 | 146 | - |
| CMYK | 0 | 0.00 | 0.35 | 0.11 |
| HSL | 59.25º | 0.58% | 0.73% | - |
| HSV(B) | 59.25º | 0.35% | 0.89% | - |
| XYZ | 63.48 | 72.09 | 37.76 | - |
| YUV | 216.29 | 88.33 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 225 | 146 | 0 | 0.00 | 0.35 | 0.11 | 59.25 | 0.58 | 0.73 |
| Hex | E2 | E1 | 92 | 0 | 0 | 23 | B | 3B | 3A | 49 |
| Octal | 342 | 341 | 222 | 0 | 0 | 43 | 13 | 73 | 72 | 111 |
| Binary | 11100010 | 11100001 | 10010010 | 0 | 0 | 100011 | 1011 | 111011 | 111010 | 1001001 |
Color Harmonies of #E2E192
Complementary color
Monochromatic Colors of #E2E192
Black with #E2E192
Text Example
Text Example
White with #E2E192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E192; }
p { color: rgb(226,225,146); }
H1.HeaderClassName
{
color: #E2E192;
}
.AnyTagClassName
{
color: #E2E192;
}
</style>
background-color css
<style>
a { background-color: #E2E192; }
a { background-color: rgb(226,225,146); }
div.DivClassName
{
background-color: #E2E192;
}
.BgClassName
{
background-color: #E2E192;
}
</style>
border-color css
<style>
span { border-color: #E2E192; }
span { border-color: rgb(226,225,146); }
td.TdClassName
{
border-color: #E2E192;
}
.TagClassName
{
border-color: #E2E192;
}
</style>