Shades of Cranberry #E94969
Tints of Cranberry #E94969
RGB
CMYK
RGB Variations
Color information
#E94969 (or 0xE94969) is known color: Cranberry. HEX triplet: E9, 49 and 69. RGB value is (233,73,105). Sum of RGB (Red+Green+Blue) = 233+73+105=411 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.69% from 411); Green value is 73 (28.91% from 255 or 17.76% from 411); Blue value is 105 (41.41% from 255 or 25.55% from 411); Max value from RGB is 233 - color contains mainly: red. Hex color #E94969 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94969 is #16B696. Grayscale: #7C7C7C. Windows color (decimal): -1488535 or 6900201. OLE color: 6900201.
HSL color Cylindrical-coordinate representation of color #E94969: hue angle of 348º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E94969 is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 73 | 105 | - |
| CMYK | 0 | 0.69 | 0.55 | 0.09 |
| HSL | 348º | 0.78% | 0.6% | - |
| HSV(B) | 348º | 0.69% | 0.91% | - |
| XYZ | 38.54 | 23.11 | 15.79 | - |
| YUV | 124.49 | 117.01 | 205.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 73 | 105 | 0 | 0.69 | 0.55 | 0.09 | 348 | 0.78 | 0.6 |
| Hex | E9 | 49 | 69 | 0 | 45 | 37 | 9 | 15C | 4E | 3C |
| Octal | 351 | 111 | 151 | 0 | 105 | 67 | 11 | 534 | 116 | 74 |
| Binary | 11101001 | 1001001 | 1101001 | 0 | 1000101 | 110111 | 1001 | 101011100 | 1001110 | 111100 |
Color Harmonies of #E94969
Complementary color
Monochromatic Colors of #E94969
Black with #E94969
Text Example
Text Example
White with #E94969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94969; }
p { color: rgb(233,73,105); }
H1.HeaderClassName
{
color: #E94969;
}
.AnyTagClassName
{
color: #E94969;
}
</style>
background-color css
<style>
a { background-color: #E94969; }
a { background-color: rgb(233,73,105); }
div.DivClassName
{
background-color: #E94969;
}
.BgClassName
{
background-color: #E94969;
}
</style>
border-color css
<style>
span { border-color: #E94969; }
span { border-color: rgb(233,73,105); }
td.TdClassName
{
border-color: #E94969;
}
.TagClassName
{
border-color: #E94969;
}
</style>