Shades of Petite Orchid #E19A92
Tints of Petite Orchid #E19A92
RGB
CMYK
RGB Variations
Color information
#E19A92 (or 0xE19A92) is known color: Petite Orchid. HEX triplet: E1, 9A and 92. RGB value is (225,154,146). Sum of RGB (Red+Green+Blue) = 225+154+146=525 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.86% from 525); Green value is 154 (60.55% from 255 or 29.33% from 525); Blue value is 146 (57.42% from 255 or 27.81% from 525); Max value from RGB is 225 - color contains mainly: red. Hex color #E19A92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19A92 is #1E656D. Grayscale: #AEAEAE. Windows color (decimal): -1992046 or 9607905. OLE color: 9607905.
HSL color Cylindrical-coordinate representation of color #E19A92: hue angle of 6.08º 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 #E19A92 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 154 | 146 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.12 |
| HSL | 6.08º | 0.57% | 0.73% | - |
| HSV(B) | 6.08º | 0.35% | 0.88% | - |
| XYZ | 47.8 | 41.19 | 32.63 | - |
| YUV | 174.32 | 112.02 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 154 | 146 | 0 | 0.32 | 0.35 | 0.12 | 6.08 | 0.57 | 0.73 |
| Hex | E1 | 9A | 92 | 0 | 20 | 23 | C | 6 | 39 | 49 |
| Octal | 341 | 232 | 222 | 0 | 40 | 43 | 14 | 6 | 71 | 111 |
| Binary | 11100001 | 10011010 | 10010010 | 0 | 100000 | 100011 | 1100 | 110 | 111001 | 1001001 |
Color Harmonies of #E19A92
Complementary color
Monochromatic Colors of #E19A92
Black with #E19A92
Text Example
Text Example
White with #E19A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19A92; }
p { color: rgb(225,154,146); }
H1.HeaderClassName
{
color: #E19A92;
}
.AnyTagClassName
{
color: #E19A92;
}
</style>
background-color css
<style>
a { background-color: #E19A92; }
a { background-color: rgb(225,154,146); }
div.DivClassName
{
background-color: #E19A92;
}
.BgClassName
{
background-color: #E19A92;
}
</style>
border-color css
<style>
span { border-color: #E19A92; }
span { border-color: rgb(225,154,146); }
td.TdClassName
{
border-color: #E19A92;
}
.TagClassName
{
border-color: #E19A92;
}
</style>