Shades of Petite Orchid #E69A94
Tints of Petite Orchid #E69A94
RGB
CMYK
RGB Variations
Color information
#E69A94 (or 0xE69A94) is known color: Petite Orchid. HEX triplet: E6, 9A and 94. RGB value is (230,154,148). Sum of RGB (Red+Green+Blue) = 230+154+148=532 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.23% from 532); Green value is 154 (60.55% from 255 or 28.95% from 532); Blue value is 148 (58.20% from 255 or 27.82% from 532); Max value from RGB is 230 - color contains mainly: red. Hex color #E69A94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69A94 is #19656B. Grayscale: #B0B0B0. Windows color (decimal): -1664364 or 9738982. OLE color: 9738982.
HSL color Cylindrical-coordinate representation of color #E69A94: hue angle of 4.39º 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 #E69A94 is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 154 | 148 | - |
| CMYK | 0 | 0.33 | 0.36 | 0.10 |
| HSL | 4.39º | 0.62% | 0.74% | - |
| HSV(B) | 4.39º | 0.36% | 0.9% | - |
| XYZ | 49.53 | 42.07 | 33.53 | - |
| YUV | 176.04 | 112.18 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 154 | 148 | 0 | 0.33 | 0.36 | 0.10 | 4.39 | 0.62 | 0.74 |
| Hex | E6 | 9A | 94 | 0 | 21 | 24 | A | 4 | 3E | 4A |
| Octal | 346 | 232 | 224 | 0 | 41 | 44 | 12 | 4 | 76 | 112 |
| Binary | 11100110 | 10011010 | 10010100 | 0 | 100001 | 100100 | 1010 | 100 | 111110 | 1001010 |
Color Harmonies of #E69A94
Complementary color
Monochromatic Colors of #E69A94
Black with #E69A94
Text Example
Text Example
White with #E69A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69A94; }
p { color: rgb(230,154,148); }
H1.HeaderClassName
{
color: #E69A94;
}
.AnyTagClassName
{
color: #E69A94;
}
</style>
background-color css
<style>
a { background-color: #E69A94; }
a { background-color: rgb(230,154,148); }
div.DivClassName
{
background-color: #E69A94;
}
.BgClassName
{
background-color: #E69A94;
}
</style>
border-color css
<style>
span { border-color: #E69A94; }
span { border-color: rgb(230,154,148); }
td.TdClassName
{
border-color: #E69A94;
}
.TagClassName
{
border-color: #E69A94;
}
</style>