Shades of Petite Orchid #E0918B
Tints of Petite Orchid #E0918B
RGB
CMYK
RGB Variations
Color information
#E0918B (or 0xE0918B) is known color: Petite Orchid. HEX triplet: E0, 91 and 8B. RGB value is (224,145,139). Sum of RGB (Red+Green+Blue) = 224+145+139=508 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.09% from 508); Green value is 145 (57.03% from 255 or 28.54% from 508); Blue value is 139 (54.69% from 255 or 27.36% from 508); Max value from RGB is 224 - color contains mainly: red. Hex color #E0918B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0918B is #1F6E74. Grayscale: #A8A8A8. Windows color (decimal): -2059893 or 9146848. OLE color: 9146848.
HSL color Cylindrical-coordinate representation of color #E0918B: hue angle of 4.24º 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 #E0918B is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 145 | 139 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.12 |
| HSL | 4.24º | 0.58% | 0.71% | - |
| HSV(B) | 4.24º | 0.38% | 0.88% | - |
| XYZ | 45.53 | 37.96 | 29.35 | - |
| YUV | 167.94 | 111.67 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 145 | 139 | 0 | 0.35 | 0.38 | 0.12 | 4.24 | 0.58 | 0.71 |
| Hex | E0 | 91 | 8B | 0 | 23 | 26 | C | 4 | 3A | 47 |
| Octal | 340 | 221 | 213 | 0 | 43 | 46 | 14 | 4 | 72 | 107 |
| Binary | 11100000 | 10010001 | 10001011 | 0 | 100011 | 100110 | 1100 | 100 | 111010 | 1000111 |
Color Harmonies of #E0918B
Complementary color
Monochromatic Colors of #E0918B
Black with #E0918B
Text Example
Text Example
White with #E0918B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0918B; }
p { color: rgb(224,145,139); }
H1.HeaderClassName
{
color: #E0918B;
}
.AnyTagClassName
{
color: #E0918B;
}
</style>
background-color css
<style>
a { background-color: #E0918B; }
a { background-color: rgb(224,145,139); }
div.DivClassName
{
background-color: #E0918B;
}
.BgClassName
{
background-color: #E0918B;
}
</style>
border-color css
<style>
span { border-color: #E0918B; }
span { border-color: rgb(224,145,139); }
td.TdClassName
{
border-color: #E0918B;
}
.TagClassName
{
border-color: #E0918B;
}
</style>