Shades of Cranberry #E53F7B
Tints of Cranberry #E53F7B
RGB
CMYK
RGB Variations
Color information
#E53F7B (or 0xE53F7B) is known color: Cranberry. HEX triplet: E5, 3F and 7B. RGB value is (229,63,123). Sum of RGB (Red+Green+Blue) = 229+63+123=415 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.18% from 415); Green value is 63 (25% from 255 or 15.18% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 229 - color contains mainly: red. Hex color #E53F7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53F7B is #1AC084. Grayscale: #777777. Windows color (decimal): -1753221 or 8077285. OLE color: 8077285.
HSL color Cylindrical-coordinate representation of color #E53F7B: hue angle of 338.31º 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 #E53F7B is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 63 | 123 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.10 |
| HSL | 338.31º | 0.76% | 0.57% | - |
| HSV(B) | 338.31º | 0.72% | 0.9% | - |
| XYZ | 37.67 | 21.64 | 20.93 | - |
| YUV | 119.47 | 130 | 206.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 63 | 123 | 0 | 0.72 | 0.46 | 0.10 | 338.31 | 0.76 | 0.57 |
| Hex | E5 | 3F | 7B | 0 | 48 | 2E | A | 152 | 4C | 39 |
| Octal | 345 | 77 | 173 | 0 | 110 | 56 | 12 | 522 | 114 | 71 |
| Binary | 11100101 | 111111 | 1111011 | 0 | 1001000 | 101110 | 1010 | 101010010 | 1001100 | 111001 |
Color Harmonies of #E53F7B
Complementary color
Monochromatic Colors of #E53F7B
Black with #E53F7B
Text Example
Text Example
White with #E53F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53F7B; }
p { color: rgb(229,63,123); }
H1.HeaderClassName
{
color: #E53F7B;
}
.AnyTagClassName
{
color: #E53F7B;
}
</style>
background-color css
<style>
a { background-color: #E53F7B; }
a { background-color: rgb(229,63,123); }
div.DivClassName
{
background-color: #E53F7B;
}
.BgClassName
{
background-color: #E53F7B;
}
</style>
border-color css
<style>
span { border-color: #E53F7B; }
span { border-color: rgb(229,63,123); }
td.TdClassName
{
border-color: #E53F7B;
}
.TagClassName
{
border-color: #E53F7B;
}
</style>