Shades of Cranberry #E13D7A
Tints of Cranberry #E13D7A
RGB
CMYK
RGB Variations
Color information
#E13D7A (or 0xE13D7A) is known color: Cranberry. HEX triplet: E1, 3D and 7A. RGB value is (225,61,122). Sum of RGB (Red+Green+Blue) = 225+61+122=408 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.15% from 408); Green value is 61 (24.22% from 255 or 14.95% from 408); Blue value is 122 (48.05% from 255 or 29.90% from 408); Max value from RGB is 225 - color contains mainly: red. Hex color #E13D7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13D7A is #1EC285. Grayscale: #747474. Windows color (decimal): -2015878 or 8011233. OLE color: 8011233.
HSL color Cylindrical-coordinate representation of color #E13D7A: hue angle of 337.68º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E13D7A is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 61 | 122 | - |
| CMYK | 0 | 0.73 | 0.46 | 0.12 |
| HSL | 337.68º | 0.73% | 0.56% | - |
| HSV(B) | 337.68º | 0.73% | 0.88% | - |
| XYZ | 36.23 | 20.75 | 20.51 | - |
| YUV | 116.99 | 130.83 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 61 | 122 | 0 | 0.73 | 0.46 | 0.12 | 337.68 | 0.73 | 0.56 |
| Hex | E1 | 3D | 7A | 0 | 49 | 2E | C | 152 | 49 | 38 |
| Octal | 341 | 75 | 172 | 0 | 111 | 56 | 14 | 522 | 111 | 70 |
| Binary | 11100001 | 111101 | 1111010 | 0 | 1001001 | 101110 | 1100 | 101010010 | 1001001 | 111000 |
Color Harmonies of #E13D7A
Complementary color
Monochromatic Colors of #E13D7A
Black with #E13D7A
Text Example
Text Example
White with #E13D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13D7A; }
p { color: rgb(225,61,122); }
H1.HeaderClassName
{
color: #E13D7A;
}
.AnyTagClassName
{
color: #E13D7A;
}
</style>
background-color css
<style>
a { background-color: #E13D7A; }
a { background-color: rgb(225,61,122); }
div.DivClassName
{
background-color: #E13D7A;
}
.BgClassName
{
background-color: #E13D7A;
}
</style>
border-color css
<style>
span { border-color: #E13D7A; }
span { border-color: rgb(225,61,122); }
td.TdClassName
{
border-color: #E13D7A;
}
.TagClassName
{
border-color: #E13D7A;
}
</style>