Shades of Cranberry #E53F78
Tints of Cranberry #E53F78
RGB
CMYK
RGB Variations
Color information
#E53F78 (or 0xE53F78) is known color: Cranberry. HEX triplet: E5, 3F and 78. RGB value is (229,63,120). Sum of RGB (Red+Green+Blue) = 229+63+120=412 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.58% from 412); Green value is 63 (25% from 255 or 15.29% from 412); Blue value is 120 (47.27% from 255 or 29.13% from 412); Max value from RGB is 229 - color contains mainly: red. Hex color #E53F78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53F78 is #1AC087. Grayscale: #777777. Windows color (decimal): -1753224 or 7880677. OLE color: 7880677.
HSL color Cylindrical-coordinate representation of color #E53F78: hue angle of 339.4º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E53F78 is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 63 | 120 | - |
| CMYK | 0 | 0.72 | 0.48 | 0.10 |
| HSL | 339.4º | 0.76% | 0.57% | - |
| HSV(B) | 339.4º | 0.72% | 0.9% | - |
| XYZ | 37.48 | 21.57 | 19.96 | - |
| YUV | 119.13 | 128.5 | 206.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 63 | 120 | 0 | 0.72 | 0.48 | 0.10 | 339.4 | 0.76 | 0.57 |
| Hex | E5 | 3F | 78 | 0 | 48 | 30 | A | 153 | 4C | 39 |
| Octal | 345 | 77 | 170 | 0 | 110 | 60 | 12 | 523 | 114 | 71 |
| Binary | 11100101 | 111111 | 1111000 | 0 | 1001000 | 110000 | 1010 | 101010011 | 1001100 | 111001 |
Color Harmonies of #E53F78
Complementary color
Monochromatic Colors of #E53F78
Black with #E53F78
Text Example
Text Example
White with #E53F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53F78; }
p { color: rgb(229,63,120); }
H1.HeaderClassName
{
color: #E53F78;
}
.AnyTagClassName
{
color: #E53F78;
}
</style>
background-color css
<style>
a { background-color: #E53F78; }
a { background-color: rgb(229,63,120); }
div.DivClassName
{
background-color: #E53F78;
}
.BgClassName
{
background-color: #E53F78;
}
</style>
border-color css
<style>
span { border-color: #E53F78; }
span { border-color: rgb(229,63,120); }
td.TdClassName
{
border-color: #E53F78;
}
.TagClassName
{
border-color: #E53F78;
}
</style>