Shades of Petite Orchid #E6A199
Tints of Petite Orchid #E6A199
RGB
CMYK
RGB Variations
Color information
#E6A199 (or 0xE6A199) is known color: Petite Orchid. HEX triplet: E6, A1 and 99. RGB value is (230,161,153). Sum of RGB (Red+Green+Blue) = 230+161+153=544 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.28% from 544); Green value is 161 (63.28% from 255 or 29.60% from 544); Blue value is 153 (60.16% from 255 or 28.12% from 544); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A199 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A199 is #195E66. Grayscale: #B4B4B4. Windows color (decimal): -1662567 or 10068454. OLE color: 10068454.
HSL color Cylindrical-coordinate representation of color #E6A199: hue angle of 6.23º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E6A199 is Cyan = 0, Magento = 0.3, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 161 | 153 | - |
| CMYK | 0 | 0.3 | 0.33 | 0.10 |
| HSL | 6.23º | 0.61% | 0.75% | - |
| HSV(B) | 6.23º | 0.33% | 0.9% | - |
| XYZ | 51.13 | 44.61 | 36.05 | - |
| YUV | 180.72 | 112.36 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 161 | 153 | 0 | 0.3 | 0.33 | 0.10 | 6.23 | 0.61 | 0.75 |
| Hex | E6 | A1 | 99 | 0 | 1E | 21 | A | 6 | 3D | 4B |
| Octal | 346 | 241 | 231 | 0 | 36 | 41 | 12 | 6 | 75 | 113 |
| Binary | 11100110 | 10100001 | 10011001 | 0 | 11110 | 100001 | 1010 | 110 | 111101 | 1001011 |
Color Harmonies of #E6A199
Complementary color
Monochromatic Colors of #E6A199
Black with #E6A199
Text Example
Text Example
White with #E6A199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A199; }
p { color: rgb(230,161,153); }
H1.HeaderClassName
{
color: #E6A199;
}
.AnyTagClassName
{
color: #E6A199;
}
</style>
background-color css
<style>
a { background-color: #E6A199; }
a { background-color: rgb(230,161,153); }
div.DivClassName
{
background-color: #E6A199;
}
.BgClassName
{
background-color: #E6A199;
}
</style>
border-color css
<style>
span { border-color: #E6A199; }
span { border-color: rgb(230,161,153); }
td.TdClassName
{
border-color: #E6A199;
}
.TagClassName
{
border-color: #E6A199;
}
</style>