Shades of Cranberry #E64C72
Tints of Cranberry #E64C72
RGB
CMYK
RGB Variations
Color information
#E64C72 (or 0xE64C72) is known color: Cranberry. HEX triplet: E6, 4C and 72. RGB value is (230,76,114). Sum of RGB (Red+Green+Blue) = 230+76+114=420 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.76% from 420); Green value is 76 (30.08% from 255 or 18.10% from 420); Blue value is 114 (44.92% from 255 or 27.14% from 420); Max value from RGB is 230 - color contains mainly: red. Hex color #E64C72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64C72 is #19B38D. Grayscale: #7E7E7E. Windows color (decimal): -1684366 or 7490790. OLE color: 7490790.
HSL color Cylindrical-coordinate representation of color #E64C72: hue angle of 345.19º 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 #E64C72 is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 76 | 114 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.10 |
| HSL | 345.19º | 0.75% | 0.6% | - |
| HSV(B) | 345.19º | 0.67% | 0.9% | - |
| XYZ | 38.25 | 23.21 | 18.38 | - |
| YUV | 126.38 | 121.02 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 76 | 114 | 0 | 0.67 | 0.50 | 0.10 | 345.19 | 0.75 | 0.6 |
| Hex | E6 | 4C | 72 | 0 | 43 | 32 | A | 159 | 4B | 3C |
| Octal | 346 | 114 | 162 | 0 | 103 | 62 | 12 | 531 | 113 | 74 |
| Binary | 11100110 | 1001100 | 1110010 | 0 | 1000011 | 110010 | 1010 | 101011001 | 1001011 | 111100 |
Color Harmonies of #E64C72
Complementary color
Monochromatic Colors of #E64C72
Black with #E64C72
Text Example
Text Example
White with #E64C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64C72; }
p { color: rgb(230,76,114); }
H1.HeaderClassName
{
color: #E64C72;
}
.AnyTagClassName
{
color: #E64C72;
}
</style>
background-color css
<style>
a { background-color: #E64C72; }
a { background-color: rgb(230,76,114); }
div.DivClassName
{
background-color: #E64C72;
}
.BgClassName
{
background-color: #E64C72;
}
</style>
border-color css
<style>
span { border-color: #E64C72; }
span { border-color: rgb(230,76,114); }
td.TdClassName
{
border-color: #E64C72;
}
.TagClassName
{
border-color: #E64C72;
}
</style>