Shades of Cranberry #EA446C
Tints of Cranberry #EA446C
RGB
CMYK
RGB Variations
Color information
#EA446C (or 0xEA446C) is known color: Cranberry. HEX triplet: EA, 44 and 6C. RGB value is (234,68,108). Sum of RGB (Red+Green+Blue) = 234+68+108=410 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.07% from 410); Green value is 68 (26.95% from 255 or 16.59% from 410); Blue value is 108 (42.58% from 255 or 26.34% from 410); Max value from RGB is 234 - color contains mainly: red. Hex color #EA446C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA446C is #15BB93. Grayscale: #7A7A7A. Windows color (decimal): -1424276 or 7095530. OLE color: 7095530.
HSL color Cylindrical-coordinate representation of color #EA446C: hue angle of 345.54º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EA446C is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 68 | 108 | - |
| CMYK | 0 | 0.71 | 0.54 | 0.08 |
| HSL | 345.54º | 0.8% | 0.59% | - |
| HSV(B) | 345.54º | 0.71% | 0.92% | - |
| XYZ | 38.71 | 22.71 | 16.53 | - |
| YUV | 122.19 | 120 | 207.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 68 | 108 | 0 | 0.71 | 0.54 | 0.08 | 345.54 | 0.8 | 0.59 |
| Hex | EA | 44 | 6C | 0 | 47 | 36 | 8 | 15A | 50 | 3B |
| Octal | 352 | 104 | 154 | 0 | 107 | 66 | 10 | 532 | 120 | 73 |
| Binary | 11101010 | 1000100 | 1101100 | 0 | 1000111 | 110110 | 1000 | 101011010 | 1010000 | 111011 |
Color Harmonies of #EA446C
Complementary color
Monochromatic Colors of #EA446C
Black with #EA446C
Text Example
Text Example
White with #EA446C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA446C; }
p { color: rgb(234,68,108); }
H1.HeaderClassName
{
color: #EA446C;
}
.AnyTagClassName
{
color: #EA446C;
}
</style>
background-color css
<style>
a { background-color: #EA446C; }
a { background-color: rgb(234,68,108); }
div.DivClassName
{
background-color: #EA446C;
}
.BgClassName
{
background-color: #EA446C;
}
</style>
border-color css
<style>
span { border-color: #EA446C; }
span { border-color: rgb(234,68,108); }
td.TdClassName
{
border-color: #EA446C;
}
.TagClassName
{
border-color: #EA446C;
}
</style>