Shades of Cranberry #EA5065
Tints of Cranberry #EA5065
RGB
CMYK
RGB Variations
Color information
#EA5065 (or 0xEA5065) is known color: Cranberry. HEX triplet: EA, 50 and 65. RGB value is (234,80,101). Sum of RGB (Red+Green+Blue) = 234+80+101=415 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.39% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 101 (39.84% from 255 or 24.34% from 415); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5065 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5065 is #15AF9A. Grayscale: #808080. Windows color (decimal): -1421211 or 6639850. OLE color: 6639850.
HSL color Cylindrical-coordinate representation of color #EA5065: hue angle of 351.82º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EA5065 is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 80 | 101 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.08 |
| HSL | 351.82º | 0.79% | 0.62% | - |
| HSV(B) | 351.82º | 0.66% | 0.92% | - |
| XYZ | 39.15 | 24.17 | 14.91 | - |
| YUV | 128.44 | 112.52 | 203.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 80 | 101 | 0 | 0.66 | 0.57 | 0.08 | 351.82 | 0.79 | 0.62 |
| Hex | EA | 50 | 65 | 0 | 42 | 39 | 8 | 160 | 4F | 3E |
| Octal | 352 | 120 | 145 | 0 | 102 | 71 | 10 | 540 | 117 | 76 |
| Binary | 11101010 | 1010000 | 1100101 | 0 | 1000010 | 111001 | 1000 | 101100000 | 1001111 | 111110 |
Color Harmonies of #EA5065
Complementary color
Monochromatic Colors of #EA5065
Black with #EA5065
Text Example
Text Example
White with #EA5065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5065; }
p { color: rgb(234,80,101); }
H1.HeaderClassName
{
color: #EA5065;
}
.AnyTagClassName
{
color: #EA5065;
}
</style>
background-color css
<style>
a { background-color: #EA5065; }
a { background-color: rgb(234,80,101); }
div.DivClassName
{
background-color: #EA5065;
}
.BgClassName
{
background-color: #EA5065;
}
</style>
border-color css
<style>
span { border-color: #EA5065; }
span { border-color: rgb(234,80,101); }
td.TdClassName
{
border-color: #EA5065;
}
.TagClassName
{
border-color: #EA5065;
}
</style>