Shades of Petite Orchid #E4968E
Tints of Petite Orchid #E4968E
RGB
CMYK
RGB Variations
Color information
#E4968E (or 0xE4968E) is known color: Petite Orchid. HEX triplet: E4, 96 and 8E. RGB value is (228,150,142). Sum of RGB (Red+Green+Blue) = 228+150+142=520 (68% of max value = 765). Red value is 228 (89.45% from 255 or 43.85% from 520); Green value is 150 (58.98% from 255 or 28.85% from 520); Blue value is 142 (55.86% from 255 or 27.31% from 520); Max value from RGB is 228 - color contains mainly: red. Hex color #E4968E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4968E is #1B6971. Grayscale: #ACACAC. Windows color (decimal): -1796466 or 9344740. OLE color: 9344740.
HSL color Cylindrical-coordinate representation of color #E4968E: hue angle of 5.58º 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 #E4968E is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 150 | 142 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.11 |
| HSL | 5.58º | 0.61% | 0.73% | - |
| HSV(B) | 5.58º | 0.38% | 0.89% | - |
| XYZ | 47.78 | 40.26 | 30.84 | - |
| YUV | 172.41 | 110.84 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 150 | 142 | 0 | 0.34 | 0.38 | 0.11 | 5.58 | 0.61 | 0.73 |
| Hex | E4 | 96 | 8E | 0 | 22 | 26 | B | 6 | 3D | 49 |
| Octal | 344 | 226 | 216 | 0 | 42 | 46 | 13 | 6 | 75 | 111 |
| Binary | 11100100 | 10010110 | 10001110 | 0 | 100010 | 100110 | 1011 | 110 | 111101 | 1001001 |
Color Harmonies of #E4968E
Complementary color
Monochromatic Colors of #E4968E
Black with #E4968E
Text Example
Text Example
White with #E4968E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4968E; }
p { color: rgb(228,150,142); }
H1.HeaderClassName
{
color: #E4968E;
}
.AnyTagClassName
{
color: #E4968E;
}
</style>
background-color css
<style>
a { background-color: #E4968E; }
a { background-color: rgb(228,150,142); }
div.DivClassName
{
background-color: #E4968E;
}
.BgClassName
{
background-color: #E4968E;
}
</style>
border-color css
<style>
span { border-color: #E4968E; }
span { border-color: rgb(228,150,142); }
td.TdClassName
{
border-color: #E4968E;
}
.TagClassName
{
border-color: #E4968E;
}
</style>