Shades of Cranberry #E13E7A
Tints of Cranberry #E13E7A
RGB
CMYK
RGB Variations
Color information
#E13E7A (or 0xE13E7A) is known color: Cranberry. HEX triplet: E1, 3E and 7A. RGB value is (225,62,122). Sum of RGB (Red+Green+Blue) = 225+62+122=409 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.01% from 409); Green value is 62 (24.61% from 255 or 15.16% from 409); Blue value is 122 (48.05% from 255 or 29.83% from 409); Max value from RGB is 225 - color contains mainly: red. Hex color #E13E7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13E7A is #1EC185. Grayscale: #757575. Windows color (decimal): -2015622 or 8011489. OLE color: 8011489.
HSL color Cylindrical-coordinate representation of color #E13E7A: hue angle of 337.91º 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 #E13E7A is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 62 | 122 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.12 |
| HSL | 337.91º | 0.73% | 0.56% | - |
| HSV(B) | 337.91º | 0.72% | 0.88% | - |
| XYZ | 36.29 | 20.86 | 20.53 | - |
| YUV | 117.58 | 130.5 | 204.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 62 | 122 | 0 | 0.72 | 0.46 | 0.12 | 337.91 | 0.73 | 0.56 |
| Hex | E1 | 3E | 7A | 0 | 48 | 2E | C | 152 | 49 | 38 |
| Octal | 341 | 76 | 172 | 0 | 110 | 56 | 14 | 522 | 111 | 70 |
| Binary | 11100001 | 111110 | 1111010 | 0 | 1001000 | 101110 | 1100 | 101010010 | 1001001 | 111000 |
Color Harmonies of #E13E7A
Complementary color
Monochromatic Colors of #E13E7A
Black with #E13E7A
Text Example
Text Example
White with #E13E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13E7A; }
p { color: rgb(225,62,122); }
H1.HeaderClassName
{
color: #E13E7A;
}
.AnyTagClassName
{
color: #E13E7A;
}
</style>
background-color css
<style>
a { background-color: #E13E7A; }
a { background-color: rgb(225,62,122); }
div.DivClassName
{
background-color: #E13E7A;
}
.BgClassName
{
background-color: #E13E7A;
}
</style>
border-color css
<style>
span { border-color: #E13E7A; }
span { border-color: rgb(225,62,122); }
td.TdClassName
{
border-color: #E13E7A;
}
.TagClassName
{
border-color: #E13E7A;
}
</style>