Shades of Petite Orchid #E08F88
Tints of Petite Orchid #E08F88
RGB
CMYK
RGB Variations
Color information
#E08F88 (or 0xE08F88) is known color: Petite Orchid. HEX triplet: E0, 8F and 88. RGB value is (224,143,136). Sum of RGB (Red+Green+Blue) = 224+143+136=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 143 (56.25% from 255 or 28.43% from 503); Blue value is 136 (53.52% from 255 or 27.04% from 503); Max value from RGB is 224 - color contains mainly: red. Hex color #E08F88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08F88 is #1F7077. Grayscale: #A6A6A6. Windows color (decimal): -2060408 or 8949728. OLE color: 8949728.
HSL color Cylindrical-coordinate representation of color #E08F88: hue angle of 4.77º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E08F88 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 143 | 136 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.12 |
| HSL | 4.77º | 0.59% | 0.71% | - |
| HSV(B) | 4.77º | 0.39% | 0.88% | - |
| XYZ | 45.01 | 37.27 | 28.11 | - |
| YUV | 166.42 | 110.84 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 143 | 136 | 0 | 0.36 | 0.39 | 0.12 | 4.77 | 0.59 | 0.71 |
| Hex | E0 | 8F | 88 | 0 | 24 | 27 | C | 5 | 3B | 47 |
| Octal | 340 | 217 | 210 | 0 | 44 | 47 | 14 | 5 | 73 | 107 |
| Binary | 11100000 | 10001111 | 10001000 | 0 | 100100 | 100111 | 1100 | 101 | 111011 | 1000111 |
Color Harmonies of #E08F88
Complementary color
Monochromatic Colors of #E08F88
Black with #E08F88
Text Example
Text Example
White with #E08F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08F88; }
p { color: rgb(224,143,136); }
H1.HeaderClassName
{
color: #E08F88;
}
.AnyTagClassName
{
color: #E08F88;
}
</style>
background-color css
<style>
a { background-color: #E08F88; }
a { background-color: rgb(224,143,136); }
div.DivClassName
{
background-color: #E08F88;
}
.BgClassName
{
background-color: #E08F88;
}
</style>
border-color css
<style>
span { border-color: #E08F88; }
span { border-color: rgb(224,143,136); }
td.TdClassName
{
border-color: #E08F88;
}
.TagClassName
{
border-color: #E08F88;
}
</style>