Shades of Petite Orchid #E69A92
Tints of Petite Orchid #E69A92
RGB
CMYK
RGB Variations
Color information
#E69A92 (or 0xE69A92) is known color: Petite Orchid. HEX triplet: E6, 9A and 92. RGB value is (230,154,146). Sum of RGB (Red+Green+Blue) = 230+154+146=530 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.40% from 530); Green value is 154 (60.55% from 255 or 29.06% from 530); Blue value is 146 (57.42% from 255 or 27.55% from 530); Max value from RGB is 230 - color contains mainly: red. Hex color #E69A92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69A92 is #19656D. Grayscale: #AFAFAF. Windows color (decimal): -1664366 or 9607910. OLE color: 9607910.
HSL color Cylindrical-coordinate representation of color #E69A92: hue angle of 5.71º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E69A92 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 154 | 146 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.10 |
| HSL | 5.71º | 0.63% | 0.74% | - |
| HSV(B) | 5.71º | 0.37% | 0.9% | - |
| XYZ | 49.38 | 42.01 | 32.7 | - |
| YUV | 175.81 | 111.18 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 154 | 146 | 0 | 0.33 | 0.37 | 0.10 | 5.71 | 0.63 | 0.74 |
| Hex | E6 | 9A | 92 | 0 | 21 | 25 | A | 6 | 3F | 4A |
| Octal | 346 | 232 | 222 | 0 | 41 | 45 | 12 | 6 | 77 | 112 |
| Binary | 11100110 | 10011010 | 10010010 | 0 | 100001 | 100101 | 1010 | 110 | 111111 | 1001010 |
Color Harmonies of #E69A92
Complementary color
Monochromatic Colors of #E69A92
Black with #E69A92
Text Example
Text Example
White with #E69A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69A92; }
p { color: rgb(230,154,146); }
H1.HeaderClassName
{
color: #E69A92;
}
.AnyTagClassName
{
color: #E69A92;
}
</style>
background-color css
<style>
a { background-color: #E69A92; }
a { background-color: rgb(230,154,146); }
div.DivClassName
{
background-color: #E69A92;
}
.BgClassName
{
background-color: #E69A92;
}
</style>
border-color css
<style>
span { border-color: #E69A92; }
span { border-color: rgb(230,154,146); }
td.TdClassName
{
border-color: #E69A92;
}
.TagClassName
{
border-color: #E69A92;
}
</style>