Shades of Cranberry #E54675
Tints of Cranberry #E54675
RGB
CMYK
RGB Variations
Color information
#E54675 (or 0xE54675) is known color: Cranberry. HEX triplet: E5, 46 and 75. RGB value is (229,70,117). Sum of RGB (Red+Green+Blue) = 229+70+117=416 (55% of max value = 765). Red value is 229 (89.84% from 255 or 55.05% from 416); Green value is 70 (27.73% from 255 or 16.83% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 229 - color contains mainly: red. Hex color #E54675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54675 is #1AB98A. Grayscale: #7A7A7A. Windows color (decimal): -1751435 or 7685861. OLE color: 7685861.
HSL color Cylindrical-coordinate representation of color #E54675: hue angle of 342.26º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E54675 is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 70 | 117 | - |
| CMYK | 0 | 0.69 | 0.49 | 0.10 |
| HSL | 342.26º | 0.75% | 0.59% | - |
| HSV(B) | 342.26º | 0.69% | 0.9% | - |
| XYZ | 37.71 | 22.32 | 19.15 | - |
| YUV | 122.9 | 124.68 | 203.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 70 | 117 | 0 | 0.69 | 0.49 | 0.10 | 342.26 | 0.75 | 0.59 |
| Hex | E5 | 46 | 75 | 0 | 45 | 31 | A | 156 | 4B | 3B |
| Octal | 345 | 106 | 165 | 0 | 105 | 61 | 12 | 526 | 113 | 73 |
| Binary | 11100101 | 1000110 | 1110101 | 0 | 1000101 | 110001 | 1010 | 101010110 | 1001011 | 111011 |
Color Harmonies of #E54675
Complementary color
Monochromatic Colors of #E54675
Black with #E54675
Text Example
Text Example
White with #E54675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54675; }
p { color: rgb(229,70,117); }
H1.HeaderClassName
{
color: #E54675;
}
.AnyTagClassName
{
color: #E54675;
}
</style>
background-color css
<style>
a { background-color: #E54675; }
a { background-color: rgb(229,70,117); }
div.DivClassName
{
background-color: #E54675;
}
.BgClassName
{
background-color: #E54675;
}
</style>
border-color css
<style>
span { border-color: #E54675; }
span { border-color: rgb(229,70,117); }
td.TdClassName
{
border-color: #E54675;
}
.TagClassName
{
border-color: #E54675;
}
</style>