Shades of Cranberry #E94075
Tints of Cranberry #E94075
RGB
CMYK
RGB Variations
Color information
#E94075 (or 0xE94075) is known color: Cranberry. HEX triplet: E9, 40 and 75. RGB value is (233,64,117). Sum of RGB (Red+Green+Blue) = 233+64+117=414 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.28% from 414); Green value is 64 (25.39% from 255 or 15.46% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 233 - color contains mainly: red. Hex color #E94075 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94075 is #16BF8A. Grayscale: #787878. Windows color (decimal): -1490827 or 7684329. OLE color: 7684329.
HSL color Cylindrical-coordinate representation of color #E94075: hue angle of 341.18º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E94075 is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 64 | 117 | - |
| CMYK | 0 | 0.73 | 0.50 | 0.09 |
| HSL | 341.18º | 0.79% | 0.58% | - |
| HSV(B) | 341.18º | 0.73% | 0.91% | - |
| XYZ | 38.65 | 22.27 | 19.09 | - |
| YUV | 120.57 | 125.99 | 208.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 64 | 117 | 0 | 0.73 | 0.50 | 0.09 | 341.18 | 0.79 | 0.58 |
| Hex | E9 | 40 | 75 | 0 | 49 | 32 | 9 | 155 | 4F | 3A |
| Octal | 351 | 100 | 165 | 0 | 111 | 62 | 11 | 525 | 117 | 72 |
| Binary | 11101001 | 1000000 | 1110101 | 0 | 1001001 | 110010 | 1001 | 101010101 | 1001111 | 111010 |
Color Harmonies of #E94075
Complementary color
Monochromatic Colors of #E94075
Black with #E94075
Text Example
Text Example
White with #E94075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94075; }
p { color: rgb(233,64,117); }
H1.HeaderClassName
{
color: #E94075;
}
.AnyTagClassName
{
color: #E94075;
}
</style>
background-color css
<style>
a { background-color: #E94075; }
a { background-color: rgb(233,64,117); }
div.DivClassName
{
background-color: #E94075;
}
.BgClassName
{
background-color: #E94075;
}
</style>
border-color css
<style>
span { border-color: #E94075; }
span { border-color: rgb(233,64,117); }
td.TdClassName
{
border-color: #E94075;
}
.TagClassName
{
border-color: #E94075;
}
</style>