Shades of Petite Orchid #E19B8F
Tints of Petite Orchid #E19B8F
RGB
CMYK
RGB Variations
Color information
#E19B8F (or 0xE19B8F) is known color: Petite Orchid. HEX triplet: E1, 9B and 8F. RGB value is (225,155,143). Sum of RGB (Red+Green+Blue) = 225+155+143=523 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.02% from 523); Green value is 155 (60.94% from 255 or 29.64% from 523); Blue value is 143 (56.25% from 255 or 27.34% from 523); Max value from RGB is 225 - color contains mainly: red. Hex color #E19B8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19B8F is #1E6470. Grayscale: #AEAEAE. Windows color (decimal): -1991793 or 9411553. OLE color: 9411553.
HSL color Cylindrical-coordinate representation of color #E19B8F: hue angle of 8.78º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E19B8F is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 155 | 143 | - |
| CMYK | 0 | 0.31 | 0.36 | 0.12 |
| HSL | 8.78º | 0.58% | 0.72% | - |
| HSV(B) | 8.78º | 0.36% | 0.88% | - |
| XYZ | 47.73 | 41.43 | 31.47 | - |
| YUV | 174.56 | 110.19 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 155 | 143 | 0 | 0.31 | 0.36 | 0.12 | 8.78 | 0.58 | 0.72 |
| Hex | E1 | 9B | 8F | 0 | 1F | 24 | C | 9 | 3A | 48 |
| Octal | 341 | 233 | 217 | 0 | 37 | 44 | 14 | 11 | 72 | 110 |
| Binary | 11100001 | 10011011 | 10001111 | 0 | 11111 | 100100 | 1100 | 1001 | 111010 | 1001000 |
Color Harmonies of #E19B8F
Complementary color
Monochromatic Colors of #E19B8F
Black with #E19B8F
Text Example
Text Example
White with #E19B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19B8F; }
p { color: rgb(225,155,143); }
H1.HeaderClassName
{
color: #E19B8F;
}
.AnyTagClassName
{
color: #E19B8F;
}
</style>
background-color css
<style>
a { background-color: #E19B8F; }
a { background-color: rgb(225,155,143); }
div.DivClassName
{
background-color: #E19B8F;
}
.BgClassName
{
background-color: #E19B8F;
}
</style>
border-color css
<style>
span { border-color: #E19B8F; }
span { border-color: rgb(225,155,143); }
td.TdClassName
{
border-color: #E19B8F;
}
.TagClassName
{
border-color: #E19B8F;
}
</style>