Shades of Petite Orchid #E4958B
Tints of Petite Orchid #E4958B
RGB
CMYK
RGB Variations
Color information
#E4958B (or 0xE4958B) is known color: Petite Orchid. HEX triplet: E4, 95 and 8B. RGB value is (228,149,139). Sum of RGB (Red+Green+Blue) = 228+149+139=516 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.19% from 516); Green value is 149 (58.59% from 255 or 28.88% from 516); Blue value is 139 (54.69% from 255 or 26.94% from 516); Max value from RGB is 228 - color contains mainly: red. Hex color #E4958B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4958B is #1B6A74. Grayscale: #ABABAB. Windows color (decimal): -1796725 or 9147876. OLE color: 9147876.
HSL color Cylindrical-coordinate representation of color #E4958B: hue angle of 6.74º degrees, saturation: 0.62, 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 #E4958B is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 149 | 139 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.11 |
| HSL | 6.74º | 0.62% | 0.72% | - |
| HSV(B) | 6.74º | 0.39% | 0.89% | - |
| XYZ | 47.4 | 39.85 | 29.62 | - |
| YUV | 171.48 | 109.67 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 149 | 139 | 0 | 0.35 | 0.39 | 0.11 | 6.74 | 0.62 | 0.72 |
| Hex | E4 | 95 | 8B | 0 | 23 | 27 | B | 7 | 3E | 48 |
| Octal | 344 | 225 | 213 | 0 | 43 | 47 | 13 | 7 | 76 | 110 |
| Binary | 11100100 | 10010101 | 10001011 | 0 | 100011 | 100111 | 1011 | 111 | 111110 | 1001000 |
Color Harmonies of #E4958B
Complementary color
Monochromatic Colors of #E4958B
Black with #E4958B
Text Example
Text Example
White with #E4958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4958B; }
p { color: rgb(228,149,139); }
H1.HeaderClassName
{
color: #E4958B;
}
.AnyTagClassName
{
color: #E4958B;
}
</style>
background-color css
<style>
a { background-color: #E4958B; }
a { background-color: rgb(228,149,139); }
div.DivClassName
{
background-color: #E4958B;
}
.BgClassName
{
background-color: #E4958B;
}
</style>
border-color css
<style>
span { border-color: #E4958B; }
span { border-color: rgb(228,149,139); }
td.TdClassName
{
border-color: #E4958B;
}
.TagClassName
{
border-color: #E4958B;
}
</style>