Shades of Petite Orchid #E39999
Tints of Petite Orchid #E39999
RGB
CMYK
RGB Variations
Color information
#E39999 (or 0xE39999) is known color: Petite Orchid. HEX triplet: E3, 99 and 99. RGB value is (227,153,153). Sum of RGB (Red+Green+Blue) = 227+153+153=533 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.59% from 533); Green value is 153 (60.16% from 255 or 28.71% from 533); Blue value is 153 (60.16% from 255 or 28.71% from 533); Max value from RGB is 227 - color contains mainly: red. Hex color #E39999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39999 is #1C6666. Grayscale: #AFAFAF. Windows color (decimal): -1861223 or 10066403. OLE color: 10066403.
HSL color Cylindrical-coordinate representation of color #E39999: hue angle of 0º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E39999 is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 153 | 153 | - |
| CMYK | 0 | 0.33 | 0.33 | 0.11 |
| HSL | 0º | 0.57% | 0.75% | - |
| HSV(B) | 0º | 0.33% | 0.89% | - |
| XYZ | 48.82 | 41.41 | 35.56 | - |
| YUV | 175.13 | 115.52 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 153 | 153 | 0 | 0.33 | 0.33 | 0.11 | 0 | 0.57 | 0.75 |
| Hex | E3 | 99 | 99 | 0 | 21 | 21 | B | 0 | 39 | 4B |
| Octal | 343 | 231 | 231 | 0 | 41 | 41 | 13 | 0 | 71 | 113 |
| Binary | 11100011 | 10011001 | 10011001 | 0 | 100001 | 100001 | 1011 | 0 | 111001 | 1001011 |
Color Harmonies of #E39999
Complementary color
Monochromatic Colors of #E39999
Black with #E39999
Text Example
Text Example
White with #E39999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39999; }
p { color: rgb(227,153,153); }
H1.HeaderClassName
{
color: #E39999;
}
.AnyTagClassName
{
color: #E39999;
}
</style>
background-color css
<style>
a { background-color: #E39999; }
a { background-color: rgb(227,153,153); }
div.DivClassName
{
background-color: #E39999;
}
.BgClassName
{
background-color: #E39999;
}
</style>
border-color css
<style>
span { border-color: #E39999; }
span { border-color: rgb(227,153,153); }
td.TdClassName
{
border-color: #E39999;
}
.TagClassName
{
border-color: #E39999;
}
</style>