Shades of Petite Orchid #E2918B
Tints of Petite Orchid #E2918B
RGB
CMYK
RGB Variations
Color information
#E2918B (or 0xE2918B) is known color: Petite Orchid. HEX triplet: E2, 91 and 8B. RGB value is (226,145,139). Sum of RGB (Red+Green+Blue) = 226+145+139=510 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.31% from 510); Green value is 145 (57.03% from 255 or 28.43% from 510); Blue value is 139 (54.69% from 255 or 27.25% from 510); Max value from RGB is 226 - color contains mainly: red. Hex color #E2918B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2918B is #1D6E74. Grayscale: #A8A8A8. Windows color (decimal): -1928821 or 9146850. OLE color: 9146850.
HSL color Cylindrical-coordinate representation of color #E2918B: hue angle of 4.14º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E2918B is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 145 | 139 | - |
| CMYK | 0 | 0.36 | 0.38 | 0.11 |
| HSL | 4.14º | 0.6% | 0.72% | - |
| HSV(B) | 4.14º | 0.38% | 0.89% | - |
| XYZ | 46.15 | 38.28 | 29.38 | - |
| YUV | 168.54 | 111.34 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 145 | 139 | 0 | 0.36 | 0.38 | 0.11 | 4.14 | 0.6 | 0.72 |
| Hex | E2 | 91 | 8B | 0 | 24 | 26 | B | 4 | 3C | 48 |
| Octal | 342 | 221 | 213 | 0 | 44 | 46 | 13 | 4 | 74 | 110 |
| Binary | 11100010 | 10010001 | 10001011 | 0 | 100100 | 100110 | 1011 | 100 | 111100 | 1001000 |
Color Harmonies of #E2918B
Complementary color
Monochromatic Colors of #E2918B
Black with #E2918B
Text Example
Text Example
White with #E2918B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2918B; }
p { color: rgb(226,145,139); }
H1.HeaderClassName
{
color: #E2918B;
}
.AnyTagClassName
{
color: #E2918B;
}
</style>
background-color css
<style>
a { background-color: #E2918B; }
a { background-color: rgb(226,145,139); }
div.DivClassName
{
background-color: #E2918B;
}
.BgClassName
{
background-color: #E2918B;
}
</style>
border-color css
<style>
span { border-color: #E2918B; }
span { border-color: rgb(226,145,139); }
td.TdClassName
{
border-color: #E2918B;
}
.TagClassName
{
border-color: #E2918B;
}
</style>