Shades of Cranberry #E94E6A
Tints of Cranberry #E94E6A
RGB
CMYK
RGB Variations
Color information
#E94E6A (or 0xE94E6A) is known color: Cranberry. HEX triplet: E9, 4E and 6A. RGB value is (233,78,106). Sum of RGB (Red+Green+Blue) = 233+78+106=417 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.88% from 417); Green value is 78 (30.86% from 255 or 18.71% from 417); Blue value is 106 (41.80% from 255 or 25.42% from 417); Max value from RGB is 233 - color contains mainly: red. Hex color #E94E6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E94E6A is #16B195. Grayscale: #7F7F7F. Windows color (decimal): -1487254 or 6967017. OLE color: 6967017.
HSL color Cylindrical-coordinate representation of color #E94E6A: hue angle of 349.16º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E94E6A is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 78 | 106 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.09 |
| HSL | 349.16º | 0.78% | 0.61% | - |
| HSV(B) | 349.16º | 0.67% | 0.91% | - |
| XYZ | 38.93 | 23.81 | 16.18 | - |
| YUV | 127.54 | 115.85 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 78 | 106 | 0 | 0.67 | 0.55 | 0.09 | 349.16 | 0.78 | 0.61 |
| Hex | E9 | 4E | 6A | 0 | 43 | 37 | 9 | 15D | 4E | 3D |
| Octal | 351 | 116 | 152 | 0 | 103 | 67 | 11 | 535 | 116 | 75 |
| Binary | 11101001 | 1001110 | 1101010 | 0 | 1000011 | 110111 | 1001 | 101011101 | 1001110 | 111101 |
Color Harmonies of #E94E6A
Complementary color
Monochromatic Colors of #E94E6A
Black with #E94E6A
Text Example
Text Example
White with #E94E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94E6A; }
p { color: rgb(233,78,106); }
H1.HeaderClassName
{
color: #E94E6A;
}
.AnyTagClassName
{
color: #E94E6A;
}
</style>
background-color css
<style>
a { background-color: #E94E6A; }
a { background-color: rgb(233,78,106); }
div.DivClassName
{
background-color: #E94E6A;
}
.BgClassName
{
background-color: #E94E6A;
}
</style>
border-color css
<style>
span { border-color: #E94E6A; }
span { border-color: rgb(233,78,106); }
td.TdClassName
{
border-color: #E94E6A;
}
.TagClassName
{
border-color: #E94E6A;
}
</style>