Shades of Cranberry #E64A78
Tints of Cranberry #E64A78
RGB
CMYK
RGB Variations
Color information
#E64A78 (or 0xE64A78) is known color: Cranberry. HEX triplet: E6, 4A and 78. RGB value is (230,74,120). Sum of RGB (Red+Green+Blue) = 230+74+120=424 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.25% from 424); Green value is 74 (29.30% from 255 or 17.45% from 424); Blue value is 120 (47.27% from 255 or 28.30% from 424); Max value from RGB is 230 - color contains mainly: red. Hex color #E64A78 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64A78 is #19B587. Grayscale: #7D7D7D. Windows color (decimal): -1684872 or 7883494. OLE color: 7883494.
HSL color Cylindrical-coordinate representation of color #E64A78: hue angle of 342.31º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E64A78 is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 74 | 120 | - |
| CMYK | 0 | 0.68 | 0.48 | 0.10 |
| HSL | 342.31º | 0.76% | 0.6% | - |
| HSV(B) | 342.31º | 0.68% | 0.9% | - |
| XYZ | 38.47 | 23.08 | 20.2 | - |
| YUV | 125.89 | 124.68 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 74 | 120 | 0 | 0.68 | 0.48 | 0.10 | 342.31 | 0.76 | 0.6 |
| Hex | E6 | 4A | 78 | 0 | 44 | 30 | A | 156 | 4C | 3C |
| Octal | 346 | 112 | 170 | 0 | 104 | 60 | 12 | 526 | 114 | 74 |
| Binary | 11100110 | 1001010 | 1111000 | 0 | 1000100 | 110000 | 1010 | 101010110 | 1001100 | 111100 |
Color Harmonies of #E64A78
Complementary color
Monochromatic Colors of #E64A78
Black with #E64A78
Text Example
Text Example
White with #E64A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64A78; }
p { color: rgb(230,74,120); }
H1.HeaderClassName
{
color: #E64A78;
}
.AnyTagClassName
{
color: #E64A78;
}
</style>
background-color css
<style>
a { background-color: #E64A78; }
a { background-color: rgb(230,74,120); }
div.DivClassName
{
background-color: #E64A78;
}
.BgClassName
{
background-color: #E64A78;
}
</style>
border-color css
<style>
span { border-color: #E64A78; }
span { border-color: rgb(230,74,120); }
td.TdClassName
{
border-color: #E64A78;
}
.TagClassName
{
border-color: #E64A78;
}
</style>