Shades of Cranberry #E04F6B
Tints of Cranberry #E04F6B
RGB
CMYK
RGB Variations
Color information
#E04F6B (or 0xE04F6B) is known color: Cranberry. HEX triplet: E0, 4F and 6B. RGB value is (224,79,107). Sum of RGB (Red+Green+Blue) = 224+79+107=410 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.63% from 410); Green value is 79 (31.25% from 255 or 19.27% from 410); Blue value is 107 (42.19% from 255 or 26.10% from 410); Max value from RGB is 224 - color contains mainly: red. Hex color #E04F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E04F6B is #1FB094. Grayscale: #7D7D7D. Windows color (decimal): -2076821 or 7032800. OLE color: 7032800.
HSL color Cylindrical-coordinate representation of color #E04F6B: hue angle of 348.41º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E04F6B is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 79 | 107 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.12 |
| HSL | 348.41º | 0.7% | 0.59% | - |
| HSV(B) | 348.41º | 0.65% | 0.88% | - |
| XYZ | 36.19 | 22.5 | 16.35 | - |
| YUV | 125.55 | 117.54 | 198.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 79 | 107 | 0 | 0.65 | 0.52 | 0.12 | 348.41 | 0.7 | 0.59 |
| Hex | E0 | 4F | 6B | 0 | 41 | 34 | C | 15C | 46 | 3B |
| Octal | 340 | 117 | 153 | 0 | 101 | 64 | 14 | 534 | 106 | 73 |
| Binary | 11100000 | 1001111 | 1101011 | 0 | 1000001 | 110100 | 1100 | 101011100 | 1000110 | 111011 |
Color Harmonies of #E04F6B
Complementary color
Monochromatic Colors of #E04F6B
Black with #E04F6B
Text Example
Text Example
White with #E04F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04F6B; }
p { color: rgb(224,79,107); }
H1.HeaderClassName
{
color: #E04F6B;
}
.AnyTagClassName
{
color: #E04F6B;
}
</style>
background-color css
<style>
a { background-color: #E04F6B; }
a { background-color: rgb(224,79,107); }
div.DivClassName
{
background-color: #E04F6B;
}
.BgClassName
{
background-color: #E04F6B;
}
</style>
border-color css
<style>
span { border-color: #E04F6B; }
span { border-color: rgb(224,79,107); }
td.TdClassName
{
border-color: #E04F6B;
}
.TagClassName
{
border-color: #E04F6B;
}
</style>