Shades of Petite Orchid #E0928D
Tints of Petite Orchid #E0928D
RGB
CMYK
RGB Variations
Color information
#E0928D (or 0xE0928D) is known color: Petite Orchid. HEX triplet: E0, 92 and 8D. RGB value is (224,146,141). Sum of RGB (Red+Green+Blue) = 224+146+141=511 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.84% from 511); Green value is 146 (57.42% from 255 or 28.57% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 224 - color contains mainly: red. Hex color #E0928D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0928D is #1F6D72. Grayscale: #A8A8A8. Windows color (decimal): -2059635 or 9278176. OLE color: 9278176.
HSL color Cylindrical-coordinate representation of color #E0928D: hue angle of 3.61º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E0928D is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 146 | 141 | - |
| CMYK | 0 | 0.35 | 0.37 | 0.12 |
| HSL | 3.61º | 0.57% | 0.72% | - |
| HSV(B) | 3.61º | 0.37% | 0.88% | - |
| XYZ | 45.83 | 38.33 | 30.18 | - |
| YUV | 168.75 | 112.34 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 146 | 141 | 0 | 0.35 | 0.37 | 0.12 | 3.61 | 0.57 | 0.72 |
| Hex | E0 | 92 | 8D | 0 | 23 | 25 | C | 4 | 39 | 48 |
| Octal | 340 | 222 | 215 | 0 | 43 | 45 | 14 | 4 | 71 | 110 |
| Binary | 11100000 | 10010010 | 10001101 | 0 | 100011 | 100101 | 1100 | 100 | 111001 | 1001000 |
Color Harmonies of #E0928D
Complementary color
Monochromatic Colors of #E0928D
Black with #E0928D
Text Example
Text Example
White with #E0928D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0928D; }
p { color: rgb(224,146,141); }
H1.HeaderClassName
{
color: #E0928D;
}
.AnyTagClassName
{
color: #E0928D;
}
</style>
background-color css
<style>
a { background-color: #E0928D; }
a { background-color: rgb(224,146,141); }
div.DivClassName
{
background-color: #E0928D;
}
.BgClassName
{
background-color: #E0928D;
}
</style>
border-color css
<style>
span { border-color: #E0928D; }
span { border-color: rgb(224,146,141); }
td.TdClassName
{
border-color: #E0928D;
}
.TagClassName
{
border-color: #E0928D;
}
</style>