Shades of Petite Orchid #E7A19B
Tints of Petite Orchid #E7A19B
RGB
CMYK
RGB Variations
Color information
#E7A19B (or 0xE7A19B) is known color: Petite Orchid. HEX triplet: E7, A1 and 9B. RGB value is (231,161,155). Sum of RGB (Red+Green+Blue) = 231+161+155=547 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.23% from 547); Green value is 161 (63.28% from 255 or 29.43% from 547); Blue value is 155 (60.94% from 255 or 28.34% from 547); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A19B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A19B is #185E64. Grayscale: #B5B5B5. Windows color (decimal): -1597029 or 10199527. OLE color: 10199527.
HSL color Cylindrical-coordinate representation of color #E7A19B: hue angle of 4.74º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E7A19B is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 161 | 155 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.09 |
| HSL | 4.74º | 0.61% | 0.76% | - |
| HSV(B) | 4.74º | 0.33% | 0.91% | - |
| XYZ | 51.62 | 44.85 | 36.95 | - |
| YUV | 181.25 | 113.19 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 161 | 155 | 0 | 0.30 | 0.33 | 0.09 | 4.74 | 0.61 | 0.76 |
| Hex | E7 | A1 | 9B | 0 | 1E | 21 | 9 | 5 | 3D | 4C |
| Octal | 347 | 241 | 233 | 0 | 36 | 41 | 11 | 5 | 75 | 114 |
| Binary | 11100111 | 10100001 | 10011011 | 0 | 11110 | 100001 | 1001 | 101 | 111101 | 1001100 |
Color Harmonies of #E7A19B
Complementary color
Monochromatic Colors of #E7A19B
Black with #E7A19B
Text Example
Text Example
White with #E7A19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A19B; }
p { color: rgb(231,161,155); }
H1.HeaderClassName
{
color: #E7A19B;
}
.AnyTagClassName
{
color: #E7A19B;
}
</style>
background-color css
<style>
a { background-color: #E7A19B; }
a { background-color: rgb(231,161,155); }
div.DivClassName
{
background-color: #E7A19B;
}
.BgClassName
{
background-color: #E7A19B;
}
</style>
border-color css
<style>
span { border-color: #E7A19B; }
span { border-color: rgb(231,161,155); }
td.TdClassName
{
border-color: #E7A19B;
}
.TagClassName
{
border-color: #E7A19B;
}
</style>