Shades of Cranberry #E94370
Tints of Cranberry #E94370
RGB
CMYK
RGB Variations
Color information
#E94370 (or 0xE94370) is known color: Cranberry. HEX triplet: E9, 43 and 70. RGB value is (233,67,112). Sum of RGB (Red+Green+Blue) = 233+67+112=412 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.55% from 412); Green value is 67 (26.56% from 255 or 16.26% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 233 - color contains mainly: red. Hex color #E94370 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94370 is #16BC8F. Grayscale: #797979. Windows color (decimal): -1490064 or 7357417. OLE color: 7357417.
HSL color Cylindrical-coordinate representation of color #E94370: hue angle of 343.73º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E94370 is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 67 | 112 | - |
| CMYK | 0 | 0.71 | 0.52 | 0.09 |
| HSL | 343.73º | 0.79% | 0.59% | - |
| HSV(B) | 343.73º | 0.71% | 0.91% | - |
| XYZ | 38.54 | 22.51 | 17.64 | - |
| YUV | 121.76 | 122.5 | 207.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 67 | 112 | 0 | 0.71 | 0.52 | 0.09 | 343.73 | 0.79 | 0.59 |
| Hex | E9 | 43 | 70 | 0 | 47 | 34 | 9 | 158 | 4F | 3B |
| Octal | 351 | 103 | 160 | 0 | 107 | 64 | 11 | 530 | 117 | 73 |
| Binary | 11101001 | 1000011 | 1110000 | 0 | 1000111 | 110100 | 1001 | 101011000 | 1001111 | 111011 |
Color Harmonies of #E94370
Complementary color
Monochromatic Colors of #E94370
Black with #E94370
Text Example
Text Example
White with #E94370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94370; }
p { color: rgb(233,67,112); }
H1.HeaderClassName
{
color: #E94370;
}
.AnyTagClassName
{
color: #E94370;
}
</style>
background-color css
<style>
a { background-color: #E94370; }
a { background-color: rgb(233,67,112); }
div.DivClassName
{
background-color: #E94370;
}
.BgClassName
{
background-color: #E94370;
}
</style>
border-color css
<style>
span { border-color: #E94370; }
span { border-color: rgb(233,67,112); }
td.TdClassName
{
border-color: #E94370;
}
.TagClassName
{
border-color: #E94370;
}
</style>