Shades of Cranberry #E24B7B
Tints of Cranberry #E24B7B
RGB
CMYK
RGB Variations
Color information
#E24B7B (or 0xE24B7B) is known color: Cranberry. HEX triplet: E2, 4B and 7B. RGB value is (226,75,123). Sum of RGB (Red+Green+Blue) = 226+75+123=424 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.30% from 424); Green value is 75 (29.69% from 255 or 17.69% from 424); Blue value is 123 (48.44% from 255 or 29.01% from 424); Max value from RGB is 226 - color contains mainly: red. Hex color #E24B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E24B7B is #1DB484. Grayscale: #7D7D7D. Windows color (decimal): -1946757 or 8080354. OLE color: 8080354.
HSL color Cylindrical-coordinate representation of color #E24B7B: hue angle of 340.93º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E24B7B is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 75 | 123 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.11 |
| HSL | 340.93º | 0.72% | 0.59% | - |
| HSV(B) | 340.93º | 0.67% | 0.89% | - |
| XYZ | 37.46 | 22.63 | 21.13 | - |
| YUV | 125.62 | 126.53 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 75 | 123 | 0 | 0.67 | 0.46 | 0.11 | 340.93 | 0.72 | 0.59 |
| Hex | E2 | 4B | 7B | 0 | 43 | 2E | B | 155 | 48 | 3B |
| Octal | 342 | 113 | 173 | 0 | 103 | 56 | 13 | 525 | 110 | 73 |
| Binary | 11100010 | 1001011 | 1111011 | 0 | 1000011 | 101110 | 1011 | 101010101 | 1001000 | 111011 |
Color Harmonies of #E24B7B
Complementary color
Monochromatic Colors of #E24B7B
Black with #E24B7B
Text Example
Text Example
White with #E24B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24B7B; }
p { color: rgb(226,75,123); }
H1.HeaderClassName
{
color: #E24B7B;
}
.AnyTagClassName
{
color: #E24B7B;
}
</style>
background-color css
<style>
a { background-color: #E24B7B; }
a { background-color: rgb(226,75,123); }
div.DivClassName
{
background-color: #E24B7B;
}
.BgClassName
{
background-color: #E24B7B;
}
</style>
border-color css
<style>
span { border-color: #E24B7B; }
span { border-color: rgb(226,75,123); }
td.TdClassName
{
border-color: #E24B7B;
}
.TagClassName
{
border-color: #E24B7B;
}
</style>