Shades of Cranberry #EA4D6B
Tints of Cranberry #EA4D6B
RGB
CMYK
RGB Variations
Color information
#EA4D6B (or 0xEA4D6B) is known color: Cranberry. HEX triplet: EA, 4D and 6B. RGB value is (234,77,107). Sum of RGB (Red+Green+Blue) = 234+77+107=418 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.98% from 418); Green value is 77 (30.47% from 255 or 18.42% from 418); Blue value is 107 (42.19% from 255 or 25.60% from 418); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4D6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA4D6B is #15B294. Grayscale: #7F7F7F. Windows color (decimal): -1421973 or 7032298. OLE color: 7032298.
HSL color Cylindrical-coordinate representation of color #EA4D6B: hue angle of 348.54º 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 #EA4D6B is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 77 | 107 | - |
| CMYK | 0 | 0.67 | 0.54 | 0.08 |
| HSL | 348.54º | 0.79% | 0.61% | - |
| HSV(B) | 348.54º | 0.67% | 0.92% | - |
| XYZ | 39.24 | 23.86 | 16.45 | - |
| YUV | 127.36 | 116.51 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 77 | 107 | 0 | 0.67 | 0.54 | 0.08 | 348.54 | 0.79 | 0.61 |
| Hex | EA | 4D | 6B | 0 | 43 | 36 | 8 | 15D | 4F | 3D |
| Octal | 352 | 115 | 153 | 0 | 103 | 66 | 10 | 535 | 117 | 75 |
| Binary | 11101010 | 1001101 | 1101011 | 0 | 1000011 | 110110 | 1000 | 101011101 | 1001111 | 111101 |
Color Harmonies of #EA4D6B
Complementary color
Monochromatic Colors of #EA4D6B
Black with #EA4D6B
Text Example
Text Example
White with #EA4D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4D6B; }
p { color: rgb(234,77,107); }
H1.HeaderClassName
{
color: #EA4D6B;
}
.AnyTagClassName
{
color: #EA4D6B;
}
</style>
background-color css
<style>
a { background-color: #EA4D6B; }
a { background-color: rgb(234,77,107); }
div.DivClassName
{
background-color: #EA4D6B;
}
.BgClassName
{
background-color: #EA4D6B;
}
</style>
border-color css
<style>
span { border-color: #EA4D6B; }
span { border-color: rgb(234,77,107); }
td.TdClassName
{
border-color: #EA4D6B;
}
.TagClassName
{
border-color: #EA4D6B;
}
</style>