Shades of Primrose #E2E190
Tints of Primrose #E2E190
RGB
CMYK
RGB Variations
Color information
#E2E190 (or 0xE2E190) is known color: Primrose. HEX triplet: E2, E1 and 90. RGB value is (226,225,144). Sum of RGB (Red+Green+Blue) = 226+225+144=595 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.98% from 595); Green value is 225 (88.28% from 255 or 37.82% from 595); Blue value is 144 (56.64% from 255 or 24.20% from 595); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E190 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E190 is #1D1E6F. Grayscale: #D8D8D8. Windows color (decimal): -1908336 or 9495010. OLE color: 9495010.
HSL color Cylindrical-coordinate representation of color #E2E190: hue angle of 59.27º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E2E190 is Cyan = 0, Magento = 0.00, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 225 | 144 | - |
| CMYK | 0 | 0.00 | 0.36 | 0.11 |
| HSL | 59.27º | 0.59% | 0.73% | - |
| HSV(B) | 59.27º | 0.36% | 0.89% | - |
| XYZ | 63.32 | 72.03 | 36.95 | - |
| YUV | 216.07 | 87.33 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 225 | 144 | 0 | 0.00 | 0.36 | 0.11 | 59.27 | 0.59 | 0.73 |
| Hex | E2 | E1 | 90 | 0 | 0 | 24 | B | 3B | 3B | 49 |
| Octal | 342 | 341 | 220 | 0 | 0 | 44 | 13 | 73 | 73 | 111 |
| Binary | 11100010 | 11100001 | 10010000 | 0 | 0 | 100100 | 1011 | 111011 | 111011 | 1001001 |
Color Harmonies of #E2E190
Complementary color
Monochromatic Colors of #E2E190
Black with #E2E190
Text Example
Text Example
White with #E2E190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E190; }
p { color: rgb(226,225,144); }
H1.HeaderClassName
{
color: #E2E190;
}
.AnyTagClassName
{
color: #E2E190;
}
</style>
background-color css
<style>
a { background-color: #E2E190; }
a { background-color: rgb(226,225,144); }
div.DivClassName
{
background-color: #E2E190;
}
.BgClassName
{
background-color: #E2E190;
}
</style>
border-color css
<style>
span { border-color: #E2E190; }
span { border-color: rgb(226,225,144); }
td.TdClassName
{
border-color: #E2E190;
}
.TagClassName
{
border-color: #E2E190;
}
</style>