Shades of Petite Orchid #E29D9D
Tints of Petite Orchid #E29D9D
RGB
CMYK
RGB Variations
Color information
#E29D9D (or 0xE29D9D) is known color: Petite Orchid. HEX triplet: E2, 9D and 9D. RGB value is (226,157,157). Sum of RGB (Red+Green+Blue) = 226+157+157=540 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.85% from 540); Green value is 157 (61.72% from 255 or 29.07% from 540); Blue value is 157 (61.72% from 255 or 29.07% from 540); Max value from RGB is 226 - color contains mainly: red. Hex color #E29D9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29D9D is #1D6262. Grayscale: #B1B1B1. Windows color (decimal): -1925731 or 10329570. OLE color: 10329570.
HSL color Cylindrical-coordinate representation of color #E29D9D: hue angle of 0º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E29D9D is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 157 | 157 | - |
| CMYK | 0 | 0.31 | 0.31 | 0.11 |
| HSL | 0º | 0.54% | 0.75% | - |
| HSV(B) | 0º | 0.31% | 0.89% | - |
| XYZ | 49.51 | 42.72 | 37.53 | - |
| YUV | 177.63 | 116.36 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 157 | 157 | 0 | 0.31 | 0.31 | 0.11 | 0 | 0.54 | 0.75 |
| Hex | E2 | 9D | 9D | 0 | 1F | 1F | B | 0 | 36 | 4B |
| Octal | 342 | 235 | 235 | 0 | 37 | 37 | 13 | 0 | 66 | 113 |
| Binary | 11100010 | 10011101 | 10011101 | 0 | 11111 | 11111 | 1011 | 0 | 110110 | 1001011 |
Color Harmonies of #E29D9D
Complementary color
Monochromatic Colors of #E29D9D
Black with #E29D9D
Text Example
Text Example
White with #E29D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29D9D; }
p { color: rgb(226,157,157); }
H1.HeaderClassName
{
color: #E29D9D;
}
.AnyTagClassName
{
color: #E29D9D;
}
</style>
background-color css
<style>
a { background-color: #E29D9D; }
a { background-color: rgb(226,157,157); }
div.DivClassName
{
background-color: #E29D9D;
}
.BgClassName
{
background-color: #E29D9D;
}
</style>
border-color css
<style>
span { border-color: #E29D9D; }
span { border-color: rgb(226,157,157); }
td.TdClassName
{
border-color: #E29D9D;
}
.TagClassName
{
border-color: #E29D9D;
}
</style>