Shades of Petite Orchid #E2968C
Tints of Petite Orchid #E2968C
RGB
CMYK
RGB Variations
Color information
#E2968C (or 0xE2968C) is known color: Petite Orchid. HEX triplet: E2, 96 and 8C. RGB value is (226,150,140). Sum of RGB (Red+Green+Blue) = 226+150+140=516 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.80% from 516); Green value is 150 (58.98% from 255 or 29.07% from 516); Blue value is 140 (55.08% from 255 or 27.13% from 516); Max value from RGB is 226 - color contains mainly: red. Hex color #E2968C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2968C is #1D6973. Grayscale: #ABABAB. Windows color (decimal): -1927540 or 9213666. OLE color: 9213666.
HSL color Cylindrical-coordinate representation of color #E2968C: hue angle of 6.98º 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 #E2968C is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 150 | 140 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.11 |
| HSL | 6.98º | 0.6% | 0.72% | - |
| HSV(B) | 6.98º | 0.38% | 0.89% | - |
| XYZ | 47 | 39.87 | 30.03 | - |
| YUV | 171.58 | 110.18 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 150 | 140 | 0 | 0.34 | 0.38 | 0.11 | 6.98 | 0.6 | 0.72 |
| Hex | E2 | 96 | 8C | 0 | 22 | 26 | B | 7 | 3C | 48 |
| Octal | 342 | 226 | 214 | 0 | 42 | 46 | 13 | 7 | 74 | 110 |
| Binary | 11100010 | 10010110 | 10001100 | 0 | 100010 | 100110 | 1011 | 111 | 111100 | 1001000 |
Color Harmonies of #E2968C
Complementary color
Monochromatic Colors of #E2968C
Black with #E2968C
Text Example
Text Example
White with #E2968C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2968C; }
p { color: rgb(226,150,140); }
H1.HeaderClassName
{
color: #E2968C;
}
.AnyTagClassName
{
color: #E2968C;
}
</style>
background-color css
<style>
a { background-color: #E2968C; }
a { background-color: rgb(226,150,140); }
div.DivClassName
{
background-color: #E2968C;
}
.BgClassName
{
background-color: #E2968C;
}
</style>
border-color css
<style>
span { border-color: #E2968C; }
span { border-color: rgb(226,150,140); }
td.TdClassName
{
border-color: #E2968C;
}
.TagClassName
{
border-color: #E2968C;
}
</style>