Shades of Petite Orchid #E19B9A
Tints of Petite Orchid #E19B9A
RGB
CMYK
RGB Variations
Color information
#E19B9A (or 0xE19B9A) is known color: Petite Orchid. HEX triplet: E1, 9B and 9A. RGB value is (225,155,154). Sum of RGB (Red+Green+Blue) = 225+155+154=534 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.13% from 534); Green value is 155 (60.94% from 255 or 29.03% from 534); Blue value is 154 (60.55% from 255 or 28.84% from 534); Max value from RGB is 225 - color contains mainly: red. Hex color #E19B9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19B9A is #1E6465. Grayscale: #AFAFAF. Windows color (decimal): -1991782 or 10132449. OLE color: 10132449.
HSL color Cylindrical-coordinate representation of color #E19B9A: hue angle of 0.85º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E19B9A is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 155 | 154 | - |
| CMYK | 0 | 0.31 | 0.32 | 0.12 |
| HSL | 0.85º | 0.54% | 0.74% | - |
| HSV(B) | 0.85º | 0.32% | 0.88% | - |
| XYZ | 48.61 | 41.78 | 36.08 | - |
| YUV | 175.82 | 115.69 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 155 | 154 | 0 | 0.31 | 0.32 | 0.12 | 0.85 | 0.54 | 0.74 |
| Hex | E1 | 9B | 9A | 0 | 1F | 20 | C | 1 | 36 | 4A |
| Octal | 341 | 233 | 232 | 0 | 37 | 40 | 14 | 1 | 66 | 112 |
| Binary | 11100001 | 10011011 | 10011010 | 0 | 11111 | 100000 | 1100 | 1 | 110110 | 1001010 |
Color Harmonies of #E19B9A
Complementary color
Monochromatic Colors of #E19B9A
Black with #E19B9A
Text Example
Text Example
White with #E19B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19B9A; }
p { color: rgb(225,155,154); }
H1.HeaderClassName
{
color: #E19B9A;
}
.AnyTagClassName
{
color: #E19B9A;
}
</style>
background-color css
<style>
a { background-color: #E19B9A; }
a { background-color: rgb(225,155,154); }
div.DivClassName
{
background-color: #E19B9A;
}
.BgClassName
{
background-color: #E19B9A;
}
</style>
border-color css
<style>
span { border-color: #E19B9A; }
span { border-color: rgb(225,155,154); }
td.TdClassName
{
border-color: #E19B9A;
}
.TagClassName
{
border-color: #E19B9A;
}
</style>