Shades of Petite Orchid #E69D93
Tints of Petite Orchid #E69D93
RGB
CMYK
RGB Variations
Color information
#E69D93 (or 0xE69D93) is known color: Petite Orchid. HEX triplet: E6, 9D and 93. RGB value is (230,157,147). Sum of RGB (Red+Green+Blue) = 230+157+147=534 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.07% from 534); Green value is 157 (61.72% from 255 or 29.40% from 534); Blue value is 147 (57.81% from 255 or 27.53% from 534); Max value from RGB is 230 - color contains mainly: red. Hex color #E69D93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69D93 is #19626C. Grayscale: #B1B1B1. Windows color (decimal): -1663597 or 9674214. OLE color: 9674214.
HSL color Cylindrical-coordinate representation of color #E69D93: hue angle of 7.23º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E69D93 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 157 | 147 | - |
| CMYK | 0 | 0.32 | 0.36 | 0.10 |
| HSL | 7.23º | 0.62% | 0.74% | - |
| HSV(B) | 7.23º | 0.36% | 0.9% | - |
| XYZ | 49.96 | 43.04 | 33.28 | - |
| YUV | 177.69 | 110.68 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 157 | 147 | 0 | 0.32 | 0.36 | 0.10 | 7.23 | 0.62 | 0.74 |
| Hex | E6 | 9D | 93 | 0 | 20 | 24 | A | 7 | 3E | 4A |
| Octal | 346 | 235 | 223 | 0 | 40 | 44 | 12 | 7 | 76 | 112 |
| Binary | 11100110 | 10011101 | 10010011 | 0 | 100000 | 100100 | 1010 | 111 | 111110 | 1001010 |
Color Harmonies of #E69D93
Complementary color
Monochromatic Colors of #E69D93
Black with #E69D93
Text Example
Text Example
White with #E69D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69D93; }
p { color: rgb(230,157,147); }
H1.HeaderClassName
{
color: #E69D93;
}
.AnyTagClassName
{
color: #E69D93;
}
</style>
background-color css
<style>
a { background-color: #E69D93; }
a { background-color: rgb(230,157,147); }
div.DivClassName
{
background-color: #E69D93;
}
.BgClassName
{
background-color: #E69D93;
}
</style>
border-color css
<style>
span { border-color: #E69D93; }
span { border-color: rgb(230,157,147); }
td.TdClassName
{
border-color: #E69D93;
}
.TagClassName
{
border-color: #E69D93;
}
</style>