Shades of Cranberry #E13E7B
Tints of Cranberry #E13E7B
RGB
CMYK
RGB Variations
Color information
#E13E7B (or 0xE13E7B) is known color: Cranberry. HEX triplet: E1, 3E and 7B. RGB value is (225,62,123). Sum of RGB (Red+Green+Blue) = 225+62+123=410 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.88% from 410); Green value is 62 (24.61% from 255 or 15.12% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 225 - color contains mainly: red. Hex color #E13E7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13E7B is #1EC184. Grayscale: #757575. Windows color (decimal): -2015621 or 8077025. OLE color: 8077025.
HSL color Cylindrical-coordinate representation of color #E13E7B: hue angle of 337.55º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E13E7B is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 62 | 123 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.12 |
| HSL | 337.55º | 0.73% | 0.56% | - |
| HSV(B) | 337.55º | 0.72% | 0.88% | - |
| XYZ | 36.35 | 20.88 | 20.85 | - |
| YUV | 117.69 | 131 | 204.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 62 | 123 | 0 | 0.72 | 0.45 | 0.12 | 337.55 | 0.73 | 0.56 |
| Hex | E1 | 3E | 7B | 0 | 48 | 2D | C | 152 | 49 | 38 |
| Octal | 341 | 76 | 173 | 0 | 110 | 55 | 14 | 522 | 111 | 70 |
| Binary | 11100001 | 111110 | 1111011 | 0 | 1001000 | 101101 | 1100 | 101010010 | 1001001 | 111000 |
Color Harmonies of #E13E7B
Complementary color
Monochromatic Colors of #E13E7B
Black with #E13E7B
Text Example
Text Example
White with #E13E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13E7B; }
p { color: rgb(225,62,123); }
H1.HeaderClassName
{
color: #E13E7B;
}
.AnyTagClassName
{
color: #E13E7B;
}
</style>
background-color css
<style>
a { background-color: #E13E7B; }
a { background-color: rgb(225,62,123); }
div.DivClassName
{
background-color: #E13E7B;
}
.BgClassName
{
background-color: #E13E7B;
}
</style>
border-color css
<style>
span { border-color: #E13E7B; }
span { border-color: rgb(225,62,123); }
td.TdClassName
{
border-color: #E13E7B;
}
.TagClassName
{
border-color: #E13E7B;
}
</style>