Shades of Cranberry #E2427B
Tints of Cranberry #E2427B
RGB
CMYK
RGB Variations
Color information
#E2427B (or 0xE2427B) is known color: Cranberry. HEX triplet: E2, 42 and 7B. RGB value is (226,66,123). Sum of RGB (Red+Green+Blue) = 226+66+123=415 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.46% from 415); Green value is 66 (26.17% from 255 or 15.90% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 226 - color contains mainly: red. Hex color #E2427B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2427B is #1DBD84. Grayscale: #787878. Windows color (decimal): -1949061 or 8078050. OLE color: 8078050.
HSL color Cylindrical-coordinate representation of color #E2427B: hue angle of 338.62º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E2427B is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 66 | 123 | - |
| CMYK | 0 | 0.71 | 0.46 | 0.11 |
| HSL | 338.63º | 0.73% | 0.57% | - |
| HSV(B) | 338.63º | 0.71% | 0.89% | - |
| XYZ | 36.89 | 21.5 | 20.94 | - |
| YUV | 120.34 | 129.51 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 66 | 123 | 0 | 0.71 | 0.46 | 0.11 | 338.63 | 0.73 | 0.57 |
| Hex | E2 | 42 | 7B | 0 | 47 | 2E | B | 153 | 49 | 39 |
| Octal | 342 | 102 | 173 | 0 | 107 | 56 | 13 | 523 | 111 | 71 |
| Binary | 11100010 | 1000010 | 1111011 | 0 | 1000111 | 101110 | 1011 | 101010011 | 1001001 | 111001 |
Color Harmonies of #E2427B
Complementary color
Monochromatic Colors of #E2427B
Black with #E2427B
Text Example
Text Example
White with #E2427B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2427B; }
p { color: rgb(226,66,123); }
H1.HeaderClassName
{
color: #E2427B;
}
.AnyTagClassName
{
color: #E2427B;
}
</style>
background-color css
<style>
a { background-color: #E2427B; }
a { background-color: rgb(226,66,123); }
div.DivClassName
{
background-color: #E2427B;
}
.BgClassName
{
background-color: #E2427B;
}
</style>
border-color css
<style>
span { border-color: #E2427B; }
span { border-color: rgb(226,66,123); }
td.TdClassName
{
border-color: #E2427B;
}
.TagClassName
{
border-color: #E2427B;
}
</style>