Shades of Petite Orchid #E6A19A
Tints of Petite Orchid #E6A19A
RGB
CMYK
RGB Variations
Color information
#E6A19A (or 0xE6A19A) is known color: Petite Orchid. HEX triplet: E6, A1 and 9A. RGB value is (230,161,154). Sum of RGB (Red+Green+Blue) = 230+161+154=545 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.20% from 545); Green value is 161 (63.28% from 255 or 29.54% from 545); Blue value is 154 (60.55% from 255 or 28.26% from 545); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A19A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A19A is #195E65. Grayscale: #B4B4B4. Windows color (decimal): -1662566 or 10133990. OLE color: 10133990.
HSL color Cylindrical-coordinate representation of color #E6A19A: hue angle of 5.53º degrees, saturation: 0.6, 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 #E6A19A is Cyan = 0, Magento = 0.3, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 161 | 154 | - |
| CMYK | 0 | 0.3 | 0.33 | 0.10 |
| HSL | 5.53º | 0.6% | 0.75% | - |
| HSV(B) | 5.53º | 0.33% | 0.9% | - |
| XYZ | 51.21 | 44.65 | 36.49 | - |
| YUV | 180.83 | 112.86 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 161 | 154 | 0 | 0.3 | 0.33 | 0.10 | 5.53 | 0.6 | 0.75 |
| Hex | E6 | A1 | 9A | 0 | 1E | 21 | A | 6 | 3C | 4B |
| Octal | 346 | 241 | 232 | 0 | 36 | 41 | 12 | 6 | 74 | 113 |
| Binary | 11100110 | 10100001 | 10011010 | 0 | 11110 | 100001 | 1010 | 110 | 111100 | 1001011 |
Color Harmonies of #E6A19A
Complementary color
Monochromatic Colors of #E6A19A
Black with #E6A19A
Text Example
Text Example
White with #E6A19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A19A; }
p { color: rgb(230,161,154); }
H1.HeaderClassName
{
color: #E6A19A;
}
.AnyTagClassName
{
color: #E6A19A;
}
</style>
background-color css
<style>
a { background-color: #E6A19A; }
a { background-color: rgb(230,161,154); }
div.DivClassName
{
background-color: #E6A19A;
}
.BgClassName
{
background-color: #E6A19A;
}
</style>
border-color css
<style>
span { border-color: #E6A19A; }
span { border-color: rgb(230,161,154); }
td.TdClassName
{
border-color: #E6A19A;
}
.TagClassName
{
border-color: #E6A19A;
}
</style>