Shades of Cranberry #E94174
Tints of Cranberry #E94174
RGB
CMYK
RGB Variations
Color information
#E94174 (or 0xE94174) is known color: Cranberry. HEX triplet: E9, 41 and 74. RGB value is (233,65,116). Sum of RGB (Red+Green+Blue) = 233+65+116=414 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.28% from 414); Green value is 65 (25.78% from 255 or 15.70% from 414); Blue value is 116 (45.70% from 255 or 28.02% from 414); Max value from RGB is 233 - color contains mainly: red. Hex color #E94174 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94174 is #16BE8B. Grayscale: #797979. Windows color (decimal): -1490572 or 7619049. OLE color: 7619049.
HSL color Cylindrical-coordinate representation of color #E94174: hue angle of 341.79º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E94174 is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 65 | 116 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.09 |
| HSL | 341.79º | 0.79% | 0.58% | - |
| HSV(B) | 341.79º | 0.72% | 0.91% | - |
| XYZ | 38.65 | 22.37 | 18.8 | - |
| YUV | 121.05 | 125.16 | 207.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 65 | 116 | 0 | 0.72 | 0.50 | 0.09 | 341.79 | 0.79 | 0.58 |
| Hex | E9 | 41 | 74 | 0 | 48 | 32 | 9 | 156 | 4F | 3A |
| Octal | 351 | 101 | 164 | 0 | 110 | 62 | 11 | 526 | 117 | 72 |
| Binary | 11101001 | 1000001 | 1110100 | 0 | 1001000 | 110010 | 1001 | 101010110 | 1001111 | 111010 |
Color Harmonies of #E94174
Complementary color
Monochromatic Colors of #E94174
Black with #E94174
Text Example
Text Example
White with #E94174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94174; }
p { color: rgb(233,65,116); }
H1.HeaderClassName
{
color: #E94174;
}
.AnyTagClassName
{
color: #E94174;
}
</style>
background-color css
<style>
a { background-color: #E94174; }
a { background-color: rgb(233,65,116); }
div.DivClassName
{
background-color: #E94174;
}
.BgClassName
{
background-color: #E94174;
}
</style>
border-color css
<style>
span { border-color: #E94174; }
span { border-color: rgb(233,65,116); }
td.TdClassName
{
border-color: #E94174;
}
.TagClassName
{
border-color: #E94174;
}
</style>