Shades of Cranberry #E2457B
Tints of Cranberry #E2457B
RGB
CMYK
RGB Variations
Color information
#E2457B (or 0xE2457B) is known color: Cranberry. HEX triplet: E2, 45 and 7B. RGB value is (226,69,123). Sum of RGB (Red+Green+Blue) = 226+69+123=418 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.07% from 418); Green value is 69 (27.34% from 255 or 16.51% from 418); Blue value is 123 (48.44% from 255 or 29.43% from 418); Max value from RGB is 226 - color contains mainly: red. Hex color #E2457B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2457B is #1DBA84. Grayscale: #7A7A7A. Windows color (decimal): -1948293 or 8078818. OLE color: 8078818.
HSL color Cylindrical-coordinate representation of color #E2457B: hue angle of 339.36º 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 #E2457B is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 69 | 123 | - |
| CMYK | 0 | 0.69 | 0.46 | 0.11 |
| HSL | 339.36º | 0.73% | 0.58% | - |
| HSV(B) | 339.36º | 0.69% | 0.89% | - |
| XYZ | 37.07 | 21.86 | 21 | - |
| YUV | 122.1 | 128.51 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 69 | 123 | 0 | 0.69 | 0.46 | 0.11 | 339.36 | 0.73 | 0.58 |
| Hex | E2 | 45 | 7B | 0 | 45 | 2E | B | 153 | 49 | 3A |
| Octal | 342 | 105 | 173 | 0 | 105 | 56 | 13 | 523 | 111 | 72 |
| Binary | 11100010 | 1000101 | 1111011 | 0 | 1000101 | 101110 | 1011 | 101010011 | 1001001 | 111010 |
Color Harmonies of #E2457B
Complementary color
Monochromatic Colors of #E2457B
Black with #E2457B
Text Example
Text Example
White with #E2457B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2457B; }
p { color: rgb(226,69,123); }
H1.HeaderClassName
{
color: #E2457B;
}
.AnyTagClassName
{
color: #E2457B;
}
</style>
background-color css
<style>
a { background-color: #E2457B; }
a { background-color: rgb(226,69,123); }
div.DivClassName
{
background-color: #E2457B;
}
.BgClassName
{
background-color: #E2457B;
}
</style>
border-color css
<style>
span { border-color: #E2457B; }
span { border-color: rgb(226,69,123); }
td.TdClassName
{
border-color: #E2457B;
}
.TagClassName
{
border-color: #E2457B;
}
</style>