Shades of Cranberry #EB4A6C
Tints of Cranberry #EB4A6C
RGB
CMYK
RGB Variations
Color information
#EB4A6C (or 0xEB4A6C) is known color: Cranberry. HEX triplet: EB, 4A and 6C. RGB value is (235,74,108). Sum of RGB (Red+Green+Blue) = 235+74+108=417 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.35% from 417); Green value is 74 (29.30% from 255 or 17.75% from 417); Blue value is 108 (42.58% from 255 or 25.90% from 417); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4A6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4A6C is #14B593. Grayscale: #7E7E7E. Windows color (decimal): -1357204 or 7097067. OLE color: 7097067.
HSL color Cylindrical-coordinate representation of color #EB4A6C: hue angle of 347.33º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EB4A6C is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 74 | 108 | - |
| CMYK | 0 | 0.69 | 0.54 | 0.08 |
| HSL | 347.33º | 0.8% | 0.61% | - |
| HSV(B) | 347.33º | 0.69% | 0.92% | - |
| XYZ | 39.42 | 23.64 | 16.67 | - |
| YUV | 126.02 | 117.84 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 74 | 108 | 0 | 0.69 | 0.54 | 0.08 | 347.33 | 0.8 | 0.61 |
| Hex | EB | 4A | 6C | 0 | 45 | 36 | 8 | 15B | 50 | 3D |
| Octal | 353 | 112 | 154 | 0 | 105 | 66 | 10 | 533 | 120 | 75 |
| Binary | 11101011 | 1001010 | 1101100 | 0 | 1000101 | 110110 | 1000 | 101011011 | 1010000 | 111101 |
Color Harmonies of #EB4A6C
Complementary color
Monochromatic Colors of #EB4A6C
Black with #EB4A6C
Text Example
Text Example
White with #EB4A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4A6C; }
p { color: rgb(235,74,108); }
H1.HeaderClassName
{
color: #EB4A6C;
}
.AnyTagClassName
{
color: #EB4A6C;
}
</style>
background-color css
<style>
a { background-color: #EB4A6C; }
a { background-color: rgb(235,74,108); }
div.DivClassName
{
background-color: #EB4A6C;
}
.BgClassName
{
background-color: #EB4A6C;
}
</style>
border-color css
<style>
span { border-color: #EB4A6C; }
span { border-color: rgb(235,74,108); }
td.TdClassName
{
border-color: #EB4A6C;
}
.TagClassName
{
border-color: #EB4A6C;
}
</style>