Shades of Petite Orchid #E1938A
Tints of Petite Orchid #E1938A
RGB
CMYK
RGB Variations
Color information
#E1938A (or 0xE1938A) is known color: Petite Orchid. HEX triplet: E1, 93 and 8A. RGB value is (225,147,138). Sum of RGB (Red+Green+Blue) = 225+147+138=510 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.12% from 510); Green value is 147 (57.81% from 255 or 28.82% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 225 - color contains mainly: red. Hex color #E1938A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1938A is #1E6C75. Grayscale: #A9A9A9. Windows color (decimal): -1993846 or 9081825. OLE color: 9081825.
HSL color Cylindrical-coordinate representation of color #E1938A: hue angle of 6.21º 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 #E1938A is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 147 | 138 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.12 |
| HSL | 6.21º | 0.59% | 0.71% | - |
| HSV(B) | 6.21º | 0.39% | 0.88% | - |
| XYZ | 46.07 | 38.71 | 29.09 | - |
| YUV | 169.3 | 110.34 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 147 | 138 | 0 | 0.35 | 0.39 | 0.12 | 6.21 | 0.59 | 0.71 |
| Hex | E1 | 93 | 8A | 0 | 23 | 27 | C | 6 | 3B | 47 |
| Octal | 341 | 223 | 212 | 0 | 43 | 47 | 14 | 6 | 73 | 107 |
| Binary | 11100001 | 10010011 | 10001010 | 0 | 100011 | 100111 | 1100 | 110 | 111011 | 1000111 |
Color Harmonies of #E1938A
Complementary color
Monochromatic Colors of #E1938A
Black with #E1938A
Text Example
Text Example
White with #E1938A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1938A; }
p { color: rgb(225,147,138); }
H1.HeaderClassName
{
color: #E1938A;
}
.AnyTagClassName
{
color: #E1938A;
}
</style>
background-color css
<style>
a { background-color: #E1938A; }
a { background-color: rgb(225,147,138); }
div.DivClassName
{
background-color: #E1938A;
}
.BgClassName
{
background-color: #E1938A;
}
</style>
border-color css
<style>
span { border-color: #E1938A; }
span { border-color: rgb(225,147,138); }
td.TdClassName
{
border-color: #E1938A;
}
.TagClassName
{
border-color: #E1938A;
}
</style>