Shades of Cranberry #EA516A
Tints of Cranberry #EA516A
RGB
CMYK
RGB Variations
Color information
#EA516A (or 0xEA516A) is known color: Cranberry. HEX triplet: EA, 51 and 6A. RGB value is (234,81,106). Sum of RGB (Red+Green+Blue) = 234+81+106=421 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.58% from 421); Green value is 81 (32.03% from 255 or 19.24% from 421); Blue value is 106 (41.80% from 255 or 25.18% from 421); Max value from RGB is 234 - color contains mainly: red. Hex color #EA516A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA516A is #15AE95. Grayscale: #818181. Windows color (decimal): -1420950 or 6967786. OLE color: 6967786.
HSL color Cylindrical-coordinate representation of color #EA516A: hue angle of 350.2º 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 #EA516A is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 81 | 106 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.08 |
| HSL | 350.2º | 0.78% | 0.62% | - |
| HSV(B) | 350.2º | 0.65% | 0.92% | - |
| XYZ | 39.48 | 24.42 | 16.27 | - |
| YUV | 129.6 | 114.69 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 81 | 106 | 0 | 0.65 | 0.55 | 0.08 | 350.2 | 0.78 | 0.62 |
| Hex | EA | 51 | 6A | 0 | 41 | 37 | 8 | 15E | 4E | 3E |
| Octal | 352 | 121 | 152 | 0 | 101 | 67 | 10 | 536 | 116 | 76 |
| Binary | 11101010 | 1010001 | 1101010 | 0 | 1000001 | 110111 | 1000 | 101011110 | 1001110 | 111110 |
Color Harmonies of #EA516A
Complementary color
Monochromatic Colors of #EA516A
Black with #EA516A
Text Example
Text Example
White with #EA516A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA516A; }
p { color: rgb(234,81,106); }
H1.HeaderClassName
{
color: #EA516A;
}
.AnyTagClassName
{
color: #EA516A;
}
</style>
background-color css
<style>
a { background-color: #EA516A; }
a { background-color: rgb(234,81,106); }
div.DivClassName
{
background-color: #EA516A;
}
.BgClassName
{
background-color: #EA516A;
}
</style>
border-color css
<style>
span { border-color: #EA516A; }
span { border-color: rgb(234,81,106); }
td.TdClassName
{
border-color: #EA516A;
}
.TagClassName
{
border-color: #EA516A;
}
</style>