Shades of Petite Orchid #E69D94
Tints of Petite Orchid #E69D94
RGB
CMYK
RGB Variations
Color information
#E69D94 (or 0xE69D94) is known color: Petite Orchid. HEX triplet: E6, 9D and 94. RGB value is (230,157,148). Sum of RGB (Red+Green+Blue) = 230+157+148=535 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.99% from 535); Green value is 157 (61.72% from 255 or 29.35% from 535); Blue value is 148 (58.20% from 255 or 27.66% from 535); Max value from RGB is 230 - color contains mainly: red. Hex color #E69D94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69D94 is #19626B. Grayscale: #B1B1B1. Windows color (decimal): -1663596 or 9739750. OLE color: 9739750.
HSL color Cylindrical-coordinate representation of color #E69D94: hue angle of 6.59º 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 #E69D94 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 157 | 148 | - |
| CMYK | 0 | 0.32 | 0.36 | 0.10 |
| HSL | 6.59º | 0.62% | 0.74% | - |
| HSV(B) | 6.59º | 0.36% | 0.9% | - |
| XYZ | 50.04 | 43.08 | 33.69 | - |
| YUV | 177.8 | 111.18 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 157 | 148 | 0 | 0.32 | 0.36 | 0.10 | 6.59 | 0.62 | 0.74 |
| Hex | E6 | 9D | 94 | 0 | 20 | 24 | A | 7 | 3E | 4A |
| Octal | 346 | 235 | 224 | 0 | 40 | 44 | 12 | 7 | 76 | 112 |
| Binary | 11100110 | 10011101 | 10010100 | 0 | 100000 | 100100 | 1010 | 111 | 111110 | 1001010 |
Color Harmonies of #E69D94
Complementary color
Monochromatic Colors of #E69D94
Black with #E69D94
Text Example
Text Example
White with #E69D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69D94; }
p { color: rgb(230,157,148); }
H1.HeaderClassName
{
color: #E69D94;
}
.AnyTagClassName
{
color: #E69D94;
}
</style>
background-color css
<style>
a { background-color: #E69D94; }
a { background-color: rgb(230,157,148); }
div.DivClassName
{
background-color: #E69D94;
}
.BgClassName
{
background-color: #E69D94;
}
</style>
border-color css
<style>
span { border-color: #E69D94; }
span { border-color: rgb(230,157,148); }
td.TdClassName
{
border-color: #E69D94;
}
.TagClassName
{
border-color: #E69D94;
}
</style>