Shades of Petite Orchid #E4958D
Tints of Petite Orchid #E4958D
RGB
CMYK
RGB Variations
Color information
#E4958D (or 0xE4958D) is known color: Petite Orchid. HEX triplet: E4, 95 and 8D. RGB value is (228,149,141). Sum of RGB (Red+Green+Blue) = 228+149+141=518 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.02% from 518); Green value is 149 (58.59% from 255 or 28.76% from 518); Blue value is 141 (55.47% from 255 or 27.22% from 518); Max value from RGB is 228 - color contains mainly: red. Hex color #E4958D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4958D is #1B6A72. Grayscale: #ABABAB. Windows color (decimal): -1796723 or 9278948. OLE color: 9278948.
HSL color Cylindrical-coordinate representation of color #E4958D: hue angle of 5.52º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E4958D is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 149 | 141 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.11 |
| HSL | 5.52º | 0.62% | 0.72% | - |
| HSV(B) | 5.52º | 0.38% | 0.89% | - |
| XYZ | 47.55 | 39.91 | 30.4 | - |
| YUV | 171.71 | 110.67 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 149 | 141 | 0 | 0.35 | 0.38 | 0.11 | 5.52 | 0.62 | 0.72 |
| Hex | E4 | 95 | 8D | 0 | 23 | 26 | B | 6 | 3E | 48 |
| Octal | 344 | 225 | 215 | 0 | 43 | 46 | 13 | 6 | 76 | 110 |
| Binary | 11100100 | 10010101 | 10001101 | 0 | 100011 | 100110 | 1011 | 110 | 111110 | 1001000 |
Color Harmonies of #E4958D
Complementary color
Monochromatic Colors of #E4958D
Black with #E4958D
Text Example
Text Example
White with #E4958D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4958D; }
p { color: rgb(228,149,141); }
H1.HeaderClassName
{
color: #E4958D;
}
.AnyTagClassName
{
color: #E4958D;
}
</style>
background-color css
<style>
a { background-color: #E4958D; }
a { background-color: rgb(228,149,141); }
div.DivClassName
{
background-color: #E4958D;
}
.BgClassName
{
background-color: #E4958D;
}
</style>
border-color css
<style>
span { border-color: #E4958D; }
span { border-color: rgb(228,149,141); }
td.TdClassName
{
border-color: #E4958D;
}
.TagClassName
{
border-color: #E4958D;
}
</style>