Shades of Petite Orchid #E59A94
Tints of Petite Orchid #E59A94
RGB
CMYK
RGB Variations
Color information
#E59A94 (or 0xE59A94) is known color: Petite Orchid. HEX triplet: E5, 9A and 94. RGB value is (229,154,148). Sum of RGB (Red+Green+Blue) = 229+154+148=531 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.13% from 531); Green value is 154 (60.55% from 255 or 29.00% from 531); Blue value is 148 (58.20% from 255 or 27.87% from 531); Max value from RGB is 229 - color contains mainly: red. Hex color #E59A94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59A94 is #1A656B. Grayscale: #AFAFAF. Windows color (decimal): -1729900 or 9738981. OLE color: 9738981.
HSL color Cylindrical-coordinate representation of color #E59A94: hue angle of 4.44º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E59A94 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 154 | 148 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.10 |
| HSL | 4.44º | 0.61% | 0.74% | - |
| HSV(B) | 4.44º | 0.35% | 0.9% | - |
| XYZ | 49.21 | 41.91 | 33.51 | - |
| YUV | 175.74 | 112.35 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 154 | 148 | 0 | 0.33 | 0.35 | 0.10 | 4.44 | 0.61 | 0.74 |
| Hex | E5 | 9A | 94 | 0 | 21 | 23 | A | 4 | 3D | 4A |
| Octal | 345 | 232 | 224 | 0 | 41 | 43 | 12 | 4 | 75 | 112 |
| Binary | 11100101 | 10011010 | 10010100 | 0 | 100001 | 100011 | 1010 | 100 | 111101 | 1001010 |
Color Harmonies of #E59A94
Complementary color
Monochromatic Colors of #E59A94
Black with #E59A94
Text Example
Text Example
White with #E59A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59A94; }
p { color: rgb(229,154,148); }
H1.HeaderClassName
{
color: #E59A94;
}
.AnyTagClassName
{
color: #E59A94;
}
</style>
background-color css
<style>
a { background-color: #E59A94; }
a { background-color: rgb(229,154,148); }
div.DivClassName
{
background-color: #E59A94;
}
.BgClassName
{
background-color: #E59A94;
}
</style>
border-color css
<style>
span { border-color: #E59A94; }
span { border-color: rgb(229,154,148); }
td.TdClassName
{
border-color: #E59A94;
}
.TagClassName
{
border-color: #E59A94;
}
</style>