Shades of Cranberry #E14277
Tints of Cranberry #E14277
RGB
CMYK
RGB Variations
Color information
#E14277 (or 0xE14277) is known color: Cranberry. HEX triplet: E1, 42 and 77. RGB value is (225,66,119). Sum of RGB (Red+Green+Blue) = 225+66+119=410 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.88% from 410); Green value is 66 (26.17% from 255 or 16.10% from 410); Blue value is 119 (46.88% from 255 or 29.02% from 410); Max value from RGB is 225 - color contains mainly: red. Hex color #E14277 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14277 is #1EBD88. Grayscale: #777777. Windows color (decimal): -2014601 or 7815905. OLE color: 7815905.
HSL color Cylindrical-coordinate representation of color #E14277: hue angle of 340º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E14277 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 66 | 119 | - |
| CMYK | 0 | 0.71 | 0.47 | 0.12 |
| HSL | 340º | 0.73% | 0.57% | - |
| HSV(B) | 340º | 0.71% | 0.88% | - |
| XYZ | 36.33 | 21.24 | 19.64 | - |
| YUV | 119.58 | 127.68 | 203.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 66 | 119 | 0 | 0.71 | 0.47 | 0.12 | 340 | 0.73 | 0.57 |
| Hex | E1 | 42 | 77 | 0 | 47 | 2F | C | 154 | 49 | 39 |
| Octal | 341 | 102 | 167 | 0 | 107 | 57 | 14 | 524 | 111 | 71 |
| Binary | 11100001 | 1000010 | 1110111 | 0 | 1000111 | 101111 | 1100 | 101010100 | 1001001 | 111001 |
Color Harmonies of #E14277
Complementary color
Monochromatic Colors of #E14277
Black with #E14277
Text Example
Text Example
White with #E14277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14277; }
p { color: rgb(225,66,119); }
H1.HeaderClassName
{
color: #E14277;
}
.AnyTagClassName
{
color: #E14277;
}
</style>
background-color css
<style>
a { background-color: #E14277; }
a { background-color: rgb(225,66,119); }
div.DivClassName
{
background-color: #E14277;
}
.BgClassName
{
background-color: #E14277;
}
</style>
border-color css
<style>
span { border-color: #E14277; }
span { border-color: rgb(225,66,119); }
td.TdClassName
{
border-color: #E14277;
}
.TagClassName
{
border-color: #E14277;
}
</style>