Shades of Petite Orchid #E18E8A
Tints of Petite Orchid #E18E8A
RGB
CMYK
RGB Variations
Color information
#E18E8A (or 0xE18E8A) is known color: Petite Orchid. HEX triplet: E1, 8E and 8A. RGB value is (225,142,138). Sum of RGB (Red+Green+Blue) = 225+142+138=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 142 (55.86% from 255 or 28.12% from 505); Blue value is 138 (54.30% from 255 or 27.33% from 505); Max value from RGB is 225 - color contains mainly: red. Hex color #E18E8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18E8A is #1E7175. Grayscale: #A6A6A6. Windows color (decimal): -1995126 or 9080545. OLE color: 9080545.
HSL color Cylindrical-coordinate representation of color #E18E8A: hue angle of 2.76º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E18E8A is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 142 | 138 | - |
| CMYK | 0 | 0.37 | 0.39 | 0.12 |
| HSL | 2.76º | 0.59% | 0.71% | - |
| HSV(B) | 2.76º | 0.39% | 0.88% | - |
| XYZ | 45.31 | 37.19 | 28.83 | - |
| YUV | 166.36 | 112 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 142 | 138 | 0 | 0.37 | 0.39 | 0.12 | 2.76 | 0.59 | 0.71 |
| Hex | E1 | 8E | 8A | 0 | 25 | 27 | C | 3 | 3B | 47 |
| Octal | 341 | 216 | 212 | 0 | 45 | 47 | 14 | 3 | 73 | 107 |
| Binary | 11100001 | 10001110 | 10001010 | 0 | 100101 | 100111 | 1100 | 11 | 111011 | 1000111 |
Color Harmonies of #E18E8A
Complementary color
Monochromatic Colors of #E18E8A
Black with #E18E8A
Text Example
Text Example
White with #E18E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18E8A; }
p { color: rgb(225,142,138); }
H1.HeaderClassName
{
color: #E18E8A;
}
.AnyTagClassName
{
color: #E18E8A;
}
</style>
background-color css
<style>
a { background-color: #E18E8A; }
a { background-color: rgb(225,142,138); }
div.DivClassName
{
background-color: #E18E8A;
}
.BgClassName
{
background-color: #E18E8A;
}
</style>
border-color css
<style>
span { border-color: #E18E8A; }
span { border-color: rgb(225,142,138); }
td.TdClassName
{
border-color: #E18E8A;
}
.TagClassName
{
border-color: #E18E8A;
}
</style>