Shades of Cranberry #E04B6F
Tints of Cranberry #E04B6F
RGB
CMYK
RGB Variations
Color information
#E04B6F (or 0xE04B6F) is known color: Cranberry. HEX triplet: E0, 4B and 6F. RGB value is (224,75,111). Sum of RGB (Red+Green+Blue) = 224+75+111=410 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.63% from 410); Green value is 75 (29.69% from 255 or 18.29% from 410); Blue value is 111 (43.75% from 255 or 27.07% from 410); Max value from RGB is 224 - color contains mainly: red. Hex color #E04B6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04B6F is #1FB490. Grayscale: #7B7B7B. Windows color (decimal): -2077841 or 7293920. OLE color: 7293920.
HSL color Cylindrical-coordinate representation of color #E04B6F: hue angle of 345.5º 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 #E04B6F is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 75 | 111 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.12 |
| HSL | 345.5º | 0.71% | 0.59% | - |
| HSV(B) | 345.5º | 0.67% | 0.88% | - |
| XYZ | 36.13 | 22.03 | 17.39 | - |
| YUV | 123.66 | 120.86 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 75 | 111 | 0 | 0.67 | 0.50 | 0.12 | 345.5 | 0.71 | 0.59 |
| Hex | E0 | 4B | 6F | 0 | 43 | 32 | C | 15A | 47 | 3B |
| Octal | 340 | 113 | 157 | 0 | 103 | 62 | 14 | 532 | 107 | 73 |
| Binary | 11100000 | 1001011 | 1101111 | 0 | 1000011 | 110010 | 1100 | 101011010 | 1000111 | 111011 |
Color Harmonies of #E04B6F
Complementary color
Monochromatic Colors of #E04B6F
Black with #E04B6F
Text Example
Text Example
White with #E04B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04B6F; }
p { color: rgb(224,75,111); }
H1.HeaderClassName
{
color: #E04B6F;
}
.AnyTagClassName
{
color: #E04B6F;
}
</style>
background-color css
<style>
a { background-color: #E04B6F; }
a { background-color: rgb(224,75,111); }
div.DivClassName
{
background-color: #E04B6F;
}
.BgClassName
{
background-color: #E04B6F;
}
</style>
border-color css
<style>
span { border-color: #E04B6F; }
span { border-color: rgb(224,75,111); }
td.TdClassName
{
border-color: #E04B6F;
}
.TagClassName
{
border-color: #E04B6F;
}
</style>