Shades of Cranberry #EA4E6B
Tints of Cranberry #EA4E6B
RGB
CMYK
RGB Variations
Color information
#EA4E6B (or 0xEA4E6B) is known color: Cranberry. HEX triplet: EA, 4E and 6B. RGB value is (234,78,107). Sum of RGB (Red+Green+Blue) = 234+78+107=419 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.85% from 419); Green value is 78 (30.86% from 255 or 18.62% from 419); Blue value is 107 (42.19% from 255 or 25.54% from 419); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4E6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA4E6B is #15B194. Grayscale: #7F7F7F. Windows color (decimal): -1421717 or 7032554. OLE color: 7032554.
HSL color Cylindrical-coordinate representation of color #EA4E6B: hue angle of 348.85º 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 #EA4E6B is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 78 | 107 | - |
| CMYK | 0 | 0.67 | 0.54 | 0.08 |
| HSL | 348.85º | 0.79% | 0.61% | - |
| HSV(B) | 348.85º | 0.67% | 0.92% | - |
| XYZ | 39.31 | 24 | 16.47 | - |
| YUV | 127.95 | 116.18 | 203.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 78 | 107 | 0 | 0.67 | 0.54 | 0.08 | 348.85 | 0.79 | 0.61 |
| Hex | EA | 4E | 6B | 0 | 43 | 36 | 8 | 15D | 4F | 3D |
| Octal | 352 | 116 | 153 | 0 | 103 | 66 | 10 | 535 | 117 | 75 |
| Binary | 11101010 | 1001110 | 1101011 | 0 | 1000011 | 110110 | 1000 | 101011101 | 1001111 | 111101 |
Color Harmonies of #EA4E6B
Complementary color
Monochromatic Colors of #EA4E6B
Black with #EA4E6B
Text Example
Text Example
White with #EA4E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4E6B; }
p { color: rgb(234,78,107); }
H1.HeaderClassName
{
color: #EA4E6B;
}
.AnyTagClassName
{
color: #EA4E6B;
}
</style>
background-color css
<style>
a { background-color: #EA4E6B; }
a { background-color: rgb(234,78,107); }
div.DivClassName
{
background-color: #EA4E6B;
}
.BgClassName
{
background-color: #EA4E6B;
}
</style>
border-color css
<style>
span { border-color: #EA4E6B; }
span { border-color: rgb(234,78,107); }
td.TdClassName
{
border-color: #EA4E6B;
}
.TagClassName
{
border-color: #EA4E6B;
}
</style>