Shades of Primrose #E2E48E
Tints of Primrose #E2E48E
RGB
CMYK
RGB Variations
Color information
#E2E48E (or 0xE2E48E) is known color: Primrose. HEX triplet: E2, E4 and 8E. RGB value is (226,228,142). Sum of RGB (Red+Green+Blue) = 226+228+142=596 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.92% from 596); Green value is 228 (89.45% from 255 or 38.26% from 596); Blue value is 142 (55.86% from 255 or 23.83% from 596); Max value from RGB is 228 - color contains mainly: green. Hex color #E2E48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E48E is #1D1B71. Grayscale: #D9D9D9. Windows color (decimal): -1907570 or 9364706. OLE color: 9364706.
HSL color Cylindrical-coordinate representation of color #E2E48E: hue angle of 61.4º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E2E48E is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 228 | 142 | - |
| CMYK | 0.01 | 0 | 0.38 | 0.11 |
| HSL | 61.4º | 0.61% | 0.73% | - |
| HSV(B) | 61.4º | 0.38% | 0.89% | - |
| XYZ | 63.99 | 73.61 | 36.43 | - |
| YUV | 217.6 | 85.34 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 228 | 142 | 0.01 | 0 | 0.38 | 0.11 | 61.4 | 0.61 | 0.73 |
| Hex | E2 | E4 | 8E | 1 | 0 | 26 | B | 3D | 3D | 49 |
| Octal | 342 | 344 | 216 | 1 | 0 | 46 | 13 | 75 | 75 | 111 |
| Binary | 11100010 | 11100100 | 10001110 | 1 | 0 | 100110 | 1011 | 111101 | 111101 | 1001001 |
Color Harmonies of #E2E48E
Complementary color
Monochromatic Colors of #E2E48E
Black with #E2E48E
Text Example
Text Example
White with #E2E48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E48E; }
p { color: rgb(226,228,142); }
H1.HeaderClassName
{
color: #E2E48E;
}
.AnyTagClassName
{
color: #E2E48E;
}
</style>
background-color css
<style>
a { background-color: #E2E48E; }
a { background-color: rgb(226,228,142); }
div.DivClassName
{
background-color: #E2E48E;
}
.BgClassName
{
background-color: #E2E48E;
}
</style>
border-color css
<style>
span { border-color: #E2E48E; }
span { border-color: rgb(226,228,142); }
td.TdClassName
{
border-color: #E2E48E;
}
.TagClassName
{
border-color: #E2E48E;
}
</style>