Shades of Petite Orchid #E1918B
Tints of Petite Orchid #E1918B
RGB
CMYK
RGB Variations
Color information
#E1918B (or 0xE1918B) is known color: Petite Orchid. HEX triplet: E1, 91 and 8B. RGB value is (225,145,139). Sum of RGB (Red+Green+Blue) = 225+145+139=509 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.20% from 509); Green value is 145 (57.03% from 255 or 28.49% from 509); Blue value is 139 (54.69% from 255 or 27.31% from 509); Max value from RGB is 225 - color contains mainly: red. Hex color #E1918B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1918B is #1E6E74. Grayscale: #A8A8A8. Windows color (decimal): -1994357 or 9146849. OLE color: 9146849.
HSL color Cylindrical-coordinate representation of color #E1918B: hue angle of 4.19º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E1918B is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 145 | 139 | - |
| CMYK | 0 | 0.36 | 0.38 | 0.12 |
| HSL | 4.19º | 0.59% | 0.71% | - |
| HSV(B) | 4.19º | 0.38% | 0.88% | - |
| XYZ | 45.84 | 38.12 | 29.37 | - |
| YUV | 168.24 | 111.5 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 145 | 139 | 0 | 0.36 | 0.38 | 0.12 | 4.19 | 0.59 | 0.71 |
| Hex | E1 | 91 | 8B | 0 | 24 | 26 | C | 4 | 3B | 47 |
| Octal | 341 | 221 | 213 | 0 | 44 | 46 | 14 | 4 | 73 | 107 |
| Binary | 11100001 | 10010001 | 10001011 | 0 | 100100 | 100110 | 1100 | 100 | 111011 | 1000111 |
Color Harmonies of #E1918B
Complementary color
Monochromatic Colors of #E1918B
Black with #E1918B
Text Example
Text Example
White with #E1918B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1918B; }
p { color: rgb(225,145,139); }
H1.HeaderClassName
{
color: #E1918B;
}
.AnyTagClassName
{
color: #E1918B;
}
</style>
background-color css
<style>
a { background-color: #E1918B; }
a { background-color: rgb(225,145,139); }
div.DivClassName
{
background-color: #E1918B;
}
.BgClassName
{
background-color: #E1918B;
}
</style>
border-color css
<style>
span { border-color: #E1918B; }
span { border-color: rgb(225,145,139); }
td.TdClassName
{
border-color: #E1918B;
}
.TagClassName
{
border-color: #E1918B;
}
</style>