Shades of Cranberry #E14682
Tints of Cranberry #E14682
RGB
CMYK
RGB Variations
Color information
#E14682 (or 0xE14682) is known color: Cranberry. HEX triplet: E1, 46 and 82. RGB value is (225,70,130). Sum of RGB (Red+Green+Blue) = 225+70+130=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 70 (27.73% from 255 or 16.47% from 425); Blue value is 130 (51.17% from 255 or 30.59% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E14682 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14682 is #1EB97D. Grayscale: #7B7B7B. Windows color (decimal): -2013566 or 8537825. OLE color: 8537825.
HSL color Cylindrical-coordinate representation of color #E14682: hue angle of 336.77º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E14682 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 70 | 130 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.12 |
| HSL | 336.77º | 0.72% | 0.58% | - |
| HSV(B) | 336.77º | 0.69% | 0.88% | - |
| XYZ | 37.27 | 22 | 23.4 | - |
| YUV | 123.19 | 131.85 | 200.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 70 | 130 | 0 | 0.69 | 0.42 | 0.12 | 336.77 | 0.72 | 0.58 |
| Hex | E1 | 46 | 82 | 0 | 45 | 2A | C | 151 | 48 | 3A |
| Octal | 341 | 106 | 202 | 0 | 105 | 52 | 14 | 521 | 110 | 72 |
| Binary | 11100001 | 1000110 | 10000010 | 0 | 1000101 | 101010 | 1100 | 101010001 | 1001000 | 111010 |
Color Harmonies of #E14682
Complementary color
Monochromatic Colors of #E14682
Black with #E14682
Text Example
Text Example
White with #E14682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14682; }
p { color: rgb(225,70,130); }
H1.HeaderClassName
{
color: #E14682;
}
.AnyTagClassName
{
color: #E14682;
}
</style>
background-color css
<style>
a { background-color: #E14682; }
a { background-color: rgb(225,70,130); }
div.DivClassName
{
background-color: #E14682;
}
.BgClassName
{
background-color: #E14682;
}
</style>
border-color css
<style>
span { border-color: #E14682; }
span { border-color: rgb(225,70,130); }
td.TdClassName
{
border-color: #E14682;
}
.TagClassName
{
border-color: #E14682;
}
</style>