Shades of Cranberry #E94B63
Tints of Cranberry #E94B63
RGB
CMYK
RGB Variations
Color information
#E94B63 (or 0xE94B63) is known color: Cranberry. HEX triplet: E9, 4B and 63. RGB value is (233,75,99). Sum of RGB (Red+Green+Blue) = 233+75+99=407 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.25% from 407); Green value is 75 (29.69% from 255 or 18.43% from 407); Blue value is 99 (39.06% from 255 or 24.32% from 407); Max value from RGB is 233 - color contains mainly: red. Hex color #E94B63 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94B63 is #16B49C. Grayscale: #7D7D7D. Windows color (decimal): -1488029 or 6507497. OLE color: 6507497.
HSL color Cylindrical-coordinate representation of color #E94B63: hue angle of 350.89º 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 #E94B63 is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 75 | 99 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.09 |
| HSL | 350.89º | 0.78% | 0.6% | - |
| HSV(B) | 350.89º | 0.68% | 0.91% | - |
| XYZ | 38.37 | 23.26 | 14.27 | - |
| YUV | 124.98 | 113.35 | 205.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 75 | 99 | 0 | 0.68 | 0.58 | 0.09 | 350.89 | 0.78 | 0.6 |
| Hex | E9 | 4B | 63 | 0 | 44 | 3A | 9 | 15F | 4E | 3C |
| Octal | 351 | 113 | 143 | 0 | 104 | 72 | 11 | 537 | 116 | 74 |
| Binary | 11101001 | 1001011 | 1100011 | 0 | 1000100 | 111010 | 1001 | 101011111 | 1001110 | 111100 |
Color Harmonies of #E94B63
Complementary color
Monochromatic Colors of #E94B63
Black with #E94B63
Text Example
Text Example
White with #E94B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94B63; }
p { color: rgb(233,75,99); }
H1.HeaderClassName
{
color: #E94B63;
}
.AnyTagClassName
{
color: #E94B63;
}
</style>
background-color css
<style>
a { background-color: #E94B63; }
a { background-color: rgb(233,75,99); }
div.DivClassName
{
background-color: #E94B63;
}
.BgClassName
{
background-color: #E94B63;
}
</style>
border-color css
<style>
span { border-color: #E94B63; }
span { border-color: rgb(233,75,99); }
td.TdClassName
{
border-color: #E94B63;
}
.TagClassName
{
border-color: #E94B63;
}
</style>