Shades of Cranberry #EA476D
Tints of Cranberry #EA476D
RGB
CMYK
RGB Variations
Color information
#EA476D (or 0xEA476D) is known color: Cranberry. HEX triplet: EA, 47 and 6D. RGB value is (234,71,109). Sum of RGB (Red+Green+Blue) = 234+71+109=414 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.52% from 414); Green value is 71 (28.12% from 255 or 17.15% from 414); Blue value is 109 (42.97% from 255 or 26.33% from 414); Max value from RGB is 234 - color contains mainly: red. Hex color #EA476D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA476D is #15B892. Grayscale: #7C7C7C. Windows color (decimal): -1423507 or 7161834. OLE color: 7161834.
HSL color Cylindrical-coordinate representation of color #EA476D: hue angle of 346.01º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EA476D is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 71 | 109 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.08 |
| HSL | 346.01º | 0.8% | 0.6% | - |
| HSV(B) | 346.01º | 0.7% | 0.92% | - |
| XYZ | 38.95 | 23.1 | 16.87 | - |
| YUV | 124.07 | 119.5 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 71 | 109 | 0 | 0.70 | 0.53 | 0.08 | 346.01 | 0.8 | 0.6 |
| Hex | EA | 47 | 6D | 0 | 46 | 35 | 8 | 15A | 50 | 3C |
| Octal | 352 | 107 | 155 | 0 | 106 | 65 | 10 | 532 | 120 | 74 |
| Binary | 11101010 | 1000111 | 1101101 | 0 | 1000110 | 110101 | 1000 | 101011010 | 1010000 | 111100 |
Color Harmonies of #EA476D
Complementary color
Monochromatic Colors of #EA476D
Black with #EA476D
Text Example
Text Example
White with #EA476D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA476D; }
p { color: rgb(234,71,109); }
H1.HeaderClassName
{
color: #EA476D;
}
.AnyTagClassName
{
color: #EA476D;
}
</style>
background-color css
<style>
a { background-color: #EA476D; }
a { background-color: rgb(234,71,109); }
div.DivClassName
{
background-color: #EA476D;
}
.BgClassName
{
background-color: #EA476D;
}
</style>
border-color css
<style>
span { border-color: #EA476D; }
span { border-color: rgb(234,71,109); }
td.TdClassName
{
border-color: #EA476D;
}
.TagClassName
{
border-color: #EA476D;
}
</style>