Shades of Cranberry #EB4172
Tints of Cranberry #EB4172
RGB
CMYK
RGB Variations
Color information
#EB4172 (or 0xEB4172) is known color: Cranberry. HEX triplet: EB, 41 and 72. RGB value is (235,65,114). Sum of RGB (Red+Green+Blue) = 235+65+114=414 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.76% from 414); Green value is 65 (25.78% from 255 or 15.70% from 414); Blue value is 114 (44.92% from 255 or 27.54% from 414); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4172 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4172 is #14BE8D. Grayscale: #797979. Windows color (decimal): -1359502 or 7487979. OLE color: 7487979.
HSL color Cylindrical-coordinate representation of color #EB4172: hue angle of 342.71º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EB4172 is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 65 | 114 | - |
| CMYK | 0 | 0.72 | 0.51 | 0.08 |
| HSL | 342.71º | 0.81% | 0.59% | - |
| HSV(B) | 342.71º | 0.72% | 0.92% | - |
| XYZ | 39.19 | 22.66 | 18.23 | - |
| YUV | 121.42 | 123.82 | 209.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 65 | 114 | 0 | 0.72 | 0.51 | 0.08 | 342.71 | 0.81 | 0.59 |
| Hex | EB | 41 | 72 | 0 | 48 | 33 | 8 | 157 | 51 | 3B |
| Octal | 353 | 101 | 162 | 0 | 110 | 63 | 10 | 527 | 121 | 73 |
| Binary | 11101011 | 1000001 | 1110010 | 0 | 1001000 | 110011 | 1000 | 101010111 | 1010001 | 111011 |
Color Harmonies of #EB4172
Complementary color
Monochromatic Colors of #EB4172
Black with #EB4172
Text Example
Text Example
White with #EB4172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4172; }
p { color: rgb(235,65,114); }
H1.HeaderClassName
{
color: #EB4172;
}
.AnyTagClassName
{
color: #EB4172;
}
</style>
background-color css
<style>
a { background-color: #EB4172; }
a { background-color: rgb(235,65,114); }
div.DivClassName
{
background-color: #EB4172;
}
.BgClassName
{
background-color: #EB4172;
}
</style>
border-color css
<style>
span { border-color: #EB4172; }
span { border-color: rgb(235,65,114); }
td.TdClassName
{
border-color: #EB4172;
}
.TagClassName
{
border-color: #EB4172;
}
</style>