Shades of Cranberry #E93D75
Tints of Cranberry #E93D75
RGB
CMYK
RGB Variations
Color information
#E93D75 (or 0xE93D75) is known color: Cranberry. HEX triplet: E9, 3D and 75. RGB value is (233,61,117). Sum of RGB (Red+Green+Blue) = 233+61+117=411 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.69% from 411); Green value is 61 (24.22% from 255 or 14.84% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 233 - color contains mainly: red. Hex color #E93D75 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E93D75 is #16C28A. Grayscale: #767676. Windows color (decimal): -1491595 or 7683561. OLE color: 7683561.
HSL color Cylindrical-coordinate representation of color #E93D75: hue angle of 340.47º 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 #E93D75 is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 61 | 117 | - |
| CMYK | 0 | 0.74 | 0.50 | 0.09 |
| HSL | 340.47º | 0.8% | 0.58% | - |
| HSV(B) | 340.47º | 0.74% | 0.91% | - |
| XYZ | 38.48 | 21.95 | 19.04 | - |
| YUV | 118.81 | 126.98 | 209.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 61 | 117 | 0 | 0.74 | 0.50 | 0.09 | 340.47 | 0.8 | 0.58 |
| Hex | E9 | 3D | 75 | 0 | 4A | 32 | 9 | 154 | 50 | 3A |
| Octal | 351 | 75 | 165 | 0 | 112 | 62 | 11 | 524 | 120 | 72 |
| Binary | 11101001 | 111101 | 1110101 | 0 | 1001010 | 110010 | 1001 | 101010100 | 1010000 | 111010 |
Color Harmonies of #E93D75
Complementary color
Monochromatic Colors of #E93D75
Black with #E93D75
Text Example
Text Example
White with #E93D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93D75; }
p { color: rgb(233,61,117); }
H1.HeaderClassName
{
color: #E93D75;
}
.AnyTagClassName
{
color: #E93D75;
}
</style>
background-color css
<style>
a { background-color: #E93D75; }
a { background-color: rgb(233,61,117); }
div.DivClassName
{
background-color: #E93D75;
}
.BgClassName
{
background-color: #E93D75;
}
</style>
border-color css
<style>
span { border-color: #E93D75; }
span { border-color: rgb(233,61,117); }
td.TdClassName
{
border-color: #E93D75;
}
.TagClassName
{
border-color: #E93D75;
}
</style>