Shades of Cranberry #E94A6D
Tints of Cranberry #E94A6D
RGB
CMYK
RGB Variations
Color information
#E94A6D (or 0xE94A6D) is known color: Cranberry. HEX triplet: E9, 4A and 6D. RGB value is (233,74,109). Sum of RGB (Red+Green+Blue) = 233+74+109=416 (55% of max value = 765). Red value is 233 (91.41% from 255 or 56.01% from 416); Green value is 74 (29.30% from 255 or 17.79% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 233 - color contains mainly: red. Hex color #E94A6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94A6D is #16B592. Grayscale: #7D7D7D. Windows color (decimal): -1488275 or 7162601. OLE color: 7162601.
HSL color Cylindrical-coordinate representation of color #E94A6D: hue angle of 346.79º 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 #E94A6D is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 74 | 109 | - |
| CMYK | 0 | 0.68 | 0.53 | 0.09 |
| HSL | 346.79º | 0.78% | 0.6% | - |
| HSV(B) | 346.79º | 0.68% | 0.91% | - |
| XYZ | 38.81 | 23.33 | 16.92 | - |
| YUV | 125.53 | 118.68 | 204.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 74 | 109 | 0 | 0.68 | 0.53 | 0.09 | 346.79 | 0.78 | 0.6 |
| Hex | E9 | 4A | 6D | 0 | 44 | 35 | 9 | 15B | 4E | 3C |
| Octal | 351 | 112 | 155 | 0 | 104 | 65 | 11 | 533 | 116 | 74 |
| Binary | 11101001 | 1001010 | 1101101 | 0 | 1000100 | 110101 | 1001 | 101011011 | 1001110 | 111100 |
Color Harmonies of #E94A6D
Complementary color
Monochromatic Colors of #E94A6D
Black with #E94A6D
Text Example
Text Example
White with #E94A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94A6D; }
p { color: rgb(233,74,109); }
H1.HeaderClassName
{
color: #E94A6D;
}
.AnyTagClassName
{
color: #E94A6D;
}
</style>
background-color css
<style>
a { background-color: #E94A6D; }
a { background-color: rgb(233,74,109); }
div.DivClassName
{
background-color: #E94A6D;
}
.BgClassName
{
background-color: #E94A6D;
}
</style>
border-color css
<style>
span { border-color: #E94A6D; }
span { border-color: rgb(233,74,109); }
td.TdClassName
{
border-color: #E94A6D;
}
.TagClassName
{
border-color: #E94A6D;
}
</style>