Shades of Petite Orchid #E19696
Tints of Petite Orchid #E19696
RGB
CMYK
RGB Variations
Color information
#E19696 (or 0xE19696) is known color: Petite Orchid. HEX triplet: E1, 96 and 96. RGB value is (225,150,150). Sum of RGB (Red+Green+Blue) = 225+150+150=525 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.86% from 525); Green value is 150 (58.98% from 255 or 28.57% from 525); Blue value is 150 (58.98% from 255 or 28.57% from 525); Max value from RGB is 225 - color contains mainly: red. Hex color #E19696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19696 is #1E6969. Grayscale: #ACACAC. Windows color (decimal): -1993066 or 9869025. OLE color: 9869025.
HSL color Cylindrical-coordinate representation of color #E19696: hue angle of 0º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E19696 is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 150 | 150 | - |
| CMYK | 0 | 0.33 | 0.33 | 0.12 |
| HSL | 0º | 0.56% | 0.74% | - |
| HSV(B) | 0º | 0.33% | 0.88% | - |
| XYZ | 47.46 | 40.02 | 34.08 | - |
| YUV | 172.43 | 115.35 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 150 | 150 | 0 | 0.33 | 0.33 | 0.12 | 0 | 0.56 | 0.74 |
| Hex | E1 | 96 | 96 | 0 | 21 | 21 | C | 0 | 38 | 4A |
| Octal | 341 | 226 | 226 | 0 | 41 | 41 | 14 | 0 | 70 | 112 |
| Binary | 11100001 | 10010110 | 10010110 | 0 | 100001 | 100001 | 1100 | 0 | 111000 | 1001010 |
Color Harmonies of #E19696
Complementary color
Monochromatic Colors of #E19696
Black with #E19696
Text Example
Text Example
White with #E19696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19696; }
p { color: rgb(225,150,150); }
H1.HeaderClassName
{
color: #E19696;
}
.AnyTagClassName
{
color: #E19696;
}
</style>
background-color css
<style>
a { background-color: #E19696; }
a { background-color: rgb(225,150,150); }
div.DivClassName
{
background-color: #E19696;
}
.BgClassName
{
background-color: #E19696;
}
</style>
border-color css
<style>
span { border-color: #E19696; }
span { border-color: rgb(225,150,150); }
td.TdClassName
{
border-color: #E19696;
}
.TagClassName
{
border-color: #E19696;
}
</style>