Shades of Cranberry #E04B6D
Tints of Cranberry #E04B6D
RGB
CMYK
RGB Variations
Color information
#E04B6D (or 0xE04B6D) is known color: Cranberry. HEX triplet: E0, 4B and 6D. RGB value is (224,75,109). Sum of RGB (Red+Green+Blue) = 224+75+109=408 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.90% from 408); Green value is 75 (29.69% from 255 or 18.38% from 408); Blue value is 109 (42.97% from 255 or 26.72% from 408); Max value from RGB is 224 - color contains mainly: red. Hex color #E04B6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04B6D is #1FB492. Grayscale: #7B7B7B. Windows color (decimal): -2077843 or 7162848. OLE color: 7162848.
HSL color Cylindrical-coordinate representation of color #E04B6D: hue angle of 346.31º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E04B6D is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 75 | 109 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.12 |
| HSL | 346.31º | 0.71% | 0.59% | - |
| HSV(B) | 346.31º | 0.67% | 0.88% | - |
| XYZ | 36.02 | 21.98 | 16.81 | - |
| YUV | 123.43 | 119.86 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 75 | 109 | 0 | 0.67 | 0.51 | 0.12 | 346.31 | 0.71 | 0.59 |
| Hex | E0 | 4B | 6D | 0 | 43 | 33 | C | 15A | 47 | 3B |
| Octal | 340 | 113 | 155 | 0 | 103 | 63 | 14 | 532 | 107 | 73 |
| Binary | 11100000 | 1001011 | 1101101 | 0 | 1000011 | 110011 | 1100 | 101011010 | 1000111 | 111011 |
Color Harmonies of #E04B6D
Complementary color
Monochromatic Colors of #E04B6D
Black with #E04B6D
Text Example
Text Example
White with #E04B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04B6D; }
p { color: rgb(224,75,109); }
H1.HeaderClassName
{
color: #E04B6D;
}
.AnyTagClassName
{
color: #E04B6D;
}
</style>
background-color css
<style>
a { background-color: #E04B6D; }
a { background-color: rgb(224,75,109); }
div.DivClassName
{
background-color: #E04B6D;
}
.BgClassName
{
background-color: #E04B6D;
}
</style>
border-color css
<style>
span { border-color: #E04B6D; }
span { border-color: rgb(224,75,109); }
td.TdClassName
{
border-color: #E04B6D;
}
.TagClassName
{
border-color: #E04B6D;
}
</style>