Shades of Petite Orchid #E69F9E
Tints of Petite Orchid #E69F9E
RGB
CMYK
RGB Variations
Color information
#E69F9E (or 0xE69F9E) is known color: Petite Orchid. HEX triplet: E6, 9F and 9E. RGB value is (230,159,158). Sum of RGB (Red+Green+Blue) = 230+159+158=547 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.05% from 547); Green value is 159 (62.5% from 255 or 29.07% from 547); Blue value is 158 (62.11% from 255 or 28.88% from 547); Max value from RGB is 230 - color contains mainly: red. Hex color #E69F9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69F9E is #196061. Grayscale: #B4B4B4. Windows color (decimal): -1663074 or 10395622. OLE color: 10395622.
HSL color Cylindrical-coordinate representation of color #E69F9E: hue angle of 0.83º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E69F9E is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 159 | 158 | - |
| CMYK | 0 | 0.31 | 0.31 | 0.10 |
| HSL | 0.83º | 0.59% | 0.76% | - |
| HSV(B) | 0.83º | 0.31% | 0.9% | - |
| XYZ | 51.2 | 44.09 | 38.16 | - |
| YUV | 180.12 | 115.52 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 159 | 158 | 0 | 0.31 | 0.31 | 0.10 | 0.83 | 0.59 | 0.76 |
| Hex | E6 | 9F | 9E | 0 | 1F | 1F | A | 1 | 3B | 4C |
| Octal | 346 | 237 | 236 | 0 | 37 | 37 | 12 | 1 | 73 | 114 |
| Binary | 11100110 | 10011111 | 10011110 | 0 | 11111 | 11111 | 1010 | 1 | 111011 | 1001100 |
Color Harmonies of #E69F9E
Complementary color
Monochromatic Colors of #E69F9E
Black with #E69F9E
Text Example
Text Example
White with #E69F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69F9E; }
p { color: rgb(230,159,158); }
H1.HeaderClassName
{
color: #E69F9E;
}
.AnyTagClassName
{
color: #E69F9E;
}
</style>
background-color css
<style>
a { background-color: #E69F9E; }
a { background-color: rgb(230,159,158); }
div.DivClassName
{
background-color: #E69F9E;
}
.BgClassName
{
background-color: #E69F9E;
}
</style>
border-color css
<style>
span { border-color: #E69F9E; }
span { border-color: rgb(230,159,158); }
td.TdClassName
{
border-color: #E69F9E;
}
.TagClassName
{
border-color: #E69F9E;
}
</style>