Shades of Cranberry #E94A63
Tints of Cranberry #E94A63
RGB
CMYK
RGB Variations
Color information
#E94A63 (or 0xE94A63) is known color: Cranberry. HEX triplet: E9, 4A and 63. RGB value is (233,74,99). Sum of RGB (Red+Green+Blue) = 233+74+99=406 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.39% from 406); Green value is 74 (29.30% from 255 or 18.23% from 406); Blue value is 99 (39.06% from 255 or 24.38% from 406); Max value from RGB is 233 - color contains mainly: red. Hex color #E94A63 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94A63 is #16B59C. Grayscale: #7C7C7C. Windows color (decimal): -1488285 or 6507241. OLE color: 6507241.
HSL color Cylindrical-coordinate representation of color #E94A63: hue angle of 350.57º 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 #E94A63 is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 74 | 99 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.09 |
| HSL | 350.57º | 0.78% | 0.6% | - |
| HSV(B) | 350.57º | 0.68% | 0.91% | - |
| XYZ | 38.31 | 23.12 | 14.25 | - |
| YUV | 124.39 | 113.68 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 74 | 99 | 0 | 0.68 | 0.58 | 0.09 | 350.57 | 0.78 | 0.6 |
| Hex | E9 | 4A | 63 | 0 | 44 | 3A | 9 | 15F | 4E | 3C |
| Octal | 351 | 112 | 143 | 0 | 104 | 72 | 11 | 537 | 116 | 74 |
| Binary | 11101001 | 1001010 | 1100011 | 0 | 1000100 | 111010 | 1001 | 101011111 | 1001110 | 111100 |
Color Harmonies of #E94A63
Complementary color
Monochromatic Colors of #E94A63
Black with #E94A63
Text Example
Text Example
White with #E94A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94A63; }
p { color: rgb(233,74,99); }
H1.HeaderClassName
{
color: #E94A63;
}
.AnyTagClassName
{
color: #E94A63;
}
</style>
background-color css
<style>
a { background-color: #E94A63; }
a { background-color: rgb(233,74,99); }
div.DivClassName
{
background-color: #E94A63;
}
.BgClassName
{
background-color: #E94A63;
}
</style>
border-color css
<style>
span { border-color: #E94A63; }
span { border-color: rgb(233,74,99); }
td.TdClassName
{
border-color: #E94A63;
}
.TagClassName
{
border-color: #E94A63;
}
</style>