Shades of Petite Orchid #E2958A
Tints of Petite Orchid #E2958A
RGB
CMYK
RGB Variations
Color information
#E2958A (or 0xE2958A) is known color: Petite Orchid. HEX triplet: E2, 95 and 8A. RGB value is (226,149,138). Sum of RGB (Red+Green+Blue) = 226+149+138=513 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.05% from 513); Green value is 149 (58.59% from 255 or 29.04% from 513); Blue value is 138 (54.30% from 255 or 26.90% from 513); Max value from RGB is 226 - color contains mainly: red. Hex color #E2958A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2958A is #1D6A75. Grayscale: #AAAAAA. Windows color (decimal): -1927798 or 9082338. OLE color: 9082338.
HSL color Cylindrical-coordinate representation of color #E2958A: hue angle of 7.5º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E2958A is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 149 | 138 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.11 |
| HSL | 7.5º | 0.6% | 0.71% | - |
| HSV(B) | 7.5º | 0.39% | 0.89% | - |
| XYZ | 46.7 | 39.5 | 29.21 | - |
| YUV | 170.77 | 109.51 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 149 | 138 | 0 | 0.34 | 0.39 | 0.11 | 7.5 | 0.6 | 0.71 |
| Hex | E2 | 95 | 8A | 0 | 22 | 27 | B | 8 | 3C | 47 |
| Octal | 342 | 225 | 212 | 0 | 42 | 47 | 13 | 10 | 74 | 107 |
| Binary | 11100010 | 10010101 | 10001010 | 0 | 100010 | 100111 | 1011 | 1000 | 111100 | 1000111 |
Color Harmonies of #E2958A
Complementary color
Monochromatic Colors of #E2958A
Black with #E2958A
Text Example
Text Example
White with #E2958A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2958A; }
p { color: rgb(226,149,138); }
H1.HeaderClassName
{
color: #E2958A;
}
.AnyTagClassName
{
color: #E2958A;
}
</style>
background-color css
<style>
a { background-color: #E2958A; }
a { background-color: rgb(226,149,138); }
div.DivClassName
{
background-color: #E2958A;
}
.BgClassName
{
background-color: #E2958A;
}
</style>
border-color css
<style>
span { border-color: #E2958A; }
span { border-color: rgb(226,149,138); }
td.TdClassName
{
border-color: #E2958A;
}
.TagClassName
{
border-color: #E2958A;
}
</style>