Shades of Cranberry #E24C7B
Tints of Cranberry #E24C7B
RGB
CMYK
RGB Variations
Color information
#E24C7B (or 0xE24C7B) is known color: Cranberry. HEX triplet: E2, 4C and 7B. RGB value is (226,76,123). Sum of RGB (Red+Green+Blue) = 226+76+123=425 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.18% from 425); Green value is 76 (30.08% from 255 or 17.88% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 226 - color contains mainly: red. Hex color #E24C7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E24C7B is #1DB384. Grayscale: #7E7E7E. Windows color (decimal): -1946501 or 8080610. OLE color: 8080610.
HSL color Cylindrical-coordinate representation of color #E24C7B: hue angle of 341.2º 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 #E24C7B is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 76 | 123 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.11 |
| HSL | 341.2º | 0.72% | 0.59% | - |
| HSV(B) | 341.2º | 0.66% | 0.89% | - |
| XYZ | 37.52 | 22.77 | 21.16 | - |
| YUV | 126.21 | 126.2 | 199.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 76 | 123 | 0 | 0.66 | 0.46 | 0.11 | 341.2 | 0.72 | 0.59 |
| Hex | E2 | 4C | 7B | 0 | 42 | 2E | B | 155 | 48 | 3B |
| Octal | 342 | 114 | 173 | 0 | 102 | 56 | 13 | 525 | 110 | 73 |
| Binary | 11100010 | 1001100 | 1111011 | 0 | 1000010 | 101110 | 1011 | 101010101 | 1001000 | 111011 |
Color Harmonies of #E24C7B
Complementary color
Monochromatic Colors of #E24C7B
Black with #E24C7B
Text Example
Text Example
White with #E24C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24C7B; }
p { color: rgb(226,76,123); }
H1.HeaderClassName
{
color: #E24C7B;
}
.AnyTagClassName
{
color: #E24C7B;
}
</style>
background-color css
<style>
a { background-color: #E24C7B; }
a { background-color: rgb(226,76,123); }
div.DivClassName
{
background-color: #E24C7B;
}
.BgClassName
{
background-color: #E24C7B;
}
</style>
border-color css
<style>
span { border-color: #E24C7B; }
span { border-color: rgb(226,76,123); }
td.TdClassName
{
border-color: #E24C7B;
}
.TagClassName
{
border-color: #E24C7B;
}
</style>