Shades of Petite Orchid #E0948A
Tints of Petite Orchid #E0948A
RGB
CMYK
RGB Variations
Color information
#E0948A (or 0xE0948A) is known color: Petite Orchid. HEX triplet: E0, 94 and 8A. RGB value is (224,148,138). Sum of RGB (Red+Green+Blue) = 224+148+138=510 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.92% from 510); Green value is 148 (58.20% from 255 or 29.02% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 224 - color contains mainly: red. Hex color #E0948A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0948A is #1F6B75. Grayscale: #A9A9A9. Windows color (decimal): -2059126 or 9082080. OLE color: 9082080.
HSL color Cylindrical-coordinate representation of color #E0948A: hue angle of 6.98º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E0948A is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 148 | 138 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.12 |
| HSL | 6.98º | 0.58% | 0.71% | - |
| HSV(B) | 6.98º | 0.38% | 0.88% | - |
| XYZ | 45.92 | 38.86 | 29.13 | - |
| YUV | 169.58 | 110.18 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 148 | 138 | 0 | 0.34 | 0.38 | 0.12 | 6.98 | 0.58 | 0.71 |
| Hex | E0 | 94 | 8A | 0 | 22 | 26 | C | 7 | 3A | 47 |
| Octal | 340 | 224 | 212 | 0 | 42 | 46 | 14 | 7 | 72 | 107 |
| Binary | 11100000 | 10010100 | 10001010 | 0 | 100010 | 100110 | 1100 | 111 | 111010 | 1000111 |
Color Harmonies of #E0948A
Complementary color
Monochromatic Colors of #E0948A
Black with #E0948A
Text Example
Text Example
White with #E0948A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0948A; }
p { color: rgb(224,148,138); }
H1.HeaderClassName
{
color: #E0948A;
}
.AnyTagClassName
{
color: #E0948A;
}
</style>
background-color css
<style>
a { background-color: #E0948A; }
a { background-color: rgb(224,148,138); }
div.DivClassName
{
background-color: #E0948A;
}
.BgClassName
{
background-color: #E0948A;
}
</style>
border-color css
<style>
span { border-color: #E0948A; }
span { border-color: rgb(224,148,138); }
td.TdClassName
{
border-color: #E0948A;
}
.TagClassName
{
border-color: #E0948A;
}
</style>