Shades of Cranberry #E94A69
Tints of Cranberry #E94A69
RGB
CMYK
RGB Variations
Color information
#E94A69 (or 0xE94A69) is known color: Cranberry. HEX triplet: E9, 4A and 69. RGB value is (233,74,105). Sum of RGB (Red+Green+Blue) = 233+74+105=412 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.55% from 412); Green value is 74 (29.30% from 255 or 17.96% from 412); Blue value is 105 (41.41% from 255 or 25.49% from 412); Max value from RGB is 233 - color contains mainly: red. Hex color #E94A69 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94A69 is #16B596. Grayscale: #7D7D7D. Windows color (decimal): -1488279 or 6900457. OLE color: 6900457.
HSL color Cylindrical-coordinate representation of color #E94A69: hue angle of 348.3º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E94A69 is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 74 | 105 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.09 |
| HSL | 348.3º | 0.78% | 0.6% | - |
| HSV(B) | 348.3º | 0.68% | 0.91% | - |
| XYZ | 38.6 | 23.24 | 15.82 | - |
| YUV | 125.08 | 116.68 | 204.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 74 | 105 | 0 | 0.68 | 0.55 | 0.09 | 348.3 | 0.78 | 0.6 |
| Hex | E9 | 4A | 69 | 0 | 44 | 37 | 9 | 15C | 4E | 3C |
| Octal | 351 | 112 | 151 | 0 | 104 | 67 | 11 | 534 | 116 | 74 |
| Binary | 11101001 | 1001010 | 1101001 | 0 | 1000100 | 110111 | 1001 | 101011100 | 1001110 | 111100 |
Color Harmonies of #E94A69
Complementary color
Monochromatic Colors of #E94A69
Black with #E94A69
Text Example
Text Example
White with #E94A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94A69; }
p { color: rgb(233,74,105); }
H1.HeaderClassName
{
color: #E94A69;
}
.AnyTagClassName
{
color: #E94A69;
}
</style>
background-color css
<style>
a { background-color: #E94A69; }
a { background-color: rgb(233,74,105); }
div.DivClassName
{
background-color: #E94A69;
}
.BgClassName
{
background-color: #E94A69;
}
</style>
border-color css
<style>
span { border-color: #E94A69; }
span { border-color: rgb(233,74,105); }
td.TdClassName
{
border-color: #E94A69;
}
.TagClassName
{
border-color: #E94A69;
}
</style>