Shades of Cranberry #EA516C
Tints of Cranberry #EA516C
RGB
CMYK
RGB Variations
Color information
#EA516C (or 0xEA516C) is known color: Cranberry. HEX triplet: EA, 51 and 6C. RGB value is (234,81,108). Sum of RGB (Red+Green+Blue) = 234+81+108=423 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.32% from 423); Green value is 81 (32.03% from 255 or 19.15% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 234 - color contains mainly: red. Hex color #EA516C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA516C is #15AE93. Grayscale: #818181. Windows color (decimal): -1420948 or 7098858. OLE color: 7098858.
HSL color Cylindrical-coordinate representation of color #EA516C: hue angle of 349.41º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EA516C is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 81 | 108 | - |
| CMYK | 0 | 0.65 | 0.54 | 0.08 |
| HSL | 349.41º | 0.78% | 0.62% | - |
| HSV(B) | 349.41º | 0.65% | 0.92% | - |
| XYZ | 39.58 | 24.46 | 16.82 | - |
| YUV | 129.83 | 115.69 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 81 | 108 | 0 | 0.65 | 0.54 | 0.08 | 349.41 | 0.78 | 0.62 |
| Hex | EA | 51 | 6C | 0 | 41 | 36 | 8 | 15D | 4E | 3E |
| Octal | 352 | 121 | 154 | 0 | 101 | 66 | 10 | 535 | 116 | 76 |
| Binary | 11101010 | 1010001 | 1101100 | 0 | 1000001 | 110110 | 1000 | 101011101 | 1001110 | 111110 |
Color Harmonies of #EA516C
Complementary color
Monochromatic Colors of #EA516C
Black with #EA516C
Text Example
Text Example
White with #EA516C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA516C; }
p { color: rgb(234,81,108); }
H1.HeaderClassName
{
color: #EA516C;
}
.AnyTagClassName
{
color: #EA516C;
}
</style>
background-color css
<style>
a { background-color: #EA516C; }
a { background-color: rgb(234,81,108); }
div.DivClassName
{
background-color: #EA516C;
}
.BgClassName
{
background-color: #EA516C;
}
</style>
border-color css
<style>
span { border-color: #EA516C; }
span { border-color: rgb(234,81,108); }
td.TdClassName
{
border-color: #EA516C;
}
.TagClassName
{
border-color: #EA516C;
}
</style>