Shades of Petite Orchid #E08D8D
Tints of Petite Orchid #E08D8D
RGB
CMYK
RGB Variations
Color information
#E08D8D (or 0xE08D8D) is known color: Petite Orchid. HEX triplet: E0, 8D and 8D. RGB value is (224,141,141). Sum of RGB (Red+Green+Blue) = 224+141+141=506 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.27% from 506); Green value is 141 (55.47% from 255 or 27.87% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 224 - color contains mainly: red. Hex color #E08D8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08D8D is #1F7272. Grayscale: #A5A5A5. Windows color (decimal): -2060915 or 9276896. OLE color: 9276896.
HSL color Cylindrical-coordinate representation of color #E08D8D: hue angle of 0º 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 #E08D8D is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 141 | 141 | - |
| CMYK | 0 | 0.37 | 0.37 | 0.12 |
| HSL | 0º | 0.57% | 0.72% | - |
| HSV(B) | 0º | 0.37% | 0.88% | - |
| XYZ | 45.07 | 36.82 | 29.93 | - |
| YUV | 165.82 | 114 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 141 | 141 | 0 | 0.37 | 0.37 | 0.12 | 0 | 0.57 | 0.72 |
| Hex | E0 | 8D | 8D | 0 | 25 | 25 | C | 0 | 39 | 48 |
| Octal | 340 | 215 | 215 | 0 | 45 | 45 | 14 | 0 | 71 | 110 |
| Binary | 11100000 | 10001101 | 10001101 | 0 | 100101 | 100101 | 1100 | 0 | 111001 | 1001000 |
Color Harmonies of #E08D8D
Complementary color
Monochromatic Colors of #E08D8D
Black with #E08D8D
Text Example
Text Example
White with #E08D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08D8D; }
p { color: rgb(224,141,141); }
H1.HeaderClassName
{
color: #E08D8D;
}
.AnyTagClassName
{
color: #E08D8D;
}
</style>
background-color css
<style>
a { background-color: #E08D8D; }
a { background-color: rgb(224,141,141); }
div.DivClassName
{
background-color: #E08D8D;
}
.BgClassName
{
background-color: #E08D8D;
}
</style>
border-color css
<style>
span { border-color: #E08D8D; }
span { border-color: rgb(224,141,141); }
td.TdClassName
{
border-color: #E08D8D;
}
.TagClassName
{
border-color: #E08D8D;
}
</style>