Shades of Petite Orchid #E69F9B
Tints of Petite Orchid #E69F9B
RGB
CMYK
RGB Variations
Color information
#E69F9B (or 0xE69F9B) is known color: Petite Orchid. HEX triplet: E6, 9F and 9B. RGB value is (230,159,155). Sum of RGB (Red+Green+Blue) = 230+159+155=544 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.28% from 544); Green value is 159 (62.5% from 255 or 29.23% from 544); Blue value is 155 (60.94% from 255 or 28.49% from 544); Max value from RGB is 230 - color contains mainly: red. Hex color #E69F9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69F9B is #196064. Grayscale: #B3B3B3. Windows color (decimal): -1663077 or 10199014. OLE color: 10199014.
HSL color Cylindrical-coordinate representation of color #E69F9B: hue angle of 3.2º degrees, saturation: 0.6, 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 #E69F9B is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 159 | 155 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.10 |
| HSL | 3.2º | 0.6% | 0.75% | - |
| HSV(B) | 3.2º | 0.33% | 0.9% | - |
| XYZ | 50.95 | 43.99 | 36.82 | - |
| YUV | 179.77 | 114.02 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 159 | 155 | 0 | 0.31 | 0.33 | 0.10 | 3.2 | 0.6 | 0.75 |
| Hex | E6 | 9F | 9B | 0 | 1F | 21 | A | 3 | 3C | 4B |
| Octal | 346 | 237 | 233 | 0 | 37 | 41 | 12 | 3 | 74 | 113 |
| Binary | 11100110 | 10011111 | 10011011 | 0 | 11111 | 100001 | 1010 | 11 | 111100 | 1001011 |
Color Harmonies of #E69F9B
Complementary color
Monochromatic Colors of #E69F9B
Black with #E69F9B
Text Example
Text Example
White with #E69F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69F9B; }
p { color: rgb(230,159,155); }
H1.HeaderClassName
{
color: #E69F9B;
}
.AnyTagClassName
{
color: #E69F9B;
}
</style>
background-color css
<style>
a { background-color: #E69F9B; }
a { background-color: rgb(230,159,155); }
div.DivClassName
{
background-color: #E69F9B;
}
.BgClassName
{
background-color: #E69F9B;
}
</style>
border-color css
<style>
span { border-color: #E69F9B; }
span { border-color: rgb(230,159,155); }
td.TdClassName
{
border-color: #E69F9B;
}
.TagClassName
{
border-color: #E69F9B;
}
</style>