Shades of Cranberry #E94A6C
Tints of Cranberry #E94A6C
RGB
CMYK
RGB Variations
Color information
#E94A6C (or 0xE94A6C) is known color: Cranberry. HEX triplet: E9, 4A and 6C. RGB value is (233,74,108). Sum of RGB (Red+Green+Blue) = 233+74+108=415 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.14% from 415); Green value is 74 (29.30% from 255 or 17.83% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 233 - color contains mainly: red. Hex color #E94A6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94A6C is #16B593. Grayscale: #7D7D7D. Windows color (decimal): -1488276 or 7097065. OLE color: 7097065.
HSL color Cylindrical-coordinate representation of color #E94A6C: hue angle of 347.17º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E94A6C is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 74 | 108 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.09 |
| HSL | 347.17º | 0.78% | 0.6% | - |
| HSV(B) | 347.17º | 0.68% | 0.91% | - |
| XYZ | 38.76 | 23.3 | 16.64 | - |
| YUV | 125.42 | 118.18 | 204.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 74 | 108 | 0 | 0.68 | 0.54 | 0.09 | 347.17 | 0.78 | 0.6 |
| Hex | E9 | 4A | 6C | 0 | 44 | 36 | 9 | 15B | 4E | 3C |
| Octal | 351 | 112 | 154 | 0 | 104 | 66 | 11 | 533 | 116 | 74 |
| Binary | 11101001 | 1001010 | 1101100 | 0 | 1000100 | 110110 | 1001 | 101011011 | 1001110 | 111100 |
Color Harmonies of #E94A6C
Complementary color
Monochromatic Colors of #E94A6C
Black with #E94A6C
Text Example
Text Example
White with #E94A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94A6C; }
p { color: rgb(233,74,108); }
H1.HeaderClassName
{
color: #E94A6C;
}
.AnyTagClassName
{
color: #E94A6C;
}
</style>
background-color css
<style>
a { background-color: #E94A6C; }
a { background-color: rgb(233,74,108); }
div.DivClassName
{
background-color: #E94A6C;
}
.BgClassName
{
background-color: #E94A6C;
}
</style>
border-color css
<style>
span { border-color: #E94A6C; }
span { border-color: rgb(233,74,108); }
td.TdClassName
{
border-color: #E94A6C;
}
.TagClassName
{
border-color: #E94A6C;
}
</style>