Shades of Petite Orchid #E4948D
Tints of Petite Orchid #E4948D
RGB
CMYK
RGB Variations
Color information
#E4948D (or 0xE4948D) is known color: Petite Orchid. HEX triplet: E4, 94 and 8D. RGB value is (228,148,141). Sum of RGB (Red+Green+Blue) = 228+148+141=517 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.10% from 517); Green value is 148 (58.20% from 255 or 28.63% from 517); Blue value is 141 (55.47% from 255 or 27.27% from 517); Max value from RGB is 228 - color contains mainly: red. Hex color #E4948D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4948D is #1B6B72. Grayscale: #ABABAB. Windows color (decimal): -1796979 or 9278692. OLE color: 9278692.
HSL color Cylindrical-coordinate representation of color #E4948D: hue angle of 4.83º 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 #E4948D is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 148 | 141 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.11 |
| HSL | 4.83º | 0.62% | 0.72% | - |
| HSV(B) | 4.83º | 0.38% | 0.89% | - |
| XYZ | 47.39 | 39.6 | 30.34 | - |
| YUV | 171.12 | 111 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 148 | 141 | 0 | 0.35 | 0.38 | 0.11 | 4.83 | 0.62 | 0.72 |
| Hex | E4 | 94 | 8D | 0 | 23 | 26 | B | 5 | 3E | 48 |
| Octal | 344 | 224 | 215 | 0 | 43 | 46 | 13 | 5 | 76 | 110 |
| Binary | 11100100 | 10010100 | 10001101 | 0 | 100011 | 100110 | 1011 | 101 | 111110 | 1001000 |
Color Harmonies of #E4948D
Complementary color
Monochromatic Colors of #E4948D
Black with #E4948D
Text Example
Text Example
White with #E4948D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4948D; }
p { color: rgb(228,148,141); }
H1.HeaderClassName
{
color: #E4948D;
}
.AnyTagClassName
{
color: #E4948D;
}
</style>
background-color css
<style>
a { background-color: #E4948D; }
a { background-color: rgb(228,148,141); }
div.DivClassName
{
background-color: #E4948D;
}
.BgClassName
{
background-color: #E4948D;
}
</style>
border-color css
<style>
span { border-color: #E4948D; }
span { border-color: rgb(228,148,141); }
td.TdClassName
{
border-color: #E4948D;
}
.TagClassName
{
border-color: #E4948D;
}
</style>