Shades of Petite Orchid #E2928A
Tints of Petite Orchid #E2928A
RGB
CMYK
RGB Variations
Color information
#E2928A (or 0xE2928A) is known color: Petite Orchid. HEX triplet: E2, 92 and 8A. RGB value is (226,146,138). Sum of RGB (Red+Green+Blue) = 226+146+138=510 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.31% from 510); Green value is 146 (57.42% from 255 or 28.63% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 226 - color contains mainly: red. Hex color #E2928A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2928A is #1D6D75. Grayscale: #A9A9A9. Windows color (decimal): -1928566 or 9081570. OLE color: 9081570.
HSL color Cylindrical-coordinate representation of color #E2928A: hue angle of 5.45º 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 #E2928A is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 146 | 138 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.11 |
| HSL | 5.45º | 0.6% | 0.71% | - |
| HSV(B) | 5.45º | 0.39% | 0.89% | - |
| XYZ | 46.23 | 38.56 | 29.05 | - |
| YUV | 169.01 | 110.5 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 146 | 138 | 0 | 0.35 | 0.39 | 0.11 | 5.45 | 0.6 | 0.71 |
| Hex | E2 | 92 | 8A | 0 | 23 | 27 | B | 5 | 3C | 47 |
| Octal | 342 | 222 | 212 | 0 | 43 | 47 | 13 | 5 | 74 | 107 |
| Binary | 11100010 | 10010010 | 10001010 | 0 | 100011 | 100111 | 1011 | 101 | 111100 | 1000111 |
Color Harmonies of #E2928A
Complementary color
Monochromatic Colors of #E2928A
Black with #E2928A
Text Example
Text Example
White with #E2928A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2928A; }
p { color: rgb(226,146,138); }
H1.HeaderClassName
{
color: #E2928A;
}
.AnyTagClassName
{
color: #E2928A;
}
</style>
background-color css
<style>
a { background-color: #E2928A; }
a { background-color: rgb(226,146,138); }
div.DivClassName
{
background-color: #E2928A;
}
.BgClassName
{
background-color: #E2928A;
}
</style>
border-color css
<style>
span { border-color: #E2928A; }
span { border-color: rgb(226,146,138); }
td.TdClassName
{
border-color: #E2928A;
}
.TagClassName
{
border-color: #E2928A;
}
</style>