Shades of Petite Orchid #E69E96
Tints of Petite Orchid #E69E96
RGB
CMYK
RGB Variations
Color information
#E69E96 (or 0xE69E96) is known color: Petite Orchid. HEX triplet: E6, 9E and 96. RGB value is (230,158,150). Sum of RGB (Red+Green+Blue) = 230+158+150=538 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.75% from 538); Green value is 158 (62.11% from 255 or 29.37% from 538); Blue value is 150 (58.98% from 255 or 27.88% from 538); Max value from RGB is 230 - color contains mainly: red. Hex color #E69E96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69E96 is #196169. Grayscale: #B2B2B2. Windows color (decimal): -1663338 or 9871078. OLE color: 9871078.
HSL color Cylindrical-coordinate representation of color #E69E96: hue angle of 6º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E69E96 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 158 | 150 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.10 |
| HSL | 6º | 0.62% | 0.75% | - |
| HSV(B) | 6º | 0.35% | 0.9% | - |
| XYZ | 50.37 | 43.48 | 34.59 | - |
| YUV | 178.62 | 111.85 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 158 | 150 | 0 | 0.31 | 0.35 | 0.10 | 6 | 0.62 | 0.75 |
| Hex | E6 | 9E | 96 | 0 | 1F | 23 | A | 6 | 3E | 4B |
| Octal | 346 | 236 | 226 | 0 | 37 | 43 | 12 | 6 | 76 | 113 |
| Binary | 11100110 | 10011110 | 10010110 | 0 | 11111 | 100011 | 1010 | 110 | 111110 | 1001011 |
Color Harmonies of #E69E96
Complementary color
Monochromatic Colors of #E69E96
Black with #E69E96
Text Example
Text Example
White with #E69E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69E96; }
p { color: rgb(230,158,150); }
H1.HeaderClassName
{
color: #E69E96;
}
.AnyTagClassName
{
color: #E69E96;
}
</style>
background-color css
<style>
a { background-color: #E69E96; }
a { background-color: rgb(230,158,150); }
div.DivClassName
{
background-color: #E69E96;
}
.BgClassName
{
background-color: #E69E96;
}
</style>
border-color css
<style>
span { border-color: #E69E96; }
span { border-color: rgb(230,158,150); }
td.TdClassName
{
border-color: #E69E96;
}
.TagClassName
{
border-color: #E69E96;
}
</style>