Shades of Petite Orchid #EAA19A
Tints of Petite Orchid #EAA19A
RGB
CMYK
RGB Variations
Color information
#EAA19A (or 0xEAA19A) is known color: Petite Orchid. HEX triplet: EA, A1 and 9A. RGB value is (234,161,154). Sum of RGB (Red+Green+Blue) = 234+161+154=549 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.62% from 549); Green value is 161 (63.28% from 255 or 29.33% from 549); Blue value is 154 (60.55% from 255 or 28.05% from 549); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA19A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA19A is #155E65. Grayscale: #B6B6B6. Windows color (decimal): -1400422 or 10133994. OLE color: 10133994.
HSL color Cylindrical-coordinate representation of color #EAA19A: hue angle of 5.25º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EAA19A is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 161 | 154 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.08 |
| HSL | 5.25º | 0.66% | 0.76% | - |
| HSV(B) | 5.25º | 0.34% | 0.92% | - |
| XYZ | 52.51 | 45.32 | 36.55 | - |
| YUV | 182.03 | 112.18 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 161 | 154 | 0 | 0.31 | 0.34 | 0.08 | 5.25 | 0.66 | 0.76 |
| Hex | EA | A1 | 9A | 0 | 1F | 22 | 8 | 5 | 42 | 4C |
| Octal | 352 | 241 | 232 | 0 | 37 | 42 | 10 | 5 | 102 | 114 |
| Binary | 11101010 | 10100001 | 10011010 | 0 | 11111 | 100010 | 1000 | 101 | 1000010 | 1001100 |
Color Harmonies of #EAA19A
Complementary color
Monochromatic Colors of #EAA19A
Black with #EAA19A
Text Example
Text Example
White with #EAA19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA19A; }
p { color: rgb(234,161,154); }
H1.HeaderClassName
{
color: #EAA19A;
}
.AnyTagClassName
{
color: #EAA19A;
}
</style>
background-color css
<style>
a { background-color: #EAA19A; }
a { background-color: rgb(234,161,154); }
div.DivClassName
{
background-color: #EAA19A;
}
.BgClassName
{
background-color: #EAA19A;
}
</style>
border-color css
<style>
span { border-color: #EAA19A; }
span { border-color: rgb(234,161,154); }
td.TdClassName
{
border-color: #EAA19A;
}
.TagClassName
{
border-color: #EAA19A;
}
</style>