Shades of Petite Orchid #E69A99
Tints of Petite Orchid #E69A99
RGB
CMYK
RGB Variations
Color information
#E69A99 (or 0xE69A99) is known color: Petite Orchid. HEX triplet: E6, 9A and 99. RGB value is (230,154,153). Sum of RGB (Red+Green+Blue) = 230+154+153=537 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.83% from 537); Green value is 154 (60.55% from 255 or 28.68% from 537); Blue value is 153 (60.16% from 255 or 28.49% from 537); Max value from RGB is 230 - color contains mainly: red. Hex color #E69A99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69A99 is #196566. Grayscale: #B0B0B0. Windows color (decimal): -1664359 or 10066662. OLE color: 10066662.
HSL color Cylindrical-coordinate representation of color #E69A99: hue angle of 0.78º degrees, saturation: 0.61, 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 #E69A99 is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 154 | 153 | - |
| CMYK | 0 | 0.33 | 0.33 | 0.10 |
| HSL | 0.78º | 0.61% | 0.75% | - |
| HSV(B) | 0.78º | 0.33% | 0.9% | - |
| XYZ | 49.94 | 42.23 | 35.66 | - |
| YUV | 176.61 | 114.68 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 154 | 153 | 0 | 0.33 | 0.33 | 0.10 | 0.78 | 0.61 | 0.75 |
| Hex | E6 | 9A | 99 | 0 | 21 | 21 | A | 1 | 3D | 4B |
| Octal | 346 | 232 | 231 | 0 | 41 | 41 | 12 | 1 | 75 | 113 |
| Binary | 11100110 | 10011010 | 10011001 | 0 | 100001 | 100001 | 1010 | 1 | 111101 | 1001011 |
Color Harmonies of #E69A99
Complementary color
Monochromatic Colors of #E69A99
Black with #E69A99
Text Example
Text Example
White with #E69A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69A99; }
p { color: rgb(230,154,153); }
H1.HeaderClassName
{
color: #E69A99;
}
.AnyTagClassName
{
color: #E69A99;
}
</style>
background-color css
<style>
a { background-color: #E69A99; }
a { background-color: rgb(230,154,153); }
div.DivClassName
{
background-color: #E69A99;
}
.BgClassName
{
background-color: #E69A99;
}
</style>
border-color css
<style>
span { border-color: #E69A99; }
span { border-color: rgb(230,154,153); }
td.TdClassName
{
border-color: #E69A99;
}
.TagClassName
{
border-color: #E69A99;
}
</style>