Shades of Petite Orchid #E19595
Tints of Petite Orchid #E19595
RGB
CMYK
RGB Variations
Color information
#E19595 (or 0xE19595) is known color: Petite Orchid. HEX triplet: E1, 95 and 95. RGB value is (225,149,149). Sum of RGB (Red+Green+Blue) = 225+149+149=523 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.02% from 523); Green value is 149 (58.59% from 255 or 28.49% from 523); Blue value is 149 (58.59% from 255 or 28.49% from 523); Max value from RGB is 225 - color contains mainly: red. Hex color #E19595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19595 is #1E6A6A. Grayscale: #ABABAB. Windows color (decimal): -1993323 or 9803233. OLE color: 9803233.
HSL color Cylindrical-coordinate representation of color #E19595: hue angle of 0º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E19595 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 149 | 149 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.12 |
| HSL | 0º | 0.56% | 0.73% | - |
| HSV(B) | 0º | 0.34% | 0.88% | - |
| XYZ | 47.22 | 39.67 | 33.6 | - |
| YUV | 171.72 | 115.18 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 149 | 149 | 0 | 0.34 | 0.34 | 0.12 | 0 | 0.56 | 0.73 |
| Hex | E1 | 95 | 95 | 0 | 22 | 22 | C | 0 | 38 | 49 |
| Octal | 341 | 225 | 225 | 0 | 42 | 42 | 14 | 0 | 70 | 111 |
| Binary | 11100001 | 10010101 | 10010101 | 0 | 100010 | 100010 | 1100 | 0 | 111000 | 1001001 |
Color Harmonies of #E19595
Complementary color
Monochromatic Colors of #E19595
Black with #E19595
Text Example
Text Example
White with #E19595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19595; }
p { color: rgb(225,149,149); }
H1.HeaderClassName
{
color: #E19595;
}
.AnyTagClassName
{
color: #E19595;
}
</style>
background-color css
<style>
a { background-color: #E19595; }
a { background-color: rgb(225,149,149); }
div.DivClassName
{
background-color: #E19595;
}
.BgClassName
{
background-color: #E19595;
}
</style>
border-color css
<style>
span { border-color: #E19595; }
span { border-color: rgb(225,149,149); }
td.TdClassName
{
border-color: #E19595;
}
.TagClassName
{
border-color: #E19595;
}
</style>