Shades of Cranberry #EA526A
Tints of Cranberry #EA526A
RGB
CMYK
RGB Variations
Color information
#EA526A (or 0xEA526A) is known color: Cranberry. HEX triplet: EA, 52 and 6A. RGB value is (234,82,106). Sum of RGB (Red+Green+Blue) = 234+82+106=422 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.45% from 422); Green value is 82 (32.42% from 255 or 19.43% from 422); Blue value is 106 (41.80% from 255 or 25.12% from 422); Max value from RGB is 234 - color contains mainly: red. Hex color #EA526A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA526A is #15AD95. Grayscale: #828282. Windows color (decimal): -1420694 or 6968042. OLE color: 6968042.
HSL color Cylindrical-coordinate representation of color #EA526A: hue angle of 350.53º 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 #EA526A is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 82 | 106 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.08 |
| HSL | 350.53º | 0.78% | 0.62% | - |
| HSV(B) | 350.53º | 0.65% | 0.92% | - |
| XYZ | 39.55 | 24.57 | 16.29 | - |
| YUV | 130.18 | 114.36 | 202.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 82 | 106 | 0 | 0.65 | 0.55 | 0.08 | 350.53 | 0.78 | 0.62 |
| Hex | EA | 52 | 6A | 0 | 41 | 37 | 8 | 15F | 4E | 3E |
| Octal | 352 | 122 | 152 | 0 | 101 | 67 | 10 | 537 | 116 | 76 |
| Binary | 11101010 | 1010010 | 1101010 | 0 | 1000001 | 110111 | 1000 | 101011111 | 1001110 | 111110 |
Color Harmonies of #EA526A
Complementary color
Monochromatic Colors of #EA526A
Black with #EA526A
Text Example
Text Example
White with #EA526A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA526A; }
p { color: rgb(234,82,106); }
H1.HeaderClassName
{
color: #EA526A;
}
.AnyTagClassName
{
color: #EA526A;
}
</style>
background-color css
<style>
a { background-color: #EA526A; }
a { background-color: rgb(234,82,106); }
div.DivClassName
{
background-color: #EA526A;
}
.BgClassName
{
background-color: #EA526A;
}
</style>
border-color css
<style>
span { border-color: #EA526A; }
span { border-color: rgb(234,82,106); }
td.TdClassName
{
border-color: #EA526A;
}
.TagClassName
{
border-color: #EA526A;
}
</style>