Shades of Cranberry #EA4D64
Tints of Cranberry #EA4D64
RGB
CMYK
RGB Variations
Color information
#EA4D64 (or 0xEA4D64) is known color: Cranberry. HEX triplet: EA, 4D and 64. RGB value is (234,77,100). Sum of RGB (Red+Green+Blue) = 234+77+100=411 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.93% from 411); Green value is 77 (30.47% from 255 or 18.73% from 411); Blue value is 100 (39.45% from 255 or 24.33% from 411); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4D64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA4D64 is #15B29B. Grayscale: #7E7E7E. Windows color (decimal): -1421980 or 6573546. OLE color: 6573546.
HSL color Cylindrical-coordinate representation of color #EA4D64: hue angle of 351.21º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EA4D64 is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 77 | 100 | - |
| CMYK | 0 | 0.67 | 0.57 | 0.08 |
| HSL | 351.21º | 0.79% | 0.61% | - |
| HSV(B) | 351.21º | 0.67% | 0.92% | - |
| XYZ | 38.89 | 23.72 | 14.59 | - |
| YUV | 126.57 | 113.01 | 204.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 77 | 100 | 0 | 0.67 | 0.57 | 0.08 | 351.21 | 0.79 | 0.61 |
| Hex | EA | 4D | 64 | 0 | 43 | 39 | 8 | 15F | 4F | 3D |
| Octal | 352 | 115 | 144 | 0 | 103 | 71 | 10 | 537 | 117 | 75 |
| Binary | 11101010 | 1001101 | 1100100 | 0 | 1000011 | 111001 | 1000 | 101011111 | 1001111 | 111101 |
Color Harmonies of #EA4D64
Complementary color
Monochromatic Colors of #EA4D64
Black with #EA4D64
Text Example
Text Example
White with #EA4D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4D64; }
p { color: rgb(234,77,100); }
H1.HeaderClassName
{
color: #EA4D64;
}
.AnyTagClassName
{
color: #EA4D64;
}
</style>
background-color css
<style>
a { background-color: #EA4D64; }
a { background-color: rgb(234,77,100); }
div.DivClassName
{
background-color: #EA4D64;
}
.BgClassName
{
background-color: #EA4D64;
}
</style>
border-color css
<style>
span { border-color: #EA4D64; }
span { border-color: rgb(234,77,100); }
td.TdClassName
{
border-color: #EA4D64;
}
.TagClassName
{
border-color: #EA4D64;
}
</style>