Shades of Cranberry #EB4870
Tints of Cranberry #EB4870
RGB
CMYK
RGB Variations
Color information
#EB4870 (or 0xEB4870) is known color: Cranberry. HEX triplet: EB, 48 and 70. RGB value is (235,72,112). Sum of RGB (Red+Green+Blue) = 235+72+112=419 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.09% from 419); Green value is 72 (28.52% from 255 or 17.18% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4870 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4870 is #14B78F. Grayscale: #7D7D7D. Windows color (decimal): -1357712 or 7358699. OLE color: 7358699.
HSL color Cylindrical-coordinate representation of color #EB4870: hue angle of 345.28º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EB4870 is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 72 | 112 | - |
| CMYK | 0 | 0.69 | 0.52 | 0.08 |
| HSL | 345.28º | 0.8% | 0.6% | - |
| HSV(B) | 345.28º | 0.69% | 0.92% | - |
| XYZ | 39.5 | 23.47 | 17.78 | - |
| YUV | 125.3 | 120.5 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 72 | 112 | 0 | 0.69 | 0.52 | 0.08 | 345.28 | 0.8 | 0.6 |
| Hex | EB | 48 | 70 | 0 | 45 | 34 | 8 | 159 | 50 | 3C |
| Octal | 353 | 110 | 160 | 0 | 105 | 64 | 10 | 531 | 120 | 74 |
| Binary | 11101011 | 1001000 | 1110000 | 0 | 1000101 | 110100 | 1000 | 101011001 | 1010000 | 111100 |
Color Harmonies of #EB4870
Complementary color
Monochromatic Colors of #EB4870
Black with #EB4870
Text Example
Text Example
White with #EB4870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4870; }
p { color: rgb(235,72,112); }
H1.HeaderClassName
{
color: #EB4870;
}
.AnyTagClassName
{
color: #EB4870;
}
</style>
background-color css
<style>
a { background-color: #EB4870; }
a { background-color: rgb(235,72,112); }
div.DivClassName
{
background-color: #EB4870;
}
.BgClassName
{
background-color: #EB4870;
}
</style>
border-color css
<style>
span { border-color: #EB4870; }
span { border-color: rgb(235,72,112); }
td.TdClassName
{
border-color: #EB4870;
}
.TagClassName
{
border-color: #EB4870;
}
</style>