Shades of Petite Orchid #E5998E
Tints of Petite Orchid #E5998E
RGB
CMYK
RGB Variations
Color information
#E5998E (or 0xE5998E) is known color: Petite Orchid. HEX triplet: E5, 99 and 8E. RGB value is (229,153,142). Sum of RGB (Red+Green+Blue) = 229+153+142=524 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.70% from 524); Green value is 153 (60.16% from 255 or 29.20% from 524); Blue value is 142 (55.86% from 255 or 27.10% from 524); Max value from RGB is 229 - color contains mainly: red. Hex color #E5998E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5998E is #1A6671. Grayscale: #AEAEAE. Windows color (decimal): -1730162 or 9345509. OLE color: 9345509.
HSL color Cylindrical-coordinate representation of color #E5998E: hue angle of 7.59º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E5998E is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 153 | 142 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.10 |
| HSL | 7.59º | 0.63% | 0.73% | - |
| HSV(B) | 7.59º | 0.38% | 0.9% | - |
| XYZ | 48.59 | 41.39 | 31.02 | - |
| YUV | 174.47 | 109.68 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 153 | 142 | 0 | 0.33 | 0.38 | 0.10 | 7.59 | 0.63 | 0.73 |
| Hex | E5 | 99 | 8E | 0 | 21 | 26 | A | 8 | 3F | 49 |
| Octal | 345 | 231 | 216 | 0 | 41 | 46 | 12 | 10 | 77 | 111 |
| Binary | 11100101 | 10011001 | 10001110 | 0 | 100001 | 100110 | 1010 | 1000 | 111111 | 1001001 |
Color Harmonies of #E5998E
Complementary color
Monochromatic Colors of #E5998E
Black with #E5998E
Text Example
Text Example
White with #E5998E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5998E; }
p { color: rgb(229,153,142); }
H1.HeaderClassName
{
color: #E5998E;
}
.AnyTagClassName
{
color: #E5998E;
}
</style>
background-color css
<style>
a { background-color: #E5998E; }
a { background-color: rgb(229,153,142); }
div.DivClassName
{
background-color: #E5998E;
}
.BgClassName
{
background-color: #E5998E;
}
</style>
border-color css
<style>
span { border-color: #E5998E; }
span { border-color: rgb(229,153,142); }
td.TdClassName
{
border-color: #E5998E;
}
.TagClassName
{
border-color: #E5998E;
}
</style>