Shades of Petite Orchid #E3928B
Tints of Petite Orchid #E3928B
RGB
CMYK
RGB Variations
Color information
#E3928B (or 0xE3928B) is known color: Petite Orchid. HEX triplet: E3, 92 and 8B. RGB value is (227,146,139). Sum of RGB (Red+Green+Blue) = 227+146+139=512 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.34% from 512); Green value is 146 (57.42% from 255 or 28.52% from 512); Blue value is 139 (54.69% from 255 or 27.15% from 512); Max value from RGB is 227 - color contains mainly: red. Hex color #E3928B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3928B is #1C6D74. Grayscale: #A9A9A9. Windows color (decimal): -1863029 or 9147107. OLE color: 9147107.
HSL color Cylindrical-coordinate representation of color #E3928B: hue angle of 4.77º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E3928B is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 146 | 139 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.11 |
| HSL | 4.77º | 0.61% | 0.72% | - |
| HSV(B) | 4.77º | 0.39% | 0.89% | - |
| XYZ | 46.62 | 38.75 | 29.45 | - |
| YUV | 169.42 | 110.84 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 146 | 139 | 0 | 0.36 | 0.39 | 0.11 | 4.77 | 0.61 | 0.72 |
| Hex | E3 | 92 | 8B | 0 | 24 | 27 | B | 5 | 3D | 48 |
| Octal | 343 | 222 | 213 | 0 | 44 | 47 | 13 | 5 | 75 | 110 |
| Binary | 11100011 | 10010010 | 10001011 | 0 | 100100 | 100111 | 1011 | 101 | 111101 | 1001000 |
Color Harmonies of #E3928B
Complementary color
Monochromatic Colors of #E3928B
Black with #E3928B
Text Example
Text Example
White with #E3928B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3928B; }
p { color: rgb(227,146,139); }
H1.HeaderClassName
{
color: #E3928B;
}
.AnyTagClassName
{
color: #E3928B;
}
</style>
background-color css
<style>
a { background-color: #E3928B; }
a { background-color: rgb(227,146,139); }
div.DivClassName
{
background-color: #E3928B;
}
.BgClassName
{
background-color: #E3928B;
}
</style>
border-color css
<style>
span { border-color: #E3928B; }
span { border-color: rgb(227,146,139); }
td.TdClassName
{
border-color: #E3928B;
}
.TagClassName
{
border-color: #E3928B;
}
</style>