Shades of Petite Orchid #E4958E
Tints of Petite Orchid #E4958E
RGB
CMYK
RGB Variations
Color information
#E4958E (or 0xE4958E) is known color: Petite Orchid. HEX triplet: E4, 95 and 8E. RGB value is (228,149,142). Sum of RGB (Red+Green+Blue) = 228+149+142=519 (68% of max value = 765). Red value is 228 (89.45% from 255 or 43.93% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 142 (55.86% from 255 or 27.36% from 519); Max value from RGB is 228 - color contains mainly: red. Hex color #E4958E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4958E is #1B6A71. Grayscale: #ABABAB. Windows color (decimal): -1796722 or 9344484. OLE color: 9344484.
HSL color Cylindrical-coordinate representation of color #E4958E: hue angle of 4.88º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E4958E is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 149 | 142 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.11 |
| HSL | 4.88º | 0.61% | 0.73% | - |
| HSV(B) | 4.88º | 0.38% | 0.89% | - |
| XYZ | 47.62 | 39.94 | 30.79 | - |
| YUV | 171.82 | 111.17 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 149 | 142 | 0 | 0.35 | 0.38 | 0.11 | 4.88 | 0.61 | 0.73 |
| Hex | E4 | 95 | 8E | 0 | 23 | 26 | B | 5 | 3D | 49 |
| Octal | 344 | 225 | 216 | 0 | 43 | 46 | 13 | 5 | 75 | 111 |
| Binary | 11100100 | 10010101 | 10001110 | 0 | 100011 | 100110 | 1011 | 101 | 111101 | 1001001 |
Color Harmonies of #E4958E
Complementary color
Monochromatic Colors of #E4958E
Black with #E4958E
Text Example
Text Example
White with #E4958E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4958E; }
p { color: rgb(228,149,142); }
H1.HeaderClassName
{
color: #E4958E;
}
.AnyTagClassName
{
color: #E4958E;
}
</style>
background-color css
<style>
a { background-color: #E4958E; }
a { background-color: rgb(228,149,142); }
div.DivClassName
{
background-color: #E4958E;
}
.BgClassName
{
background-color: #E4958E;
}
</style>
border-color css
<style>
span { border-color: #E4958E; }
span { border-color: rgb(228,149,142); }
td.TdClassName
{
border-color: #E4958E;
}
.TagClassName
{
border-color: #E4958E;
}
</style>