Shades of Cranberry #E14380
Tints of Cranberry #E14380
RGB
CMYK
RGB Variations
Color information
#E14380 (or 0xE14380) is known color: Cranberry. HEX triplet: E1, 43 and 80. RGB value is (225,67,128). Sum of RGB (Red+Green+Blue) = 225+67+128=420 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.57% from 420); Green value is 67 (26.56% from 255 or 15.95% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 225 - color contains mainly: red. Hex color #E14380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14380 is #1EBC7F. Grayscale: #797979. Windows color (decimal): -2014336 or 8405985. OLE color: 8405985.
HSL color Cylindrical-coordinate representation of color #E14380: hue angle of 336.84º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E14380 is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 67 | 128 | - |
| CMYK | 0 | 0.70 | 0.43 | 0.12 |
| HSL | 336.84º | 0.72% | 0.57% | - |
| HSV(B) | 336.84º | 0.7% | 0.88% | - |
| XYZ | 36.95 | 21.58 | 22.64 | - |
| YUV | 121.2 | 131.85 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 67 | 128 | 0 | 0.70 | 0.43 | 0.12 | 336.84 | 0.72 | 0.57 |
| Hex | E1 | 43 | 80 | 0 | 46 | 2B | C | 151 | 48 | 39 |
| Octal | 341 | 103 | 200 | 0 | 106 | 53 | 14 | 521 | 110 | 71 |
| Binary | 11100001 | 1000011 | 10000000 | 0 | 1000110 | 101011 | 1100 | 101010001 | 1001000 | 111001 |
Color Harmonies of #E14380
Complementary color
Monochromatic Colors of #E14380
Black with #E14380
Text Example
Text Example
White with #E14380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14380; }
p { color: rgb(225,67,128); }
H1.HeaderClassName
{
color: #E14380;
}
.AnyTagClassName
{
color: #E14380;
}
</style>
background-color css
<style>
a { background-color: #E14380; }
a { background-color: rgb(225,67,128); }
div.DivClassName
{
background-color: #E14380;
}
.BgClassName
{
background-color: #E14380;
}
</style>
border-color css
<style>
span { border-color: #E14380; }
span { border-color: rgb(225,67,128); }
td.TdClassName
{
border-color: #E14380;
}
.TagClassName
{
border-color: #E14380;
}
</style>