Shades of Petite Orchid #E49694
Tints of Petite Orchid #E49694
RGB
CMYK
RGB Variations
Color information
#E49694 (or 0xE49694) is known color: Petite Orchid. HEX triplet: E4, 96 and 94. RGB value is (228,150,148). Sum of RGB (Red+Green+Blue) = 228+150+148=526 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.35% from 526); Green value is 150 (58.98% from 255 or 28.52% from 526); Blue value is 148 (58.20% from 255 or 28.14% from 526); Max value from RGB is 228 - color contains mainly: red. Hex color #E49694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49694 is #1B696B. Grayscale: #ADADAD. Windows color (decimal): -1796460 or 9737956. OLE color: 9737956.
HSL color Cylindrical-coordinate representation of color #E49694: hue angle of 1.5º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E49694 is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 150 | 148 | - |
| CMYK | 0 | 0.34 | 0.35 | 0.11 |
| HSL | 1.5º | 0.6% | 0.74% | - |
| HSV(B) | 1.5º | 0.35% | 0.89% | - |
| XYZ | 48.25 | 40.44 | 33.28 | - |
| YUV | 173.09 | 113.84 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 150 | 148 | 0 | 0.34 | 0.35 | 0.11 | 1.5 | 0.6 | 0.74 |
| Hex | E4 | 96 | 94 | 0 | 22 | 23 | B | 2 | 3C | 4A |
| Octal | 344 | 226 | 224 | 0 | 42 | 43 | 13 | 2 | 74 | 112 |
| Binary | 11100100 | 10010110 | 10010100 | 0 | 100010 | 100011 | 1011 | 10 | 111100 | 1001010 |
Color Harmonies of #E49694
Complementary color
Monochromatic Colors of #E49694
Black with #E49694
Text Example
Text Example
White with #E49694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49694; }
p { color: rgb(228,150,148); }
H1.HeaderClassName
{
color: #E49694;
}
.AnyTagClassName
{
color: #E49694;
}
</style>
background-color css
<style>
a { background-color: #E49694; }
a { background-color: rgb(228,150,148); }
div.DivClassName
{
background-color: #E49694;
}
.BgClassName
{
background-color: #E49694;
}
</style>
border-color css
<style>
span { border-color: #E49694; }
span { border-color: rgb(228,150,148); }
td.TdClassName
{
border-color: #E49694;
}
.TagClassName
{
border-color: #E49694;
}
</style>