Shades of Cranberry #E94D6C
Tints of Cranberry #E94D6C
RGB
CMYK
RGB Variations
Color information
#E94D6C (or 0xE94D6C) is known color: Cranberry. HEX triplet: E9, 4D and 6C. RGB value is (233,77,108). Sum of RGB (Red+Green+Blue) = 233+77+108=418 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.74% from 418); Green value is 77 (30.47% from 255 or 18.42% from 418); Blue value is 108 (42.58% from 255 or 25.84% from 418); Max value from RGB is 233 - color contains mainly: red. Hex color #E94D6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E94D6C is #16B293. Grayscale: #7F7F7F. Windows color (decimal): -1487508 or 7097833. OLE color: 7097833.
HSL color Cylindrical-coordinate representation of color #E94D6C: hue angle of 348.08º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E94D6C is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 77 | 108 | - |
| CMYK | 0 | 0.67 | 0.54 | 0.09 |
| HSL | 348.08º | 0.78% | 0.61% | - |
| HSV(B) | 348.08º | 0.67% | 0.91% | - |
| XYZ | 38.96 | 23.71 | 16.71 | - |
| YUV | 127.18 | 117.18 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 77 | 108 | 0 | 0.67 | 0.54 | 0.09 | 348.08 | 0.78 | 0.61 |
| Hex | E9 | 4D | 6C | 0 | 43 | 36 | 9 | 15C | 4E | 3D |
| Octal | 351 | 115 | 154 | 0 | 103 | 66 | 11 | 534 | 116 | 75 |
| Binary | 11101001 | 1001101 | 1101100 | 0 | 1000011 | 110110 | 1001 | 101011100 | 1001110 | 111101 |
Color Harmonies of #E94D6C
Complementary color
Monochromatic Colors of #E94D6C
Black with #E94D6C
Text Example
Text Example
White with #E94D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94D6C; }
p { color: rgb(233,77,108); }
H1.HeaderClassName
{
color: #E94D6C;
}
.AnyTagClassName
{
color: #E94D6C;
}
</style>
background-color css
<style>
a { background-color: #E94D6C; }
a { background-color: rgb(233,77,108); }
div.DivClassName
{
background-color: #E94D6C;
}
.BgClassName
{
background-color: #E94D6C;
}
</style>
border-color css
<style>
span { border-color: #E94D6C; }
span { border-color: rgb(233,77,108); }
td.TdClassName
{
border-color: #E94D6C;
}
.TagClassName
{
border-color: #E94D6C;
}
</style>