Shades of Primrose #E0E192
Tints of Primrose #E0E192
RGB
CMYK
RGB Variations
Color information
#E0E192 (or 0xE0E192) is known color: Primrose. HEX triplet: E0, E1 and 92. RGB value is (224,225,146). Sum of RGB (Red+Green+Blue) = 224+225+146=595 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.65% from 595); Green value is 225 (88.28% from 255 or 37.82% from 595); Blue value is 146 (57.42% from 255 or 24.54% from 595); Max value from RGB is 225 - color contains mainly: green. Hex color #E0E192 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0E192 is #1F1E6D. Grayscale: #D8D8D8. Windows color (decimal): -2039406 or 9626080. OLE color: 9626080.
HSL color Cylindrical-coordinate representation of color #E0E192: hue angle of 60.76º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E0E192 is Cyan = 0.00, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 225 | 146 | - |
| CMYK | 0.00 | 0 | 0.35 | 0.12 |
| HSL | 60.76º | 0.57% | 0.73% | - |
| HSV(B) | 60.76º | 0.35% | 0.88% | - |
| XYZ | 62.85 | 71.77 | 37.73 | - |
| YUV | 215.7 | 88.67 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 225 | 146 | 0.00 | 0 | 0.35 | 0.12 | 60.76 | 0.57 | 0.73 |
| Hex | E0 | E1 | 92 | 0 | 0 | 23 | C | 3D | 39 | 49 |
| Octal | 340 | 341 | 222 | 0 | 0 | 43 | 14 | 75 | 71 | 111 |
| Binary | 11100000 | 11100001 | 10010010 | 0 | 0 | 100011 | 1100 | 111101 | 111001 | 1001001 |
Color Harmonies of #E0E192
Complementary color
Monochromatic Colors of #E0E192
Black with #E0E192
Text Example
Text Example
White with #E0E192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E192; }
p { color: rgb(224,225,146); }
H1.HeaderClassName
{
color: #E0E192;
}
.AnyTagClassName
{
color: #E0E192;
}
</style>
background-color css
<style>
a { background-color: #E0E192; }
a { background-color: rgb(224,225,146); }
div.DivClassName
{
background-color: #E0E192;
}
.BgClassName
{
background-color: #E0E192;
}
</style>
border-color css
<style>
span { border-color: #E0E192; }
span { border-color: rgb(224,225,146); }
td.TdClassName
{
border-color: #E0E192;
}
.TagClassName
{
border-color: #E0E192;
}
</style>