Shades of Petite Orchid #E0928A
Tints of Petite Orchid #E0928A
RGB
CMYK
RGB Variations
Color information
#E0928A (or 0xE0928A) is known color: Petite Orchid. HEX triplet: E0, 92 and 8A. RGB value is (224,146,138). Sum of RGB (Red+Green+Blue) = 224+146+138=508 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.09% from 508); Green value is 146 (57.42% from 255 or 28.74% from 508); Blue value is 138 (54.30% from 255 or 27.17% from 508); Max value from RGB is 224 - color contains mainly: red. Hex color #E0928A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0928A is #1F6D75. Grayscale: #A8A8A8. Windows color (decimal): -2059638 or 9081568. OLE color: 9081568.
HSL color Cylindrical-coordinate representation of color #E0928A: hue angle of 5.58º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E0928A is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 146 | 138 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.12 |
| HSL | 5.58º | 0.58% | 0.71% | - |
| HSV(B) | 5.58º | 0.38% | 0.88% | - |
| XYZ | 45.61 | 38.24 | 29.02 | - |
| YUV | 168.41 | 110.84 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 146 | 138 | 0 | 0.35 | 0.38 | 0.12 | 5.58 | 0.58 | 0.71 |
| Hex | E0 | 92 | 8A | 0 | 23 | 26 | C | 6 | 3A | 47 |
| Octal | 340 | 222 | 212 | 0 | 43 | 46 | 14 | 6 | 72 | 107 |
| Binary | 11100000 | 10010010 | 10001010 | 0 | 100011 | 100110 | 1100 | 110 | 111010 | 1000111 |
Color Harmonies of #E0928A
Complementary color
Monochromatic Colors of #E0928A
Black with #E0928A
Text Example
Text Example
White with #E0928A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0928A; }
p { color: rgb(224,146,138); }
H1.HeaderClassName
{
color: #E0928A;
}
.AnyTagClassName
{
color: #E0928A;
}
</style>
background-color css
<style>
a { background-color: #E0928A; }
a { background-color: rgb(224,146,138); }
div.DivClassName
{
background-color: #E0928A;
}
.BgClassName
{
background-color: #E0928A;
}
</style>
border-color css
<style>
span { border-color: #E0928A; }
span { border-color: rgb(224,146,138); }
td.TdClassName
{
border-color: #E0928A;
}
.TagClassName
{
border-color: #E0928A;
}
</style>