Shades of Petite Orchid #E0948D
Tints of Petite Orchid #E0948D
RGB
CMYK
RGB Variations
Color information
#E0948D (or 0xE0948D) is known color: Petite Orchid. HEX triplet: E0, 94 and 8D. RGB value is (224,148,141). Sum of RGB (Red+Green+Blue) = 224+148+141=513 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.66% from 513); Green value is 148 (58.20% from 255 or 28.85% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 224 - color contains mainly: red. Hex color #E0948D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0948D is #1F6B72. Grayscale: #AAAAAA. Windows color (decimal): -2059123 or 9278688. OLE color: 9278688.
HSL color Cylindrical-coordinate representation of color #E0948D: hue angle of 5.06º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E0948D is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 148 | 141 | - |
| CMYK | 0 | 0.34 | 0.37 | 0.12 |
| HSL | 5.06º | 0.57% | 0.72% | - |
| HSV(B) | 5.06º | 0.37% | 0.88% | - |
| XYZ | 46.14 | 38.95 | 30.29 | - |
| YUV | 169.93 | 111.68 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 148 | 141 | 0 | 0.34 | 0.37 | 0.12 | 5.06 | 0.57 | 0.72 |
| Hex | E0 | 94 | 8D | 0 | 22 | 25 | C | 5 | 39 | 48 |
| Octal | 340 | 224 | 215 | 0 | 42 | 45 | 14 | 5 | 71 | 110 |
| Binary | 11100000 | 10010100 | 10001101 | 0 | 100010 | 100101 | 1100 | 101 | 111001 | 1001000 |
Color Harmonies of #E0948D
Complementary color
Monochromatic Colors of #E0948D
Black with #E0948D
Text Example
Text Example
White with #E0948D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0948D; }
p { color: rgb(224,148,141); }
H1.HeaderClassName
{
color: #E0948D;
}
.AnyTagClassName
{
color: #E0948D;
}
</style>
background-color css
<style>
a { background-color: #E0948D; }
a { background-color: rgb(224,148,141); }
div.DivClassName
{
background-color: #E0948D;
}
.BgClassName
{
background-color: #E0948D;
}
</style>
border-color css
<style>
span { border-color: #E0948D; }
span { border-color: rgb(224,148,141); }
td.TdClassName
{
border-color: #E0948D;
}
.TagClassName
{
border-color: #E0948D;
}
</style>