Shades of Petite Orchid #E39998
Tints of Petite Orchid #E39998
RGB
CMYK
RGB Variations
Color information
#E39998 (or 0xE39998) is known color: Petite Orchid. HEX triplet: E3, 99 and 98. RGB value is (227,153,152). Sum of RGB (Red+Green+Blue) = 227+153+152=532 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.67% from 532); Green value is 153 (60.16% from 255 or 28.76% from 532); Blue value is 152 (59.77% from 255 or 28.57% from 532); Max value from RGB is 227 - color contains mainly: red. Hex color #E39998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39998 is #1C6667. Grayscale: #AFAFAF. Windows color (decimal): -1861224 or 10000867. OLE color: 10000867.
HSL color Cylindrical-coordinate representation of color #E39998: hue angle of 0.8º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E39998 is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 153 | 152 | - |
| CMYK | 0 | 0.33 | 0.33 | 0.11 |
| HSL | 0.8º | 0.57% | 0.74% | - |
| HSV(B) | 0.8º | 0.33% | 0.89% | - |
| XYZ | 48.74 | 41.38 | 35.12 | - |
| YUV | 175.01 | 115.02 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 153 | 152 | 0 | 0.33 | 0.33 | 0.11 | 0.8 | 0.57 | 0.74 |
| Hex | E3 | 99 | 98 | 0 | 21 | 21 | B | 1 | 39 | 4A |
| Octal | 343 | 231 | 230 | 0 | 41 | 41 | 13 | 1 | 71 | 112 |
| Binary | 11100011 | 10011001 | 10011000 | 0 | 100001 | 100001 | 1011 | 1 | 111001 | 1001010 |
Color Harmonies of #E39998
Complementary color
Monochromatic Colors of #E39998
Black with #E39998
Text Example
Text Example
White with #E39998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39998; }
p { color: rgb(227,153,152); }
H1.HeaderClassName
{
color: #E39998;
}
.AnyTagClassName
{
color: #E39998;
}
</style>
background-color css
<style>
a { background-color: #E39998; }
a { background-color: rgb(227,153,152); }
div.DivClassName
{
background-color: #E39998;
}
.BgClassName
{
background-color: #E39998;
}
</style>
border-color css
<style>
span { border-color: #E39998; }
span { border-color: rgb(227,153,152); }
td.TdClassName
{
border-color: #E39998;
}
.TagClassName
{
border-color: #E39998;
}
</style>