Shades of Cranberry #E94F70
Tints of Cranberry #E94F70
RGB
CMYK
RGB Variations
Color information
#E94F70 (or 0xE94F70) is known color: Cranberry. HEX triplet: E9, 4F and 70. RGB value is (233,79,112). Sum of RGB (Red+Green+Blue) = 233+79+112=424 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.95% from 424); Green value is 79 (31.25% from 255 or 18.63% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 233 - color contains mainly: red. Hex color #E94F70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E94F70 is #16B08F. Grayscale: #808080. Windows color (decimal): -1486992 or 7360489. OLE color: 7360489.
HSL color Cylindrical-coordinate representation of color #E94F70: hue angle of 347.14º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E94F70 is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 79 | 112 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.09 |
| HSL | 347.14º | 0.78% | 0.61% | - |
| HSV(B) | 347.14º | 0.66% | 0.91% | - |
| XYZ | 39.32 | 24.09 | 17.91 | - |
| YUV | 128.81 | 118.52 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 79 | 112 | 0 | 0.66 | 0.52 | 0.09 | 347.14 | 0.78 | 0.61 |
| Hex | E9 | 4F | 70 | 0 | 42 | 34 | 9 | 15B | 4E | 3D |
| Octal | 351 | 117 | 160 | 0 | 102 | 64 | 11 | 533 | 116 | 75 |
| Binary | 11101001 | 1001111 | 1110000 | 0 | 1000010 | 110100 | 1001 | 101011011 | 1001110 | 111101 |
Color Harmonies of #E94F70
Complementary color
Monochromatic Colors of #E94F70
Black with #E94F70
Text Example
Text Example
White with #E94F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94F70; }
p { color: rgb(233,79,112); }
H1.HeaderClassName
{
color: #E94F70;
}
.AnyTagClassName
{
color: #E94F70;
}
</style>
background-color css
<style>
a { background-color: #E94F70; }
a { background-color: rgb(233,79,112); }
div.DivClassName
{
background-color: #E94F70;
}
.BgClassName
{
background-color: #E94F70;
}
</style>
border-color css
<style>
span { border-color: #E94F70; }
span { border-color: rgb(233,79,112); }
td.TdClassName
{
border-color: #E94F70;
}
.TagClassName
{
border-color: #E94F70;
}
</style>