Shades of Cranberry #EA526D
Tints of Cranberry #EA526D
RGB
CMYK
RGB Variations
Color information
#EA526D (or 0xEA526D) is known color: Cranberry. HEX triplet: EA, 52 and 6D. RGB value is (234,82,109). Sum of RGB (Red+Green+Blue) = 234+82+109=425 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.06% from 425); Green value is 82 (32.42% from 255 or 19.29% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 234 - color contains mainly: red. Hex color #EA526D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA526D is #15AD92. Grayscale: #828282. Windows color (decimal): -1420691 or 7164650. OLE color: 7164650.
HSL color Cylindrical-coordinate representation of color #EA526D: hue angle of 349.34º 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 #EA526D is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 82 | 109 | - |
| CMYK | 0 | 0.65 | 0.53 | 0.08 |
| HSL | 349.34º | 0.78% | 0.62% | - |
| HSV(B) | 349.34º | 0.65% | 0.92% | - |
| XYZ | 39.71 | 24.63 | 17.13 | - |
| YUV | 130.53 | 115.86 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 82 | 109 | 0 | 0.65 | 0.53 | 0.08 | 349.34 | 0.78 | 0.62 |
| Hex | EA | 52 | 6D | 0 | 41 | 35 | 8 | 15D | 4E | 3E |
| Octal | 352 | 122 | 155 | 0 | 101 | 65 | 10 | 535 | 116 | 76 |
| Binary | 11101010 | 1010010 | 1101101 | 0 | 1000001 | 110101 | 1000 | 101011101 | 1001110 | 111110 |
Color Harmonies of #EA526D
Complementary color
Monochromatic Colors of #EA526D
Black with #EA526D
Text Example
Text Example
White with #EA526D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA526D; }
p { color: rgb(234,82,109); }
H1.HeaderClassName
{
color: #EA526D;
}
.AnyTagClassName
{
color: #EA526D;
}
</style>
background-color css
<style>
a { background-color: #EA526D; }
a { background-color: rgb(234,82,109); }
div.DivClassName
{
background-color: #EA526D;
}
.BgClassName
{
background-color: #EA526D;
}
</style>
border-color css
<style>
span { border-color: #EA526D; }
span { border-color: rgb(234,82,109); }
td.TdClassName
{
border-color: #EA526D;
}
.TagClassName
{
border-color: #EA526D;
}
</style>