Shades of Cranberry #E54A68
Tints of Cranberry #E54A68
RGB
CMYK
RGB Variations
Color information
#E54A68 (or 0xE54A68) is known color: Cranberry. HEX triplet: E5, 4A and 68. RGB value is (229,74,104). Sum of RGB (Red+Green+Blue) = 229+74+104=407 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.27% from 407); Green value is 74 (29.30% from 255 or 18.18% from 407); Blue value is 104 (41.02% from 255 or 25.55% from 407); Max value from RGB is 229 - color contains mainly: red. Hex color #E54A68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54A68 is #1AB597. Grayscale: #7B7B7B. Windows color (decimal): -1750424 or 6834917. OLE color: 6834917.
HSL color Cylindrical-coordinate representation of color #E54A68: hue angle of 348.39º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E54A68 is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 74 | 104 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.10 |
| HSL | 348.39º | 0.75% | 0.59% | - |
| HSV(B) | 348.39º | 0.68% | 0.9% | - |
| XYZ | 37.26 | 22.56 | 15.49 | - |
| YUV | 123.77 | 116.85 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 74 | 104 | 0 | 0.68 | 0.55 | 0.10 | 348.39 | 0.75 | 0.59 |
| Hex | E5 | 4A | 68 | 0 | 44 | 37 | A | 15C | 4B | 3B |
| Octal | 345 | 112 | 150 | 0 | 104 | 67 | 12 | 534 | 113 | 73 |
| Binary | 11100101 | 1001010 | 1101000 | 0 | 1000100 | 110111 | 1010 | 101011100 | 1001011 | 111011 |
Color Harmonies of #E54A68
Complementary color
Monochromatic Colors of #E54A68
Black with #E54A68
Text Example
Text Example
White with #E54A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54A68; }
p { color: rgb(229,74,104); }
H1.HeaderClassName
{
color: #E54A68;
}
.AnyTagClassName
{
color: #E54A68;
}
</style>
background-color css
<style>
a { background-color: #E54A68; }
a { background-color: rgb(229,74,104); }
div.DivClassName
{
background-color: #E54A68;
}
.BgClassName
{
background-color: #E54A68;
}
</style>
border-color css
<style>
span { border-color: #E54A68; }
span { border-color: rgb(229,74,104); }
td.TdClassName
{
border-color: #E54A68;
}
.TagClassName
{
border-color: #E54A68;
}
</style>