Shades of Cranberry #E24C7C
Tints of Cranberry #E24C7C
RGB
CMYK
RGB Variations
Color information
#E24C7C (or 0xE24C7C) is known color: Cranberry. HEX triplet: E2, 4C and 7C. RGB value is (226,76,124). Sum of RGB (Red+Green+Blue) = 226+76+124=426 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.05% from 426); Green value is 76 (30.08% from 255 or 17.84% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 226 - color contains mainly: red. Hex color #E24C7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E24C7C is #1DB383. Grayscale: #7E7E7E. Windows color (decimal): -1946500 or 8146146. OLE color: 8146146.
HSL color Cylindrical-coordinate representation of color #E24C7C: hue angle of 340.8º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E24C7C is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 76 | 124 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.11 |
| HSL | 340.8º | 0.72% | 0.59% | - |
| HSV(B) | 340.8º | 0.66% | 0.89% | - |
| XYZ | 37.59 | 22.79 | 21.49 | - |
| YUV | 126.32 | 126.7 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 76 | 124 | 0 | 0.66 | 0.45 | 0.11 | 340.8 | 0.72 | 0.59 |
| Hex | E2 | 4C | 7C | 0 | 42 | 2D | B | 155 | 48 | 3B |
| Octal | 342 | 114 | 174 | 0 | 102 | 55 | 13 | 525 | 110 | 73 |
| Binary | 11100010 | 1001100 | 1111100 | 0 | 1000010 | 101101 | 1011 | 101010101 | 1001000 | 111011 |
Color Harmonies of #E24C7C
Complementary color
Monochromatic Colors of #E24C7C
Black with #E24C7C
Text Example
Text Example
White with #E24C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24C7C; }
p { color: rgb(226,76,124); }
H1.HeaderClassName
{
color: #E24C7C;
}
.AnyTagClassName
{
color: #E24C7C;
}
</style>
background-color css
<style>
a { background-color: #E24C7C; }
a { background-color: rgb(226,76,124); }
div.DivClassName
{
background-color: #E24C7C;
}
.BgClassName
{
background-color: #E24C7C;
}
</style>
border-color css
<style>
span { border-color: #E24C7C; }
span { border-color: rgb(226,76,124); }
td.TdClassName
{
border-color: #E24C7C;
}
.TagClassName
{
border-color: #E24C7C;
}
</style>