Shades of Cranberry #E2456B
Tints of Cranberry #E2456B
RGB
CMYK
RGB Variations
Color information
#E2456B (or 0xE2456B) is known color: Cranberry. HEX triplet: E2, 45 and 6B. RGB value is (226,69,107). Sum of RGB (Red+Green+Blue) = 226+69+107=402 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.22% from 402); Green value is 69 (27.34% from 255 or 17.16% from 402); Blue value is 107 (42.19% from 255 or 26.62% from 402); Max value from RGB is 226 - color contains mainly: red. Hex color #E2456B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2456B is #1DBA94. Grayscale: #787878. Windows color (decimal): -1948309 or 7030242. OLE color: 7030242.
HSL color Cylindrical-coordinate representation of color #E2456B: hue angle of 345.48º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E2456B is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 69 | 107 | - |
| CMYK | 0 | 0.69 | 0.53 | 0.11 |
| HSL | 345.48º | 0.73% | 0.58% | - |
| HSV(B) | 345.48º | 0.69% | 0.89% | - |
| XYZ | 36.15 | 21.49 | 16.15 | - |
| YUV | 120.28 | 120.51 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 69 | 107 | 0 | 0.69 | 0.53 | 0.11 | 345.48 | 0.73 | 0.58 |
| Hex | E2 | 45 | 6B | 0 | 45 | 35 | B | 159 | 49 | 3A |
| Octal | 342 | 105 | 153 | 0 | 105 | 65 | 13 | 531 | 111 | 72 |
| Binary | 11100010 | 1000101 | 1101011 | 0 | 1000101 | 110101 | 1011 | 101011001 | 1001001 | 111010 |
Color Harmonies of #E2456B
Complementary color
Monochromatic Colors of #E2456B
Black with #E2456B
Text Example
Text Example
White with #E2456B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2456B; }
p { color: rgb(226,69,107); }
H1.HeaderClassName
{
color: #E2456B;
}
.AnyTagClassName
{
color: #E2456B;
}
</style>
background-color css
<style>
a { background-color: #E2456B; }
a { background-color: rgb(226,69,107); }
div.DivClassName
{
background-color: #E2456B;
}
.BgClassName
{
background-color: #E2456B;
}
</style>
border-color css
<style>
span { border-color: #E2456B; }
span { border-color: rgb(226,69,107); }
td.TdClassName
{
border-color: #E2456B;
}
.TagClassName
{
border-color: #E2456B;
}
</style>