Shades of Cranberry #E24C7A
Tints of Cranberry #E24C7A
RGB
CMYK
RGB Variations
Color information
#E24C7A (or 0xE24C7A) is known color: Cranberry. HEX triplet: E2, 4C and 7A. RGB value is (226,76,122). Sum of RGB (Red+Green+Blue) = 226+76+122=424 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.30% from 424); Green value is 76 (30.08% from 255 or 17.92% from 424); Blue value is 122 (48.05% from 255 or 28.77% from 424); Max value from RGB is 226 - color contains mainly: red. Hex color #E24C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E24C7A is #1DB385. Grayscale: #7E7E7E. Windows color (decimal): -1946502 or 8015074. OLE color: 8015074.
HSL color Cylindrical-coordinate representation of color #E24C7A: hue angle of 341.6º 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 #E24C7A is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 76 | 122 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.11 |
| HSL | 341.6º | 0.72% | 0.59% | - |
| HSV(B) | 341.6º | 0.66% | 0.89% | - |
| XYZ | 37.46 | 22.74 | 20.83 | - |
| YUV | 126.09 | 125.7 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 76 | 122 | 0 | 0.66 | 0.46 | 0.11 | 341.6 | 0.72 | 0.59 |
| Hex | E2 | 4C | 7A | 0 | 42 | 2E | B | 156 | 48 | 3B |
| Octal | 342 | 114 | 172 | 0 | 102 | 56 | 13 | 526 | 110 | 73 |
| Binary | 11100010 | 1001100 | 1111010 | 0 | 1000010 | 101110 | 1011 | 101010110 | 1001000 | 111011 |
Color Harmonies of #E24C7A
Complementary color
Monochromatic Colors of #E24C7A
Black with #E24C7A
Text Example
Text Example
White with #E24C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24C7A; }
p { color: rgb(226,76,122); }
H1.HeaderClassName
{
color: #E24C7A;
}
.AnyTagClassName
{
color: #E24C7A;
}
</style>
background-color css
<style>
a { background-color: #E24C7A; }
a { background-color: rgb(226,76,122); }
div.DivClassName
{
background-color: #E24C7A;
}
.BgClassName
{
background-color: #E24C7A;
}
</style>
border-color css
<style>
span { border-color: #E24C7A; }
span { border-color: rgb(226,76,122); }
td.TdClassName
{
border-color: #E24C7A;
}
.TagClassName
{
border-color: #E24C7A;
}
</style>