Shades of Cranberry #E5427C
Tints of Cranberry #E5427C
RGB
CMYK
RGB Variations
Color information
#E5427C (or 0xE5427C) is known color: Cranberry. HEX triplet: E5, 42 and 7C. RGB value is (229,66,124). Sum of RGB (Red+Green+Blue) = 229+66+124=419 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.65% from 419); Green value is 66 (26.17% from 255 or 15.75% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 229 - color contains mainly: red. Hex color #E5427C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5427C is #1ABD83. Grayscale: #797979. Windows color (decimal): -1752452 or 8143589. OLE color: 8143589.
HSL color Cylindrical-coordinate representation of color #E5427C: hue angle of 338.65º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E5427C is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 66 | 124 | - |
| CMYK | 0 | 0.71 | 0.46 | 0.10 |
| HSL | 338.65º | 0.76% | 0.58% | - |
| HSV(B) | 338.65º | 0.71% | 0.9% | - |
| XYZ | 37.9 | 22.01 | 21.32 | - |
| YUV | 121.35 | 129.5 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 66 | 124 | 0 | 0.71 | 0.46 | 0.10 | 338.65 | 0.76 | 0.58 |
| Hex | E5 | 42 | 7C | 0 | 47 | 2E | A | 153 | 4C | 3A |
| Octal | 345 | 102 | 174 | 0 | 107 | 56 | 12 | 523 | 114 | 72 |
| Binary | 11100101 | 1000010 | 1111100 | 0 | 1000111 | 101110 | 1010 | 101010011 | 1001100 | 111010 |
Color Harmonies of #E5427C
Complementary color
Monochromatic Colors of #E5427C
Black with #E5427C
Text Example
Text Example
White with #E5427C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5427C; }
p { color: rgb(229,66,124); }
H1.HeaderClassName
{
color: #E5427C;
}
.AnyTagClassName
{
color: #E5427C;
}
</style>
background-color css
<style>
a { background-color: #E5427C; }
a { background-color: rgb(229,66,124); }
div.DivClassName
{
background-color: #E5427C;
}
.BgClassName
{
background-color: #E5427C;
}
</style>
border-color css
<style>
span { border-color: #E5427C; }
span { border-color: rgb(229,66,124); }
td.TdClassName
{
border-color: #E5427C;
}
.TagClassName
{
border-color: #E5427C;
}
</style>