Shades of Petite Orchid #E2958B
Tints of Petite Orchid #E2958B
RGB
CMYK
RGB Variations
Color information
#E2958B (or 0xE2958B) is known color: Petite Orchid. HEX triplet: E2, 95 and 8B. RGB value is (226,149,139). Sum of RGB (Red+Green+Blue) = 226+149+139=514 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.97% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 139 (54.69% from 255 or 27.04% from 514); Max value from RGB is 226 - color contains mainly: red. Hex color #E2958B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2958B is #1D6A74. Grayscale: #AAAAAA. Windows color (decimal): -1927797 or 9147874. OLE color: 9147874.
HSL color Cylindrical-coordinate representation of color #E2958B: hue angle of 6.9º 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 #E2958B is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 149 | 139 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.11 |
| HSL | 6.9º | 0.6% | 0.72% | - |
| HSV(B) | 6.9º | 0.38% | 0.89% | - |
| XYZ | 46.77 | 39.53 | 29.59 | - |
| YUV | 170.88 | 110.01 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 149 | 139 | 0 | 0.34 | 0.38 | 0.11 | 6.9 | 0.6 | 0.72 |
| Hex | E2 | 95 | 8B | 0 | 22 | 26 | B | 7 | 3C | 48 |
| Octal | 342 | 225 | 213 | 0 | 42 | 46 | 13 | 7 | 74 | 110 |
| Binary | 11100010 | 10010101 | 10001011 | 0 | 100010 | 100110 | 1011 | 111 | 111100 | 1001000 |
Color Harmonies of #E2958B
Complementary color
Monochromatic Colors of #E2958B
Black with #E2958B
Text Example
Text Example
White with #E2958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2958B; }
p { color: rgb(226,149,139); }
H1.HeaderClassName
{
color: #E2958B;
}
.AnyTagClassName
{
color: #E2958B;
}
</style>
background-color css
<style>
a { background-color: #E2958B; }
a { background-color: rgb(226,149,139); }
div.DivClassName
{
background-color: #E2958B;
}
.BgClassName
{
background-color: #E2958B;
}
</style>
border-color css
<style>
span { border-color: #E2958B; }
span { border-color: rgb(226,149,139); }
td.TdClassName
{
border-color: #E2958B;
}
.TagClassName
{
border-color: #E2958B;
}
</style>