Shades of Cranberry #E04B7C
Tints of Cranberry #E04B7C
RGB
CMYK
RGB Variations
Color information
#E04B7C (or 0xE04B7C) is known color: Cranberry. HEX triplet: E0, 4B and 7C. RGB value is (224,75,124). Sum of RGB (Red+Green+Blue) = 224+75+124=423 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.96% from 423); Green value is 75 (29.69% from 255 or 17.73% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 224 - color contains mainly: red. Hex color #E04B7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04B7C is #1FB483. Grayscale: #7D7D7D. Windows color (decimal): -2077828 or 8145888. OLE color: 8145888.
HSL color Cylindrical-coordinate representation of color #E04B7C: hue angle of 340.27º 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 #E04B7C is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 75 | 124 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.12 |
| HSL | 340.27º | 0.71% | 0.59% | - |
| HSV(B) | 340.27º | 0.67% | 0.88% | - |
| XYZ | 36.89 | 22.33 | 21.44 | - |
| YUV | 125.14 | 127.36 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 75 | 124 | 0 | 0.67 | 0.45 | 0.12 | 340.27 | 0.71 | 0.59 |
| Hex | E0 | 4B | 7C | 0 | 43 | 2D | C | 154 | 47 | 3B |
| Octal | 340 | 113 | 174 | 0 | 103 | 55 | 14 | 524 | 107 | 73 |
| Binary | 11100000 | 1001011 | 1111100 | 0 | 1000011 | 101101 | 1100 | 101010100 | 1000111 | 111011 |
Color Harmonies of #E04B7C
Complementary color
Monochromatic Colors of #E04B7C
Black with #E04B7C
Text Example
Text Example
White with #E04B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04B7C; }
p { color: rgb(224,75,124); }
H1.HeaderClassName
{
color: #E04B7C;
}
.AnyTagClassName
{
color: #E04B7C;
}
</style>
background-color css
<style>
a { background-color: #E04B7C; }
a { background-color: rgb(224,75,124); }
div.DivClassName
{
background-color: #E04B7C;
}
.BgClassName
{
background-color: #E04B7C;
}
</style>
border-color css
<style>
span { border-color: #E04B7C; }
span { border-color: rgb(224,75,124); }
td.TdClassName
{
border-color: #E04B7C;
}
.TagClassName
{
border-color: #E04B7C;
}
</style>