Shades of Cranberry #E93E75
Tints of Cranberry #E93E75
RGB
CMYK
RGB Variations
Color information
#E93E75 (or 0xE93E75) is known color: Cranberry. HEX triplet: E9, 3E and 75. RGB value is (233,62,117). Sum of RGB (Red+Green+Blue) = 233+62+117=412 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.55% from 412); Green value is 62 (24.61% from 255 or 15.05% from 412); Blue value is 117 (46.09% from 255 or 28.40% from 412); Max value from RGB is 233 - color contains mainly: red. Hex color #E93E75 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E93E75 is #16C18A. Grayscale: #777777. Windows color (decimal): -1491339 or 7683817. OLE color: 7683817.
HSL color Cylindrical-coordinate representation of color #E93E75: hue angle of 340.7º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E93E75 is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 62 | 117 | - |
| CMYK | 0 | 0.73 | 0.50 | 0.09 |
| HSL | 340.7º | 0.8% | 0.58% | - |
| HSV(B) | 340.7º | 0.73% | 0.91% | - |
| XYZ | 38.54 | 22.05 | 19.06 | - |
| YUV | 119.4 | 126.65 | 209.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 62 | 117 | 0 | 0.73 | 0.50 | 0.09 | 340.7 | 0.8 | 0.58 |
| Hex | E9 | 3E | 75 | 0 | 49 | 32 | 9 | 155 | 50 | 3A |
| Octal | 351 | 76 | 165 | 0 | 111 | 62 | 11 | 525 | 120 | 72 |
| Binary | 11101001 | 111110 | 1110101 | 0 | 1001001 | 110010 | 1001 | 101010101 | 1010000 | 111010 |
Color Harmonies of #E93E75
Complementary color
Monochromatic Colors of #E93E75
Black with #E93E75
Text Example
Text Example
White with #E93E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93E75; }
p { color: rgb(233,62,117); }
H1.HeaderClassName
{
color: #E93E75;
}
.AnyTagClassName
{
color: #E93E75;
}
</style>
background-color css
<style>
a { background-color: #E93E75; }
a { background-color: rgb(233,62,117); }
div.DivClassName
{
background-color: #E93E75;
}
.BgClassName
{
background-color: #E93E75;
}
</style>
border-color css
<style>
span { border-color: #E93E75; }
span { border-color: rgb(233,62,117); }
td.TdClassName
{
border-color: #E93E75;
}
.TagClassName
{
border-color: #E93E75;
}
</style>