Shades of Cranberry #E93D78
Tints of Cranberry #E93D78
RGB
CMYK
RGB Variations
Color information
#E93D78 (or 0xE93D78) is known color: Cranberry. HEX triplet: E9, 3D and 78. RGB value is (233,61,120). Sum of RGB (Red+Green+Blue) = 233+61+120=414 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.28% from 414); Green value is 61 (24.22% from 255 or 14.73% from 414); Blue value is 120 (47.27% from 255 or 28.99% from 414); Max value from RGB is 233 - color contains mainly: red. Hex color #E93D78 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E93D78 is #16C287. Grayscale: #777777. Windows color (decimal): -1491592 or 7880169. OLE color: 7880169.
HSL color Cylindrical-coordinate representation of color #E93D78: hue angle of 339.42º 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 #E93D78 is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 61 | 120 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.09 |
| HSL | 339.42º | 0.8% | 0.58% | - |
| HSV(B) | 339.42º | 0.74% | 0.91% | - |
| XYZ | 38.66 | 22.02 | 19.98 | - |
| YUV | 119.15 | 128.48 | 209.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 61 | 120 | 0 | 0.74 | 0.48 | 0.09 | 339.42 | 0.8 | 0.58 |
| Hex | E9 | 3D | 78 | 0 | 4A | 30 | 9 | 153 | 50 | 3A |
| Octal | 351 | 75 | 170 | 0 | 112 | 60 | 11 | 523 | 120 | 72 |
| Binary | 11101001 | 111101 | 1111000 | 0 | 1001010 | 110000 | 1001 | 101010011 | 1010000 | 111010 |
Color Harmonies of #E93D78
Complementary color
Monochromatic Colors of #E93D78
Black with #E93D78
Text Example
Text Example
White with #E93D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93D78; }
p { color: rgb(233,61,120); }
H1.HeaderClassName
{
color: #E93D78;
}
.AnyTagClassName
{
color: #E93D78;
}
</style>
background-color css
<style>
a { background-color: #E93D78; }
a { background-color: rgb(233,61,120); }
div.DivClassName
{
background-color: #E93D78;
}
.BgClassName
{
background-color: #E93D78;
}
</style>
border-color css
<style>
span { border-color: #E93D78; }
span { border-color: rgb(233,61,120); }
td.TdClassName
{
border-color: #E93D78;
}
.TagClassName
{
border-color: #E93D78;
}
</style>