Shades of Petite Orchid #E2968E
Tints of Petite Orchid #E2968E
RGB
CMYK
RGB Variations
Color information
#E2968E (or 0xE2968E) is known color: Petite Orchid. HEX triplet: E2, 96 and 8E. RGB value is (226,150,142). Sum of RGB (Red+Green+Blue) = 226+150+142=518 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.63% from 518); Green value is 150 (58.98% from 255 or 28.96% from 518); Blue value is 142 (55.86% from 255 or 27.41% from 518); Max value from RGB is 226 - color contains mainly: red. Hex color #E2968E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2968E is #1D6971. Grayscale: #ABABAB. Windows color (decimal): -1927538 or 9344738. OLE color: 9344738.
HSL color Cylindrical-coordinate representation of color #E2968E: hue angle of 5.71º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E2968E is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 150 | 142 | - |
| CMYK | 0 | 0.34 | 0.37 | 0.11 |
| HSL | 5.71º | 0.59% | 0.72% | - |
| HSV(B) | 5.71º | 0.37% | 0.89% | - |
| XYZ | 47.15 | 39.93 | 30.81 | - |
| YUV | 171.81 | 111.18 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 150 | 142 | 0 | 0.34 | 0.37 | 0.11 | 5.71 | 0.59 | 0.72 |
| Hex | E2 | 96 | 8E | 0 | 22 | 25 | B | 6 | 3B | 48 |
| Octal | 342 | 226 | 216 | 0 | 42 | 45 | 13 | 6 | 73 | 110 |
| Binary | 11100010 | 10010110 | 10001110 | 0 | 100010 | 100101 | 1011 | 110 | 111011 | 1001000 |
Color Harmonies of #E2968E
Complementary color
Monochromatic Colors of #E2968E
Black with #E2968E
Text Example
Text Example
White with #E2968E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2968E; }
p { color: rgb(226,150,142); }
H1.HeaderClassName
{
color: #E2968E;
}
.AnyTagClassName
{
color: #E2968E;
}
</style>
background-color css
<style>
a { background-color: #E2968E; }
a { background-color: rgb(226,150,142); }
div.DivClassName
{
background-color: #E2968E;
}
.BgClassName
{
background-color: #E2968E;
}
</style>
border-color css
<style>
span { border-color: #E2968E; }
span { border-color: rgb(226,150,142); }
td.TdClassName
{
border-color: #E2968E;
}
.TagClassName
{
border-color: #E2968E;
}
</style>