Shades of Cranberry #E93D76
Tints of Cranberry #E93D76
RGB
CMYK
RGB Variations
Color information
#E93D76 (or 0xE93D76) is known color: Cranberry. HEX triplet: E9, 3D and 76. RGB value is (233,61,118). Sum of RGB (Red+Green+Blue) = 233+61+118=412 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.55% from 412); Green value is 61 (24.22% from 255 or 14.81% from 412); Blue value is 118 (46.48% from 255 or 28.64% from 412); Max value from RGB is 233 - color contains mainly: red. Hex color #E93D76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E93D76 is #16C289. Grayscale: #767676. Windows color (decimal): -1491594 or 7749097. OLE color: 7749097.
HSL color Cylindrical-coordinate representation of color #E93D76: hue angle of 340.12º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E93D76 is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 61 | 118 | - |
| CMYK | 0 | 0.74 | 0.49 | 0.09 |
| HSL | 340.12º | 0.8% | 0.58% | - |
| HSV(B) | 340.12º | 0.74% | 0.91% | - |
| XYZ | 38.54 | 21.97 | 19.35 | - |
| YUV | 118.93 | 127.48 | 209.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 61 | 118 | 0 | 0.74 | 0.49 | 0.09 | 340.12 | 0.8 | 0.58 |
| Hex | E9 | 3D | 76 | 0 | 4A | 31 | 9 | 154 | 50 | 3A |
| Octal | 351 | 75 | 166 | 0 | 112 | 61 | 11 | 524 | 120 | 72 |
| Binary | 11101001 | 111101 | 1110110 | 0 | 1001010 | 110001 | 1001 | 101010100 | 1010000 | 111010 |
Color Harmonies of #E93D76
Complementary color
Monochromatic Colors of #E93D76
Black with #E93D76
Text Example
Text Example
White with #E93D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93D76; }
p { color: rgb(233,61,118); }
H1.HeaderClassName
{
color: #E93D76;
}
.AnyTagClassName
{
color: #E93D76;
}
</style>
background-color css
<style>
a { background-color: #E93D76; }
a { background-color: rgb(233,61,118); }
div.DivClassName
{
background-color: #E93D76;
}
.BgClassName
{
background-color: #E93D76;
}
</style>
border-color css
<style>
span { border-color: #E93D76; }
span { border-color: rgb(233,61,118); }
td.TdClassName
{
border-color: #E93D76;
}
.TagClassName
{
border-color: #E93D76;
}
</style>