Shades of Cranberry #E54B6A
Tints of Cranberry #E54B6A
RGB
CMYK
RGB Variations
Color information
#E54B6A (or 0xE54B6A) is known color: Cranberry. HEX triplet: E5, 4B and 6A. RGB value is (229,75,106). Sum of RGB (Red+Green+Blue) = 229+75+106=410 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.85% from 410); Green value is 75 (29.69% from 255 or 18.29% from 410); Blue value is 106 (41.80% from 255 or 25.85% from 410); Max value from RGB is 229 - color contains mainly: red. Hex color #E54B6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54B6A is #1AB495. Grayscale: #7C7C7C. Windows color (decimal): -1750166 or 6966245. OLE color: 6966245.
HSL color Cylindrical-coordinate representation of color #E54B6A: hue angle of 347.92º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E54B6A is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 75 | 106 | - |
| CMYK | 0 | 0.67 | 0.54 | 0.10 |
| HSL | 347.92º | 0.75% | 0.6% | - |
| HSV(B) | 347.92º | 0.67% | 0.9% | - |
| XYZ | 37.43 | 22.73 | 16.05 | - |
| YUV | 124.58 | 117.52 | 202.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 75 | 106 | 0 | 0.67 | 0.54 | 0.10 | 347.92 | 0.75 | 0.6 |
| Hex | E5 | 4B | 6A | 0 | 43 | 36 | A | 15C | 4B | 3C |
| Octal | 345 | 113 | 152 | 0 | 103 | 66 | 12 | 534 | 113 | 74 |
| Binary | 11100101 | 1001011 | 1101010 | 0 | 1000011 | 110110 | 1010 | 101011100 | 1001011 | 111100 |
Color Harmonies of #E54B6A
Complementary color
Monochromatic Colors of #E54B6A
Black with #E54B6A
Text Example
Text Example
White with #E54B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54B6A; }
p { color: rgb(229,75,106); }
H1.HeaderClassName
{
color: #E54B6A;
}
.AnyTagClassName
{
color: #E54B6A;
}
</style>
background-color css
<style>
a { background-color: #E54B6A; }
a { background-color: rgb(229,75,106); }
div.DivClassName
{
background-color: #E54B6A;
}
.BgClassName
{
background-color: #E54B6A;
}
</style>
border-color css
<style>
span { border-color: #E54B6A; }
span { border-color: rgb(229,75,106); }
td.TdClassName
{
border-color: #E54B6A;
}
.TagClassName
{
border-color: #E54B6A;
}
</style>