Shades of Petite Orchid #E69E9B
Tints of Petite Orchid #E69E9B
RGB
CMYK
RGB Variations
Color information
#E69E9B (or 0xE69E9B) is known color: Petite Orchid. HEX triplet: E6, 9E and 9B. RGB value is (230,158,155). Sum of RGB (Red+Green+Blue) = 230+158+155=543 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.36% from 543); Green value is 158 (62.11% from 255 or 29.10% from 543); Blue value is 155 (60.94% from 255 or 28.55% from 543); Max value from RGB is 230 - color contains mainly: red. Hex color #E69E9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69E9B is #196164. Grayscale: #B3B3B3. Windows color (decimal): -1663333 or 10198758. OLE color: 10198758.
HSL color Cylindrical-coordinate representation of color #E69E9B: hue angle of 2.4º 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 #E69E9B is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 158 | 155 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.10 |
| HSL | 2.4º | 0.6% | 0.75% | - |
| HSV(B) | 2.4º | 0.33% | 0.9% | - |
| XYZ | 50.78 | 43.64 | 36.76 | - |
| YUV | 179.19 | 114.35 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 158 | 155 | 0 | 0.31 | 0.33 | 0.10 | 2.4 | 0.6 | 0.75 |
| Hex | E6 | 9E | 9B | 0 | 1F | 21 | A | 2 | 3C | 4B |
| Octal | 346 | 236 | 233 | 0 | 37 | 41 | 12 | 2 | 74 | 113 |
| Binary | 11100110 | 10011110 | 10011011 | 0 | 11111 | 100001 | 1010 | 10 | 111100 | 1001011 |
Color Harmonies of #E69E9B
Complementary color
Monochromatic Colors of #E69E9B
Black with #E69E9B
Text Example
Text Example
White with #E69E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69E9B; }
p { color: rgb(230,158,155); }
H1.HeaderClassName
{
color: #E69E9B;
}
.AnyTagClassName
{
color: #E69E9B;
}
</style>
background-color css
<style>
a { background-color: #E69E9B; }
a { background-color: rgb(230,158,155); }
div.DivClassName
{
background-color: #E69E9B;
}
.BgClassName
{
background-color: #E69E9B;
}
</style>
border-color css
<style>
span { border-color: #E69E9B; }
span { border-color: rgb(230,158,155); }
td.TdClassName
{
border-color: #E69E9B;
}
.TagClassName
{
border-color: #E69E9B;
}
</style>