Shades of Cranberry #E64B76
Tints of Cranberry #E64B76
RGB
CMYK
RGB Variations
Color information
#E64B76 (or 0xE64B76) is known color: Cranberry. HEX triplet: E6, 4B and 76. RGB value is (230,75,118). Sum of RGB (Red+Green+Blue) = 230+75+118=423 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.37% from 423); Green value is 75 (29.69% from 255 or 17.73% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 230 - color contains mainly: red. Hex color #E64B76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64B76 is #19B489. Grayscale: #7E7E7E. Windows color (decimal): -1684618 or 7752678. OLE color: 7752678.
HSL color Cylindrical-coordinate representation of color #E64B76: hue angle of 343.35º degrees, saturation: 0.76, 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 #E64B76 is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 75 | 118 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.10 |
| HSL | 343.35º | 0.76% | 0.6% | - |
| HSV(B) | 343.35º | 0.67% | 0.9% | - |
| XYZ | 38.42 | 23.16 | 19.59 | - |
| YUV | 126.25 | 123.35 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 75 | 118 | 0 | 0.67 | 0.49 | 0.10 | 343.35 | 0.76 | 0.6 |
| Hex | E6 | 4B | 76 | 0 | 43 | 31 | A | 157 | 4C | 3C |
| Octal | 346 | 113 | 166 | 0 | 103 | 61 | 12 | 527 | 114 | 74 |
| Binary | 11100110 | 1001011 | 1110110 | 0 | 1000011 | 110001 | 1010 | 101010111 | 1001100 | 111100 |
Color Harmonies of #E64B76
Complementary color
Monochromatic Colors of #E64B76
Black with #E64B76
Text Example
Text Example
White with #E64B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64B76; }
p { color: rgb(230,75,118); }
H1.HeaderClassName
{
color: #E64B76;
}
.AnyTagClassName
{
color: #E64B76;
}
</style>
background-color css
<style>
a { background-color: #E64B76; }
a { background-color: rgb(230,75,118); }
div.DivClassName
{
background-color: #E64B76;
}
.BgClassName
{
background-color: #E64B76;
}
</style>
border-color css
<style>
span { border-color: #E64B76; }
span { border-color: rgb(230,75,118); }
td.TdClassName
{
border-color: #E64B76;
}
.TagClassName
{
border-color: #E64B76;
}
</style>