Shades of Petite Orchid #E09690
Tints of Petite Orchid #E09690
RGB
CMYK
RGB Variations
Color information
#E09690 (or 0xE09690) is known color: Petite Orchid. HEX triplet: E0, 96 and 90. RGB value is (224,150,144). Sum of RGB (Red+Green+Blue) = 224+150+144=518 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.24% from 518); Green value is 150 (58.98% from 255 or 28.96% from 518); Blue value is 144 (56.64% from 255 or 27.80% from 518); Max value from RGB is 224 - color contains mainly: red. Hex color #E09690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09690 is #1F696F. Grayscale: #ABABAB. Windows color (decimal): -2058608 or 9475808. OLE color: 9475808.
HSL color Cylindrical-coordinate representation of color #E09690: hue angle of 4.5º degrees, saturation: 0.56, 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 #E09690 is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 150 | 144 | - |
| CMYK | 0 | 0.33 | 0.36 | 0.12 |
| HSL | 4.5º | 0.56% | 0.72% | - |
| HSV(B) | 4.5º | 0.36% | 0.88% | - |
| XYZ | 46.68 | 39.67 | 31.58 | - |
| YUV | 171.44 | 112.52 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 150 | 144 | 0 | 0.33 | 0.36 | 0.12 | 4.5 | 0.56 | 0.72 |
| Hex | E0 | 96 | 90 | 0 | 21 | 24 | C | 4 | 38 | 48 |
| Octal | 340 | 226 | 220 | 0 | 41 | 44 | 14 | 4 | 70 | 110 |
| Binary | 11100000 | 10010110 | 10010000 | 0 | 100001 | 100100 | 1100 | 100 | 111000 | 1001000 |
Color Harmonies of #E09690
Complementary color
Monochromatic Colors of #E09690
Black with #E09690
Text Example
Text Example
White with #E09690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09690; }
p { color: rgb(224,150,144); }
H1.HeaderClassName
{
color: #E09690;
}
.AnyTagClassName
{
color: #E09690;
}
</style>
background-color css
<style>
a { background-color: #E09690; }
a { background-color: rgb(224,150,144); }
div.DivClassName
{
background-color: #E09690;
}
.BgClassName
{
background-color: #E09690;
}
</style>
border-color css
<style>
span { border-color: #E09690; }
span { border-color: rgb(224,150,144); }
td.TdClassName
{
border-color: #E09690;
}
.TagClassName
{
border-color: #E09690;
}
</style>