Shades of Cranberry #E14B7A
Tints of Cranberry #E14B7A
RGB
CMYK
RGB Variations
Color information
#E14B7A (or 0xE14B7A) is known color: Cranberry. HEX triplet: E1, 4B and 7A. RGB value is (225,75,122). Sum of RGB (Red+Green+Blue) = 225+75+122=422 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.32% from 422); Green value is 75 (29.69% from 255 or 17.77% from 422); Blue value is 122 (48.05% from 255 or 28.91% from 422); Max value from RGB is 225 - color contains mainly: red. Hex color #E14B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14B7A is #1EB485. Grayscale: #7D7D7D. Windows color (decimal): -2012294 or 8014817. OLE color: 8014817.
HSL color Cylindrical-coordinate representation of color #E14B7A: hue angle of 341.2º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E14B7A is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 75 | 122 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.12 |
| HSL | 341.2º | 0.71% | 0.59% | - |
| HSV(B) | 341.2º | 0.67% | 0.88% | - |
| XYZ | 37.08 | 22.44 | 20.79 | - |
| YUV | 125.21 | 126.2 | 199.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 75 | 122 | 0 | 0.67 | 0.46 | 0.12 | 341.2 | 0.71 | 0.59 |
| Hex | E1 | 4B | 7A | 0 | 43 | 2E | C | 155 | 47 | 3B |
| Octal | 341 | 113 | 172 | 0 | 103 | 56 | 14 | 525 | 107 | 73 |
| Binary | 11100001 | 1001011 | 1111010 | 0 | 1000011 | 101110 | 1100 | 101010101 | 1000111 | 111011 |
Color Harmonies of #E14B7A
Complementary color
Monochromatic Colors of #E14B7A
Black with #E14B7A
Text Example
Text Example
White with #E14B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14B7A; }
p { color: rgb(225,75,122); }
H1.HeaderClassName
{
color: #E14B7A;
}
.AnyTagClassName
{
color: #E14B7A;
}
</style>
background-color css
<style>
a { background-color: #E14B7A; }
a { background-color: rgb(225,75,122); }
div.DivClassName
{
background-color: #E14B7A;
}
.BgClassName
{
background-color: #E14B7A;
}
</style>
border-color css
<style>
span { border-color: #E14B7A; }
span { border-color: rgb(225,75,122); }
td.TdClassName
{
border-color: #E14B7A;
}
.TagClassName
{
border-color: #E14B7A;
}
</style>