Shades of Petite Orchid #E4958F
Tints of Petite Orchid #E4958F
RGB
CMYK
RGB Variations
Color information
#E4958F (or 0xE4958F) is known color: Petite Orchid. HEX triplet: E4, 95 and 8F. RGB value is (228,149,143). Sum of RGB (Red+Green+Blue) = 228+149+143=520 (68% of max value = 765). Red value is 228 (89.45% from 255 or 43.85% from 520); Green value is 149 (58.59% from 255 or 28.65% from 520); Blue value is 143 (56.25% from 255 or 27.5% from 520); Max value from RGB is 228 - color contains mainly: red. Hex color #E4958F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4958F is #1B6A70. Grayscale: #ACACAC. Windows color (decimal): -1796721 or 9410020. OLE color: 9410020.
HSL color Cylindrical-coordinate representation of color #E4958F: hue angle of 4.24º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E4958F is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 149 | 143 | - |
| CMYK | 0 | 0.35 | 0.37 | 0.11 |
| HSL | 4.24º | 0.61% | 0.73% | - |
| HSV(B) | 4.24º | 0.37% | 0.89% | - |
| XYZ | 47.7 | 39.97 | 31.19 | - |
| YUV | 171.94 | 111.67 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 149 | 143 | 0 | 0.35 | 0.37 | 0.11 | 4.24 | 0.61 | 0.73 |
| Hex | E4 | 95 | 8F | 0 | 23 | 25 | B | 4 | 3D | 49 |
| Octal | 344 | 225 | 217 | 0 | 43 | 45 | 13 | 4 | 75 | 111 |
| Binary | 11100100 | 10010101 | 10001111 | 0 | 100011 | 100101 | 1011 | 100 | 111101 | 1001001 |
Color Harmonies of #E4958F
Complementary color
Monochromatic Colors of #E4958F
Black with #E4958F
Text Example
Text Example
White with #E4958F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4958F; }
p { color: rgb(228,149,143); }
H1.HeaderClassName
{
color: #E4958F;
}
.AnyTagClassName
{
color: #E4958F;
}
</style>
background-color css
<style>
a { background-color: #E4958F; }
a { background-color: rgb(228,149,143); }
div.DivClassName
{
background-color: #E4958F;
}
.BgClassName
{
background-color: #E4958F;
}
</style>
border-color css
<style>
span { border-color: #E4958F; }
span { border-color: rgb(228,149,143); }
td.TdClassName
{
border-color: #E4958F;
}
.TagClassName
{
border-color: #E4958F;
}
</style>