Shades of Petite Orchid #E4A298
Tints of Petite Orchid #E4A298
RGB
CMYK
RGB Variations
Color information
#E4A298 (or 0xE4A298) is known color: Petite Orchid. HEX triplet: E4, A2 and 98. RGB value is (228,162,152). Sum of RGB (Red+Green+Blue) = 228+162+152=542 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.07% from 542); Green value is 162 (63.67% from 255 or 29.89% from 542); Blue value is 152 (59.77% from 255 or 28.04% from 542); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4A298 is #1B5D67. Grayscale: #B4B4B4. Windows color (decimal): -1793384 or 10003172. OLE color: 10003172.
HSL color Cylindrical-coordinate representation of color #E4A298: hue angle of 7.89º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E4A298 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 162 | 152 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.11 |
| HSL | 7.89º | 0.58% | 0.75% | - |
| HSV(B) | 7.89º | 0.33% | 0.89% | - |
| XYZ | 50.58 | 44.6 | 35.65 | - |
| YUV | 180.59 | 111.87 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 162 | 152 | 0 | 0.29 | 0.33 | 0.11 | 7.89 | 0.58 | 0.75 |
| Hex | E4 | A2 | 98 | 0 | 1D | 21 | B | 8 | 3A | 4B |
| Octal | 344 | 242 | 230 | 0 | 35 | 41 | 13 | 10 | 72 | 113 |
| Binary | 11100100 | 10100010 | 10011000 | 0 | 11101 | 100001 | 1011 | 1000 | 111010 | 1001011 |
Color Harmonies of #E4A298
Complementary color
Monochromatic Colors of #E4A298
Black with #E4A298
Text Example
Text Example
White with #E4A298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A298; }
p { color: rgb(228,162,152); }
H1.HeaderClassName
{
color: #E4A298;
}
.AnyTagClassName
{
color: #E4A298;
}
</style>
background-color css
<style>
a { background-color: #E4A298; }
a { background-color: rgb(228,162,152); }
div.DivClassName
{
background-color: #E4A298;
}
.BgClassName
{
background-color: #E4A298;
}
</style>
border-color css
<style>
span { border-color: #E4A298; }
span { border-color: rgb(228,162,152); }
td.TdClassName
{
border-color: #E4A298;
}
.TagClassName
{
border-color: #E4A298;
}
</style>