Shades of Cranberry #E0407C
Tints of Cranberry #E0407C
RGB
CMYK
RGB Variations
Color information
#E0407C (or 0xE0407C) is known color: Cranberry. HEX triplet: E0, 40 and 7C. RGB value is (224,64,124). Sum of RGB (Red+Green+Blue) = 224+64+124=412 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.37% from 412); Green value is 64 (25.39% from 255 or 15.53% from 412); Blue value is 124 (48.83% from 255 or 30.10% from 412); Max value from RGB is 224 - color contains mainly: red. Hex color #E0407C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0407C is #1FBF83. Grayscale: #767676. Windows color (decimal): -2080644 or 8143072. OLE color: 8143072.
HSL color Cylindrical-coordinate representation of color #E0407C: hue angle of 337.5º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E0407C is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 64 | 124 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.12 |
| HSL | 337.5º | 0.72% | 0.56% | - |
| HSV(B) | 337.5º | 0.71% | 0.88% | - |
| XYZ | 36.21 | 20.97 | 21.21 | - |
| YUV | 118.68 | 131.01 | 203.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 64 | 124 | 0 | 0.71 | 0.45 | 0.12 | 337.5 | 0.72 | 0.56 |
| Hex | E0 | 40 | 7C | 0 | 47 | 2D | C | 152 | 48 | 38 |
| Octal | 340 | 100 | 174 | 0 | 107 | 55 | 14 | 522 | 110 | 70 |
| Binary | 11100000 | 1000000 | 1111100 | 0 | 1000111 | 101101 | 1100 | 101010010 | 1001000 | 111000 |
Color Harmonies of #E0407C
Complementary color
Monochromatic Colors of #E0407C
Black with #E0407C
Text Example
Text Example
White with #E0407C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0407C; }
p { color: rgb(224,64,124); }
H1.HeaderClassName
{
color: #E0407C;
}
.AnyTagClassName
{
color: #E0407C;
}
</style>
background-color css
<style>
a { background-color: #E0407C; }
a { background-color: rgb(224,64,124); }
div.DivClassName
{
background-color: #E0407C;
}
.BgClassName
{
background-color: #E0407C;
}
</style>
border-color css
<style>
span { border-color: #E0407C; }
span { border-color: rgb(224,64,124); }
td.TdClassName
{
border-color: #E0407C;
}
.TagClassName
{
border-color: #E0407C;
}
</style>